package.json 1.9 KB

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