package.json 1.8 KB

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