package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "native-or-bluebird@~1.1.2",
  5. "D:\\work\\im\\node_modules\\koa.io\\node_modules\\uid-safe"
  6. ]
  7. ],
  8. "_from": "native-or-bluebird@>=1.1.2 <1.2.0",
  9. "_id": "native-or-bluebird@1.1.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/native-or-bluebird",
  13. "_nodeVersion": "0.11.14",
  14. "_npmUser": {
  15. "email": "jonathanrichardong@gmail.com",
  16. "name": "jongleberry"
  17. },
  18. "_npmVersion": "2.1.5",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "native-or-bluebird",
  22. "raw": "native-or-bluebird@~1.1.2",
  23. "rawSpec": "~1.1.2",
  24. "scope": null,
  25. "spec": ">=1.1.2 <1.2.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/koa.io/uid-safe"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz",
  32. "_shasum": "3921e110232d1eb790f3dac61bb370531c7d356e",
  33. "_shrinkwrap": null,
  34. "_spec": "native-or-bluebird@~1.1.2",
  35. "_where": "D:\\work\\im\\node_modules\\koa.io\\node_modules\\uid-safe",
  36. "author": {
  37. "email": "me@jongleberry.com",
  38. "name": "Jonathan Ong",
  39. "url": "http://jongleberry.com"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/normalize/native-or-bluebird/issues"
  43. },
  44. "dependencies": {},
  45. "deprecated": "'native-or-bluebird' is deprecated. Please use 'any-promise' instead.",
  46. "description": "use either the native Promise or Bluebird",
  47. "devDependencies": {
  48. "bluebird": "*",
  49. "istanbul": "0",
  50. "mocha": "1"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "shasum": "3921e110232d1eb790f3dac61bb370531c7d356e",
  55. "tarball": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.1.2.tgz"
  56. },
  57. "files": [
  58. "index.js",
  59. "promise.js",
  60. "LICENSE"
  61. ],
  62. "gitHead": "652f5744d08bf2121a2cc3cc1a560d4d7d96b591",
  63. "homepage": "https://github.com/normalize/native-or-bluebird",
  64. "keywords": [
  65. "bluebird",
  66. "promise",
  67. "promises"
  68. ],
  69. "license": "MIT",
  70. "maintainers": [
  71. {
  72. "email": "jonathanrichardong@gmail.com",
  73. "name": "jongleberry"
  74. },
  75. {
  76. "email": "arpad.borsos@googlemail.com",
  77. "name": "swatinem"
  78. }
  79. ],
  80. "name": "native-or-bluebird",
  81. "optionalDependencies": {},
  82. "readme": "ERROR: No README data found!",
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/normalize/native-or-bluebird.git"
  86. },
  87. "scripts": {
  88. "test": "mocha --reporter spec",
  89. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  90. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  91. },
  92. "version": "1.1.2"
  93. }