package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "any-promise@^1.3.0",
  6. "scope": null,
  7. "escapedName": "any-promise",
  8. "name": "any-promise",
  9. "rawSpec": "^1.3.0",
  10. "spec": ">=1.3.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/robert/workspace/xmlrpc/node_modules/jspm-config"
  14. ]
  15. ],
  16. "_from": "any-promise@>=1.3.0 <2.0.0",
  17. "_id": "any-promise@1.3.0",
  18. "_inCache": true,
  19. "_location": "/any-promise",
  20. "_nodeVersion": "6.0.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-16-east.internal.npmjs.com",
  23. "tmp": "tmp/any-promise-1.3.0.tgz_1462709704988_0.08345960266888142"
  24. },
  25. "_npmUser": {
  26. "name": "kevinbeaty",
  27. "email": "kevin@simplectic.com"
  28. },
  29. "_npmVersion": "3.8.6",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "any-promise@^1.3.0",
  33. "scope": null,
  34. "escapedName": "any-promise",
  35. "name": "any-promise",
  36. "rawSpec": "^1.3.0",
  37. "spec": ">=1.3.0 <2.0.0",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/jspm-config",
  42. "/popsicle-retry",
  43. "/thenify",
  44. "/typings-core/promise-finally"
  45. ],
  46. "_resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz",
  47. "_shasum": "abc6afeedcea52e809cdc0376aed3ce39635d17f",
  48. "_shrinkwrap": null,
  49. "_spec": "any-promise@^1.3.0",
  50. "_where": "/home/robert/workspace/xmlrpc/node_modules/jspm-config",
  51. "author": {
  52. "name": "Kevin Beaty"
  53. },
  54. "browser": {
  55. "./register.js": "./register-shim.js"
  56. },
  57. "bugs": {
  58. "url": "https://github.com/kevinbeaty/any-promise/issues"
  59. },
  60. "dependencies": {},
  61. "description": "Resolve any installed ES6 compatible promise",
  62. "devDependencies": {
  63. "ava": "^0.14.0",
  64. "bluebird": "^3.0.0",
  65. "es6-promise": "^3.0.0",
  66. "is-promise": "^2.0.0",
  67. "lie": "^3.0.0",
  68. "mocha": "^2.0.0",
  69. "native-promise-only": "^0.8.0",
  70. "phantomjs-prebuilt": "^2.0.0",
  71. "pinkie": "^2.0.0",
  72. "promise": "^7.0.0",
  73. "q": "^1.0.0",
  74. "rsvp": "^3.0.0",
  75. "vow": "^0.4.0",
  76. "when": "^3.0.0",
  77. "zuul": "^3.0.0"
  78. },
  79. "directories": {},
  80. "dist": {
  81. "shasum": "abc6afeedcea52e809cdc0376aed3ce39635d17f",
  82. "tarball": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz"
  83. },
  84. "gitHead": "39a1034e7345ca5f0f0a2e6cc82f3bf8e308b2cc",
  85. "homepage": "http://github.com/kevinbeaty/any-promise",
  86. "keywords": [
  87. "promise",
  88. "es6"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "maintainers": [
  93. {
  94. "name": "kevinbeaty",
  95. "email": "kevin@simplectic.com"
  96. }
  97. ],
  98. "name": "any-promise",
  99. "optionalDependencies": {},
  100. "readme": "ERROR: No README data found!",
  101. "repository": {
  102. "type": "git",
  103. "url": "git+https://github.com/kevinbeaty/any-promise.git"
  104. },
  105. "scripts": {
  106. "test": "ava"
  107. },
  108. "typings": "index.d.ts",
  109. "version": "1.3.0"
  110. }