package.json 1.7 KB

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