package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "easy-promise@^0.0.4",
  6. "scope": null,
  7. "escapedName": "easy-promise",
  8. "name": "easy-promise",
  9. "rawSpec": "^0.0.4",
  10. "spec": ">=0.0.4 <0.0.5",
  11. "type": "range"
  12. },
  13. "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/promise-queue-plus"
  14. ]
  15. ],
  16. "_from": "easy-promise@>=0.0.4 <0.0.5",
  17. "_id": "easy-promise@0.0.4",
  18. "_inCache": true,
  19. "_location": "/easy-promise",
  20. "_nodeVersion": "7.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/easy-promise-0.0.4.tgz_1482944975009_0.8314184739720076"
  24. },
  25. "_npmUser": {
  26. "name": "cnwhy",
  27. "email": "w.why@163.com"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "easy-promise@^0.0.4",
  33. "scope": null,
  34. "escapedName": "easy-promise",
  35. "name": "easy-promise",
  36. "rawSpec": "^0.0.4",
  37. "spec": ">=0.0.4 <0.0.5",
  38. "type": "range"
  39. },
  40. "_requiredBy": [
  41. "/promise-queue-plus"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/easy-promise/-/easy-promise-0.0.4.tgz",
  44. "_shasum": "965144f85867748969f2759e74f0f0a4defcd23b",
  45. "_shrinkwrap": null,
  46. "_spec": "easy-promise@^0.0.4",
  47. "_where": "/data/feimat/test_yali/online/shoufeilive/liveserver/node_modules/promise-queue-plus",
  48. "author": {
  49. "name": "cnwhy",
  50. "email": "w.why@163.com"
  51. },
  52. "bugs": {
  53. "url": "https://github.com/cnwhy/promise/issues"
  54. },
  55. "dependencies": {},
  56. "description": "Pnly Promises/A+ implementation",
  57. "devDependencies": {
  58. "gulp": "^3.9.1",
  59. "gulp-browserify": "^0.5.1",
  60. "gulp-header": "^1.8.8",
  61. "gulp-mocha": "^3.0.1",
  62. "gulp-rename": "^1.2.2",
  63. "gulp-uglify": "^2.0.0",
  64. "promises-aplus-tests": "^2.1.2"
  65. },
  66. "directories": {},
  67. "dist": {
  68. "shasum": "965144f85867748969f2759e74f0f0a4defcd23b",
  69. "tarball": "https://registry.npmjs.org/easy-promise/-/easy-promise-0.0.4.tgz"
  70. },
  71. "gitHead": "d8e990a3db641603c4b4388b11e5fd60f38ee3a1",
  72. "homepage": "https://github.com/cnwhy/promise#readme",
  73. "keywords": [
  74. "promise"
  75. ],
  76. "license": "BSD-2-Clause",
  77. "main": "nextTick.js",
  78. "maintainers": [
  79. {
  80. "name": "cnwhy",
  81. "email": "w.why@163.com"
  82. }
  83. ],
  84. "name": "easy-promise",
  85. "optionalDependencies": {},
  86. "readme": "ERROR: No README data found!",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/cnwhy/promise.git"
  90. },
  91. "scripts": {
  92. "build": "gulp build",
  93. "test": "gulp test"
  94. },
  95. "version": "0.0.4"
  96. }