You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. "/pac-resolver"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
  22. "_shasum": "6ea6bdf3d853ae54ccb8e47bfa0bf3f9031fb184",
  23. "_spec": "co@^4.6.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\pac-resolver",
  25. "bugs": {
  26. "url": "https://github.com/tj/co/issues"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "generator async control flow goodness",
  31. "devDependencies": {
  32. "browserify": "^10.0.0",
  33. "istanbul-harmony": "0",
  34. "mocha": "^2.0.0",
  35. "mz": "^1.0.2"
  36. },
  37. "engines": {
  38. "iojs": ">= 1.0.0",
  39. "node": ">= 0.12.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/tj/co#readme",
  45. "keywords": [
  46. "async",
  47. "flow",
  48. "generator",
  49. "coro",
  50. "coroutine"
  51. ],
  52. "license": "MIT",
  53. "name": "co",
  54. "repository": {
  55. "type": "git",
  56. "url": "git+https://github.com/tj/co.git"
  57. },
  58. "scripts": {
  59. "browserify": "browserify index.js -o ./co-browser.js -s co",
  60. "prepublish": "npm run browserify",
  61. "test": "mocha --harmony",
  62. "test-cov": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
  63. "test-travis": "node --harmony node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot"
  64. },
  65. "version": "4.6.0"
  66. }