package.json 2.4 KB

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