package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "any-promise@1.3.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "any-promise@1.3.0",
  10. "_id": "any-promise@1.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-q8av7tzqUugJzcA3au0845Y10X8=",
  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.npm.taobao.org/any-promise/download/any-promise-1.3.0.tgz",
  30. "_spec": "1.3.0",
  31. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }