package.json 1.8 KB

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