package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "co",
  6. "scope": null,
  7. "escapedName": "co",
  8. "name": "co",
  9. "rawSpec": "",
  10. "spec": "latest",
  11. "type": "tag"
  12. },
  13. "/data/feimat/test_yali/liveserver"
  14. ]
  15. ],
  16. "_cnpm_publish_time": 1436481044562,
  17. "_from": "co@latest",
  18. "_hasShrinkwrap": false,
  19. "_id": "co@4.6.0",
  20. "_inCache": true,
  21. "_location": "/co",
  22. "_nodeVersion": "2.3.3",
  23. "_npmUser": {
  24. "name": "jongleberry",
  25. "email": "jonathanrichardong@gmail.com"
  26. },
  27. "_npmVersion": "2.11.3",
  28. "_phantomChildren": {},
  29. "_requested": {
  30. "raw": "co",
  31. "scope": null,
  32. "escapedName": "co",
  33. "name": "co",
  34. "rawSpec": "",
  35. "spec": "latest",
  36. "type": "tag"
  37. },
  38. "_requiredBy": [
  39. "#USER",
  40. "/"
  41. ],
  42. "_resolved": "https://registry.npm.taobao.org/co/download/co-4.6.0.tgz",
  43. "_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
  44. "_shrinkwrap": null,
  45. "_spec": "co",
  46. "_where": "/data/feimat/test_yali/liveserver",
  47. "bugs": {
  48. "url": "https://github.com/tj/co/issues"
  49. },
  50. "dependencies": {},
  51. "description": "generator async control flow goodness",
  52. "devDependencies": {
  53. "browserify": "^10.0.0",
  54. "istanbul-harmony": "0",
  55. "mocha": "^2.0.0",
  56. "mz": "^1.0.2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
  61. "tarball": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
  62. },
  63. "engines": {
  64. "iojs": ">= 1.0.0",
  65. "node": ">= 0.12.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "gitHead": "b54d18f8f472ad1314800e786993c4169a5ff9f8",
  71. "homepage": "https://github.com/tj/co#readme",
  72. "keywords": [
  73. "async",
  74. "flow",
  75. "generator",
  76. "coro",
  77. "coroutine"
  78. ],
  79. "license": "MIT",
  80. "maintainers": [
  81. {
  82. "name": "tjholowaychuk",
  83. "email": "tj@vision-media.ca"
  84. },
  85. {
  86. "name": "jonathanong",
  87. "email": "jonathanrichardong@gmail.com"
  88. },
  89. {
  90. "name": "jongleberry",
  91. "email": "jonathanrichardong@gmail.com"
  92. }
  93. ],
  94. "name": "co",
  95. "optionalDependencies": {},
  96. "readme": "ERROR: No README data found!",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/tj/co.git"
  100. },
  101. "scripts": {
  102. "browserify": "browserify index.js -o ./co-browser.js -s co",
  103. "prepublish": "npm run browserify",
  104. "test": "mocha --harmony",
  105. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  106. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  107. },
  108. "version": "4.6.0"
  109. }