package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "kew@~0.7.0",
  6. "scope": null,
  7. "escapedName": "kew",
  8. "name": "kew",
  9. "rawSpec": "~0.7.0",
  10. "spec": ">=0.7.0 <0.8.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/phantomjs-prebuilt"
  14. ]
  15. ],
  16. "_from": "kew@>=0.7.0 <0.8.0",
  17. "_id": "kew@0.7.0",
  18. "_inCache": true,
  19. "_location": "/kew",
  20. "_nodeVersion": "0.12.7",
  21. "_npmUser": {
  22. "name": "nicks",
  23. "email": "nicholas.j.santos@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "kew@~0.7.0",
  29. "scope": null,
  30. "escapedName": "kew",
  31. "name": "kew",
  32. "rawSpec": "~0.7.0",
  33. "spec": ">=0.7.0 <0.8.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/phantomjs-prebuilt"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz",
  40. "_shasum": "79d93d2d33363d6fdd2970b335d9141ad591d79b",
  41. "_shrinkwrap": null,
  42. "_spec": "kew@~0.7.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/phantomjs-prebuilt",
  44. "authors": [
  45. "Jeremy Stanley <github@azulus.com> (https://github.com/azulus)",
  46. "Nick Santos <nick@medium.com>",
  47. "Xiao Ma <x@medium.com>"
  48. ],
  49. "bugs": {
  50. "url": "https://github.com/Medium/kew/issues"
  51. },
  52. "contributors": [],
  53. "dependencies": {},
  54. "description": "a lightweight promise library for node",
  55. "devDependencies": {
  56. "closure-npc": "0.1.5",
  57. "nodeunit": "0.9.0",
  58. "q": "0.9.7"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "79d93d2d33363d6fdd2970b335d9141ad591d79b",
  63. "tarball": "https://registry.npmjs.org/kew/-/kew-0.7.0.tgz"
  64. },
  65. "gitHead": "5773bcb8e6c27b531e366cd247b83b8cbf7bc989",
  66. "homepage": "https://github.com/Medium/kew",
  67. "keywords": [
  68. "kew",
  69. "promises"
  70. ],
  71. "license": "Apache-2.0",
  72. "main": "./kew.js",
  73. "maintainers": [
  74. {
  75. "name": "azulus",
  76. "email": "npm@azulus.com"
  77. },
  78. {
  79. "name": "nicks",
  80. "email": "nicholas.j.santos@gmail.com"
  81. },
  82. {
  83. "name": "dpup",
  84. "email": "dan@pupi.us"
  85. },
  86. {
  87. "name": "medium",
  88. "email": "npm@medium.com"
  89. },
  90. {
  91. "name": "xiao",
  92. "email": "x@medium.com"
  93. },
  94. {
  95. "name": "chaosgame",
  96. "email": "chaosgame@gmail.com"
  97. }
  98. ],
  99. "name": "kew",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/Medium/kew.git"
  105. },
  106. "scripts": {
  107. "test": "nodeunit test && closure-npc ./test/closure_test.js --jscomp_error=checkTypes"
  108. },
  109. "version": "0.7.0"
  110. }