package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "/lru-cache",
  20. "/minipass",
  21. "/minizlib",
  22. "/tar"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
  25. "_shasum": "9bb92790d9c0effec63be73519e11a35019a3a72",
  26. "_spec": "yallist@^4.0.0",
  27. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\lru-cache",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/yallist/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {},
  38. "deprecated": false,
  39. "description": "Yet Another Linked List",
  40. "devDependencies": {
  41. "tap": "^12.1.0"
  42. },
  43. "directories": {
  44. "test": "test"
  45. },
  46. "files": [
  47. "yallist.js",
  48. "iterator.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/yallist#readme",
  51. "license": "ISC",
  52. "main": "yallist.js",
  53. "name": "yallist",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/isaacs/yallist.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --all; git push origin --tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js --100"
  63. },
  64. "version": "4.0.0"
  65. }