package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "yallist@^4.0.0",
  3. "_id": "yallist@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
  6. "_location": "/yallist",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "yallist@^4.0.0",
  12. "name": "yallist",
  13. "escapedName": "yallist",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/minipass",
  20. "/minizlib",
  21. "/tar"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  24. "_shasum": "9bb92790d9c0effec63be73519e11a35019a3a72",
  25. "_spec": "yallist@^4.0.0",
  26. "_where": "D:\\a-level\\javascript\\homework\\chat-server\\node_modules\\tar",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me/"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/isaacs/yallist/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {},
  37. "deprecated": false,
  38. "description": "Yet Another Linked List",
  39. "devDependencies": {
  40. "tap": "^12.1.0"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "files": [
  46. "yallist.js",
  47. "iterator.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/yallist#readme",
  50. "license": "ISC",
  51. "main": "yallist.js",
  52. "name": "yallist",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/isaacs/yallist.git"
  56. },
  57. "scripts": {
  58. "postpublish": "git push origin --all; git push origin --tags",
  59. "postversion": "npm publish",
  60. "preversion": "npm test",
  61. "test": "tap test/*.js --100"
  62. },
  63. "version": "4.0.0"
  64. }