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 2.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_from": "doctrine@^2.1.0",
  3. "_id": "doctrine@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
  6. "_location": "/doctrine",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "doctrine@^2.1.0",
  12. "name": "doctrine",
  13. "escapedName": "doctrine",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/eslint"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
  22. "_shasum": "5cd01fc101621b42c4cd7f5d1a66243716d3f39d",
  23. "_spec": "doctrine@^2.1.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  25. "bugs": {
  26. "url": "https://github.com/eslint/doctrine/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "esutils": "^2.0.2"
  31. },
  32. "deprecated": false,
  33. "description": "JSDoc parser",
  34. "devDependencies": {
  35. "coveralls": "^2.11.2",
  36. "dateformat": "^1.0.11",
  37. "eslint": "^1.10.3",
  38. "eslint-release": "^0.10.0",
  39. "linefix": "^0.1.1",
  40. "mocha": "^3.4.2",
  41. "npm-license": "^0.3.1",
  42. "nyc": "^10.3.2",
  43. "semver": "^5.0.3",
  44. "shelljs": "^0.5.3",
  45. "shelljs-nodecli": "^0.1.1",
  46. "should": "^5.0.1"
  47. },
  48. "directories": {
  49. "lib": "./lib"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "lib"
  56. ],
  57. "homepage": "https://github.com/eslint/doctrine",
  58. "license": "Apache-2.0",
  59. "main": "lib/doctrine.js",
  60. "maintainers": [
  61. {
  62. "name": "Nicholas C. Zakas",
  63. "email": "nicholas+npm@nczconsulting.com",
  64. "url": "https://www.nczonline.net"
  65. },
  66. {
  67. "name": "Yusuke Suzuki",
  68. "email": "utatane.tea@gmail.com",
  69. "url": "https://github.com/Constellation"
  70. }
  71. ],
  72. "name": "doctrine",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/eslint/doctrine.git"
  76. },
  77. "scripts": {
  78. "alpharelease": "eslint-prerelease alpha",
  79. "betarelease": "eslint-prerelease beta",
  80. "ci-release": "eslint-ci-release",
  81. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  82. "lint": "eslint lib/",
  83. "pretest": "npm run lint",
  84. "release": "eslint-release",
  85. "test": "nyc mocha"
  86. },
  87. "version": "2.1.0"
  88. }