package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "co@4.6.0",
  5. "C:\\Users\\Administrator\\Desktop\\dealer_front"
  6. ]
  7. ],
  8. "_from": "co@4.6.0",
  9. "_id": "co@4.6.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
  12. "_location": "/co",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "co@4.6.0",
  18. "name": "co",
  19. "escapedName": "co",
  20. "rawSpec": "4.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.6.0"
  23. },
  24. "_requiredBy": [
  25. "/ajv"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  28. "_spec": "4.6.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\dealer_front",
  30. "bugs": {
  31. "url": "https://github.com/tj/co/issues"
  32. },
  33. "description": "generator async control flow goodness",
  34. "devDependencies": {
  35. "browserify": "^10.0.0",
  36. "istanbul-harmony": "0",
  37. "mocha": "^2.0.0",
  38. "mz": "^1.0.2"
  39. },
  40. "engines": {
  41. "iojs": ">= 1.0.0",
  42. "node": ">= 0.12.0"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/tj/co#readme",
  48. "keywords": [
  49. "async",
  50. "flow",
  51. "generator",
  52. "coro",
  53. "coroutine"
  54. ],
  55. "license": "MIT",
  56. "name": "co",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/tj/co.git"
  60. },
  61. "scripts": {
  62. "browserify": "browserify index.js -o ./co-browser.js -s co",
  63. "prepublish": "npm run browserify",
  64. "test": "mocha --harmony",
  65. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  66. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  67. },
  68. "version": "4.6.0"
  69. }