package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "co@4.6.0",
  5. "E:\\2023\\5\\myjadmin"
  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. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "co@4.6.0",
  19. "name": "co",
  20. "escapedName": "co",
  21. "rawSpec": "4.6.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.6.0"
  24. },
  25. "_requiredBy": [
  26. "/eslint/ajv",
  27. "/jest-jasmine2",
  28. "/less/ajv",
  29. "/schema-utils/ajv",
  30. "/table/ajv"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  33. "_spec": "4.6.0",
  34. "_where": "E:\\2023\\5\\myjadmin",
  35. "bugs": {
  36. "url": "https://github.com/tj/co/issues"
  37. },
  38. "description": "generator async control flow goodness",
  39. "devDependencies": {
  40. "browserify": "^10.0.0",
  41. "istanbul-harmony": "0",
  42. "mocha": "^2.0.0",
  43. "mz": "^1.0.2"
  44. },
  45. "engines": {
  46. "iojs": ">= 1.0.0",
  47. "node": ">= 0.12.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/tj/co#readme",
  53. "keywords": [
  54. "async",
  55. "flow",
  56. "generator",
  57. "coro",
  58. "coroutine"
  59. ],
  60. "license": "MIT",
  61. "name": "co",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/tj/co.git"
  65. },
  66. "scripts": {
  67. "browserify": "browserify index.js -o ./co-browser.js -s co",
  68. "prepublish": "npm run browserify",
  69. "test": "mocha --harmony",
  70. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  71. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  72. },
  73. "version": "4.6.0"
  74. }