package.json 2.4 KB

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