package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "_args": [
  3. [
  4. "when@3.6.4",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "when@3.6.4",
  10. "_id": "when@3.6.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-RztRfsFZ4rhQBUl6E5g/CVQS404=",
  13. "_location": "/when",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "when@3.6.4",
  19. "name": "when",
  20. "escapedName": "when",
  21. "rawSpec": "3.6.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.6.4"
  24. },
  25. "_requiredBy": [
  26. "/stylus-loader"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/when/-/when-3.6.4.tgz",
  29. "_spec": "3.6.4",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "browser": {
  32. "vertx": false
  33. },
  34. "bugs": {
  35. "url": "https://github.com/cujojs/when/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Brian Cavalier",
  40. "url": "http://hovercraftstudios.com"
  41. },
  42. {
  43. "name": "John Hann",
  44. "url": "http://unscriptable.com"
  45. },
  46. {
  47. "name": "Scott Andrews"
  48. }
  49. ],
  50. "description": "A lightweight Promises/A+ and when() implementation, plus other async goodies.",
  51. "devDependencies": {
  52. "benchmark": "~1",
  53. "browserify": "~2",
  54. "buster": "~0.7",
  55. "jshint": "~2",
  56. "json5": "~0.2",
  57. "microtime": "~0",
  58. "optimist": "~0.6",
  59. "poly": "git://github.com/cujojs/poly.git#0.6.0",
  60. "promises-aplus-tests": "~2",
  61. "rest": "1.1.x",
  62. "sauce-connect-launcher": "~0.4",
  63. "wd": "~0.2"
  64. },
  65. "directories": {
  66. "test": "test"
  67. },
  68. "ender": {
  69. "files": [
  70. "*.js",
  71. "lib/*.js",
  72. "node/*.js",
  73. "unfold/*.js",
  74. "monitor/*.js"
  75. ]
  76. },
  77. "homepage": "http://cujojs.com",
  78. "keywords": [
  79. "cujo",
  80. "Promises/A+",
  81. "promises-aplus",
  82. "promise",
  83. "promises",
  84. "deferred",
  85. "deferreds",
  86. "when",
  87. "async",
  88. "asynchronous",
  89. "ender"
  90. ],
  91. "licenses": [
  92. {
  93. "type": "MIT",
  94. "url": "http://www.opensource.org/licenses/mit-license.php"
  95. }
  96. ],
  97. "main": "when",
  98. "maintainers": [
  99. {
  100. "name": "Brian Cavalier",
  101. "url": "http://hovercraftstudios.com"
  102. },
  103. {
  104. "name": "John Hann",
  105. "url": "http://unscriptable.com"
  106. }
  107. ],
  108. "name": "when",
  109. "repository": {
  110. "type": "git",
  111. "url": "git+https://github.com/cujojs/when.git"
  112. },
  113. "scripts": {
  114. "benchmark": "node benchmark/promise && node benchmark/map",
  115. "browser-test": "npm run build-browser-test && buster-static -e browser -p 8080",
  116. "browserify": "browserify -s when build/when.browserify.js --no-detect-globals -o build/when.js",
  117. "browserify-debug": "browserify -s when build/when.browserify-debug.js --no-detect-globals -o build/when.js",
  118. "browserify-es6": "browserify -s Promise es6-shim/Promise.browserify-es6.js --no-detect-globals -o es6-shim/Promise.js",
  119. "build-browser-test": "browserify ./node_modules/poly/es5.js -o test/browser/es5.js && browserify ./test/*-test.js ./test/**/*-test.js -o test/browser/tests.js -x buster ",
  120. "ci": "npm test && node test/sauce.js",
  121. "start": "buster-static -e browser",
  122. "test": "jshint . && buster-test -e node && promises-aplus-tests test/promises-aplus-adapter.js",
  123. "tunnel": "node test/sauce.js -m"
  124. },
  125. "version": "3.6.4"
  126. }