package.json 1.8 KB

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