Ohm-Management - Projektarbeit B-ME
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 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "async@2.6.2",
  3. "_id": "async@2.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==",
  6. "_location": "/async",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "async@2.6.2",
  12. "name": "async",
  13. "escapedName": "async",
  14. "rawSpec": "2.6.2",
  15. "saveSpec": null,
  16. "fetchSpec": "2.6.2"
  17. },
  18. "_requiredBy": [
  19. "/mongoose"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz",
  22. "_shasum": "18330ea7e6e313887f5d2f2a904bac6fe4dd5381",
  23. "_spec": "async@2.6.2",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/mongoose",
  25. "author": {
  26. "name": "Caolan McMahon"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/caolan/async/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "lodash": "^4.17.11"
  34. },
  35. "deprecated": false,
  36. "description": "Higher-order functions and common patterns for asynchronous code",
  37. "devDependencies": {
  38. "babel-cli": "^6.24.0",
  39. "babel-core": "^6.26.3",
  40. "babel-plugin-add-module-exports": "^0.2.1",
  41. "babel-plugin-istanbul": "^2.0.1",
  42. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  43. "babel-preset-es2015": "^6.3.13",
  44. "babel-preset-es2017": "^6.22.0",
  45. "babelify": "^8.0.0",
  46. "benchmark": "^2.1.1",
  47. "bluebird": "^3.4.6",
  48. "browserify": "^16.2.2",
  49. "chai": "^4.1.2",
  50. "cheerio": "^0.22.0",
  51. "coveralls": "^3.0.1",
  52. "es6-promise": "^2.3.0",
  53. "eslint": "^2.13.1",
  54. "fs-extra": "^0.26.7",
  55. "gh-pages-deploy": "^0.5.0",
  56. "jsdoc": "^3.4.0",
  57. "karma": "^2.0.2",
  58. "karma-browserify": "^5.2.0",
  59. "karma-firefox-launcher": "^1.1.0",
  60. "karma-mocha": "^1.2.0",
  61. "karma-mocha-reporter": "^2.2.0",
  62. "mocha": "^5.2.0",
  63. "native-promise-only": "^0.8.0-a",
  64. "nyc": "^11.8.0",
  65. "rimraf": "^2.5.0",
  66. "rollup": "^0.36.3",
  67. "rollup-plugin-node-resolve": "^2.0.0",
  68. "rollup-plugin-npm": "^2.0.0",
  69. "rsvp": "^3.0.18",
  70. "semver": "^5.5.0",
  71. "uglify-js": "~2.7.3",
  72. "yargs": "^11.0.0"
  73. },
  74. "gh-pages-deploy": {
  75. "staticpath": "docs"
  76. },
  77. "homepage": "https://caolan.github.io/async/",
  78. "keywords": [
  79. "async",
  80. "callback",
  81. "module",
  82. "utility"
  83. ],
  84. "license": "MIT",
  85. "main": "dist/async.js",
  86. "name": "async",
  87. "nyc": {
  88. "exclude": [
  89. "mocha_test"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/caolan/async.git"
  95. },
  96. "scripts": {
  97. "coverage": "nyc npm run mocha-node-test -- --grep @nycinvalid --invert",
  98. "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
  99. "jsdoc": "jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js",
  100. "lint": "eslint lib/ mocha_test/ perf/memory.js perf/suites.js perf/benchmark.js support/build/ support/*.js karma.conf.js",
  101. "mocha-browser-test": "karma start",
  102. "mocha-node-test": "mocha mocha_test/ --compilers js:babel-core/register",
  103. "mocha-test": "npm run mocha-node-test && npm run mocha-browser-test",
  104. "test": "npm run lint && npm run mocha-node-test"
  105. },
  106. "version": "2.6.2"
  107. }