package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "any-promise@^1.3.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.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. "/retry-as-promised"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  22. "_shasum": "abc6afeedcea52e809cdc0376aed3ce39635d17f",
  23. "_spec": "any-promise@^1.3.0",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/retry-as-promised",
  25. "author": {
  26. "name": "Kevin Beaty"
  27. },
  28. "browser": {
  29. "./register.js": "./register-shim.js"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/kevinbeaty/any-promise/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {},
  36. "deprecated": false,
  37. "description": "Resolve any installed ES6 compatible promise",
  38. "devDependencies": {
  39. "ava": "^0.14.0",
  40. "bluebird": "^3.0.0",
  41. "es6-promise": "^3.0.0",
  42. "is-promise": "^2.0.0",
  43. "lie": "^3.0.0",
  44. "mocha": "^2.0.0",
  45. "native-promise-only": "^0.8.0",
  46. "phantomjs-prebuilt": "^2.0.0",
  47. "pinkie": "^2.0.0",
  48. "promise": "^7.0.0",
  49. "q": "^1.0.0",
  50. "rsvp": "^3.0.0",
  51. "vow": "^0.4.0",
  52. "when": "^3.0.0",
  53. "zuul": "^3.0.0"
  54. },
  55. "homepage": "http://github.com/kevinbeaty/any-promise",
  56. "keywords": [
  57. "promise",
  58. "es6"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "any-promise",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/kevinbeaty/any-promise.git"
  66. },
  67. "scripts": {
  68. "test": "ava"
  69. },
  70. "typings": "index.d.ts",
  71. "version": "1.3.0"
  72. }