package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "any-promise@1.3.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "any-promise@1.3.0",
  9. "_id": "any-promise@1.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=",
  12. "_location": "/any-promise",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "any-promise@1.3.0",
  18. "name": "any-promise",
  19. "escapedName": "any-promise",
  20. "rawSpec": "1.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.0"
  23. },
  24. "_requiredBy": [
  25. "/mz",
  26. "/thenify",
  27. "/urllib"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  30. "_spec": "1.3.0",
  31. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  32. "author": {
  33. "name": "Kevin Beaty"
  34. },
  35. "browser": {
  36. "./register.js": "./register-shim.js"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/kevinbeaty/any-promise/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Resolve any installed ES6 compatible promise",
  43. "devDependencies": {
  44. "ava": "^0.14.0",
  45. "bluebird": "^3.0.0",
  46. "es6-promise": "^3.0.0",
  47. "is-promise": "^2.0.0",
  48. "lie": "^3.0.0",
  49. "mocha": "^2.0.0",
  50. "native-promise-only": "^0.8.0",
  51. "phantomjs-prebuilt": "^2.0.0",
  52. "pinkie": "^2.0.0",
  53. "promise": "^7.0.0",
  54. "q": "^1.0.0",
  55. "rsvp": "^3.0.0",
  56. "vow": "^0.4.0",
  57. "when": "^3.0.0",
  58. "zuul": "^3.0.0"
  59. },
  60. "homepage": "http://github.com/kevinbeaty/any-promise",
  61. "keywords": [
  62. "promise",
  63. "es6"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "any-promise",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/kevinbeaty/any-promise.git"
  71. },
  72. "scripts": {
  73. "test": "ava"
  74. },
  75. "typings": "index.d.ts",
  76. "version": "1.3.0"
  77. }