package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "co@^4.6.0",
  6. "scope": null,
  7. "escapedName": "co",
  8. "name": "co",
  9. "rawSpec": "^4.6.0",
  10. "spec": ">=4.6.0 <5.0.0",
  11. "type": "range"
  12. },
  13. "/home/conte/data/reveal.js/node_modules/ajv"
  14. ]
  15. ],
  16. "_from": "co@>=4.6.0 <5.0.0",
  17. "_id": "co@4.6.0",
  18. "_inCache": true,
  19. "_location": "/co",
  20. "_nodeVersion": "2.3.3",
  21. "_npmUser": {
  22. "name": "jongleberry",
  23. "email": "jonathanrichardong@gmail.com"
  24. },
  25. "_npmVersion": "2.11.3",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "co@^4.6.0",
  29. "scope": null,
  30. "escapedName": "co",
  31. "name": "co",
  32. "rawSpec": "^4.6.0",
  33. "spec": ">=4.6.0 <5.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/ajv"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  40. "_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
  41. "_shrinkwrap": null,
  42. "_spec": "co@^4.6.0",
  43. "_where": "/home/conte/data/reveal.js/node_modules/ajv",
  44. "bugs": {
  45. "url": "https://github.com/tj/co/issues"
  46. },
  47. "dependencies": {},
  48. "description": "generator async control flow goodness",
  49. "devDependencies": {
  50. "browserify": "^10.0.0",
  51. "istanbul-harmony": "0",
  52. "mocha": "^2.0.0",
  53. "mz": "^1.0.2"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
  58. "tarball": "https://registry.npmjs.org/co/-/co-4.6.0.tgz"
  59. },
  60. "engines": {
  61. "iojs": ">= 1.0.0",
  62. "node": ">= 0.12.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "b54d18f8f472ad1314800e786993c4169a5ff9f8",
  68. "homepage": "https://github.com/tj/co#readme",
  69. "keywords": [
  70. "async",
  71. "flow",
  72. "generator",
  73. "coro",
  74. "coroutine"
  75. ],
  76. "license": "MIT",
  77. "maintainers": [
  78. {
  79. "name": "tjholowaychuk",
  80. "email": "tj@vision-media.ca"
  81. },
  82. {
  83. "name": "jonathanong",
  84. "email": "jonathanrichardong@gmail.com"
  85. },
  86. {
  87. "name": "jongleberry",
  88. "email": "jonathanrichardong@gmail.com"
  89. }
  90. ],
  91. "name": "co",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/tj/co.git"
  97. },
  98. "scripts": {
  99. "browserify": "browserify index.js -o ./co-browser.js -s co",
  100. "prepublish": "npm run browserify",
  101. "test": "mocha --harmony",
  102. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  103. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  104. },
  105. "version": "4.6.0"
  106. }