package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "yallist@^2.1.2",
  5. "/home/seleznev/project Angular/Quality system/node_modules/lru-cache"
  6. ]
  7. ],
  8. "_from": "yallist@>=2.1.2 <3.0.0",
  9. "_id": "yallist@2.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/yallist",
  13. "_nodeVersion": "8.0.0-pre",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/yallist-2.1.2.tgz_1489443365033_0.47744474792853"
  17. },
  18. "_npmUser": {
  19. "email": "i@izs.me",
  20. "name": "isaacs"
  21. },
  22. "_npmVersion": "4.3.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "yallist",
  26. "raw": "yallist@^2.1.2",
  27. "rawSpec": "^2.1.2",
  28. "scope": null,
  29. "spec": ">=2.1.2 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/lru-cache"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
  36. "_shasum": "1c11f9218f076089a47dd512f93c6699a6a81d52",
  37. "_shrinkwrap": null,
  38. "_spec": "yallist@^2.1.2",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/lru-cache",
  40. "author": {
  41. "email": "i@izs.me",
  42. "name": "Isaac Z. Schlueter",
  43. "url": "http://blog.izs.me/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/isaacs/yallist/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Yet Another Linked List",
  50. "devDependencies": {
  51. "tap": "^10.3.0"
  52. },
  53. "directories": {
  54. "test": "test"
  55. },
  56. "dist": {
  57. "shasum": "1c11f9218f076089a47dd512f93c6699a6a81d52",
  58. "tarball": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz"
  59. },
  60. "files": [
  61. "iterator.js",
  62. "yallist.js"
  63. ],
  64. "gitHead": "566cd4cd1e2ce57ffa84e295981cd9aa72319391",
  65. "homepage": "https://github.com/isaacs/yallist#readme",
  66. "license": "ISC",
  67. "main": "yallist.js",
  68. "maintainers": [
  69. {
  70. "name": "isaacs",
  71. "email": "i@izs.me"
  72. }
  73. ],
  74. "name": "yallist",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/isaacs/yallist.git"
  80. },
  81. "scripts": {
  82. "postpublish": "git push origin --all; git push origin --tags",
  83. "postversion": "npm publish",
  84. "preversion": "npm test",
  85. "test": "tap test/*.js --100"
  86. },
  87. "version": "2.1.2"
  88. }