package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "co@4.6.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "co@4.6.0",
  10. "_id": "co@4.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
  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. "/ajv"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  29. "_spec": "4.6.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "bugs": {
  32. "url": "https://github.com/tj/co/issues"
  33. },
  34. "description": "generator async control flow goodness",
  35. "devDependencies": {
  36. "browserify": "^10.0.0",
  37. "istanbul-harmony": "0",
  38. "mocha": "^2.0.0",
  39. "mz": "^1.0.2"
  40. },
  41. "engines": {
  42. "iojs": ">= 1.0.0",
  43. "node": ">= 0.12.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/tj/co#readme",
  49. "keywords": [
  50. "async",
  51. "flow",
  52. "generator",
  53. "coro",
  54. "coroutine"
  55. ],
  56. "license": "MIT",
  57. "name": "co",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/tj/co.git"
  61. },
  62. "scripts": {
  63. "browserify": "browserify index.js -o ./co-browser.js -s co",
  64. "prepublish": "npm run browserify",
  65. "test": "mocha --harmony",
  66. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  67. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  68. },
  69. "version": "4.6.0"
  70. }