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.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "esutils@^2.0.2",
  3. "_id": "esutils@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
  6. "_location": "/esutils",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "esutils@^2.0.2",
  12. "name": "esutils",
  13. "escapedName": "esutils",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/@babel/highlight",
  20. "/doctrine",
  21. "/eslint"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
  24. "_shasum": "0abf4f1caa5bcb1f7a9d8acc6dea4faaa04bac9b",
  25. "_spec": "esutils@^2.0.2",
  26. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  27. "bugs": {
  28. "url": "https://github.com/estools/esutils/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "utility box for ECMAScript language tools",
  33. "devDependencies": {
  34. "chai": "~1.7.2",
  35. "coffee-script": "~1.6.3",
  36. "jshint": "2.6.3",
  37. "mocha": "~2.2.1",
  38. "regenerate": "~1.2.1",
  39. "unicode-7.0.0": "^0.1.5"
  40. },
  41. "directories": {
  42. "lib": "./lib"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "LICENSE.BSD",
  49. "README.md",
  50. "lib"
  51. ],
  52. "homepage": "https://github.com/estools/esutils",
  53. "licenses": [
  54. {
  55. "type": "BSD",
  56. "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
  57. }
  58. ],
  59. "main": "lib/utils.js",
  60. "maintainers": [
  61. {
  62. "name": "Yusuke Suzuki",
  63. "email": "utatane.tea@gmail.com",
  64. "url": "http://github.com/Constellation"
  65. }
  66. ],
  67. "name": "esutils",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+ssh://git@github.com/estools/esutils.git"
  71. },
  72. "scripts": {
  73. "generate-regex": "node tools/generate-identifier-regex.js",
  74. "lint": "jshint lib/*.js",
  75. "test": "npm run-script lint && npm run-script unit-test",
  76. "unit-test": "mocha --compilers coffee:coffee-script -R spec"
  77. },
  78. "version": "2.0.2"
  79. }