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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "anymatch@^2.0.0",
  3. "_id": "anymatch@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==",
  6. "_location": "/anymatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "anymatch@^2.0.0",
  12. "name": "anymatch",
  13. "escapedName": "anymatch",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/chokidar",
  20. "/glob-watcher"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz",
  23. "_shasum": "bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb",
  24. "_spec": "anymatch@^2.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\glob-watcher",
  26. "author": {
  27. "name": "Elan Shanker",
  28. "url": "http://github.com/es128"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/micromatch/anymatch/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "micromatch": "^3.1.4",
  36. "normalize-path": "^2.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  40. "devDependencies": {
  41. "coveralls": "^2.7.0",
  42. "istanbul": "^0.4.5",
  43. "mocha": "^3.0.0"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/micromatch/anymatch",
  49. "keywords": [
  50. "match",
  51. "any",
  52. "string",
  53. "file",
  54. "fs",
  55. "list",
  56. "glob",
  57. "regex",
  58. "regexp",
  59. "regular",
  60. "expression",
  61. "function"
  62. ],
  63. "license": "ISC",
  64. "name": "anymatch",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/micromatch/anymatch.git"
  68. },
  69. "scripts": {
  70. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  71. },
  72. "version": "2.0.0"
  73. }