package.json 1.8 KB

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