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

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