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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "glob@^7.1.2",
  3. "_id": "glob@7.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==",
  6. "_location": "/glob",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "glob@^7.1.2",
  12. "name": "glob",
  13. "escapedName": "glob",
  14. "rawSpec": "^7.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.1.2"
  17. },
  18. "_requiredBy": [
  19. "/eslint",
  20. "/rimraf"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz",
  23. "_shasum": "3960832d3f1574108342dafd3a67b332c0969df1",
  24. "_spec": "glob@^7.1.2",
  25. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/eslint",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/node-glob/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "fs.realpath": "^1.0.0",
  37. "inflight": "^1.0.4",
  38. "inherits": "2",
  39. "minimatch": "^3.0.4",
  40. "once": "^1.3.0",
  41. "path-is-absolute": "^1.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "a little globber",
  45. "devDependencies": {
  46. "mkdirp": "0",
  47. "rimraf": "^2.2.8",
  48. "tap": "^12.0.1",
  49. "tick": "0.0.6"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "files": [
  55. "glob.js",
  56. "sync.js",
  57. "common.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/node-glob#readme",
  60. "license": "ISC",
  61. "main": "glob.js",
  62. "name": "glob",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/node-glob.git"
  66. },
  67. "scripts": {
  68. "bench": "bash benchmark.sh",
  69. "benchclean": "node benchclean.js",
  70. "prepublish": "npm run benchclean",
  71. "prof": "bash prof.sh && cat profile.txt",
  72. "profclean": "rm -f v8.log profile.txt",
  73. "test": "tap test/*.js --cov",
  74. "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
  75. },
  76. "version": "7.1.3"
  77. }