package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "anymatch@^1.3.0",
  3. "_id": "anymatch@1.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA==",
  6. "_location": "/anymatch",
  7. "_phantomChildren": {
  8. "arr-flatten": "1.1.0",
  9. "expand-range": "1.8.2",
  10. "filename-regex": "2.0.1",
  11. "is-buffer": "1.1.6",
  12. "is-posix-bracket": "0.1.1",
  13. "normalize-path": "2.1.1",
  14. "object.omit": "2.0.1",
  15. "parse-glob": "3.0.4",
  16. "preserve": "0.2.0",
  17. "regex-cache": "0.4.4",
  18. "repeat-element": "1.1.2"
  19. },
  20. "_requested": {
  21. "type": "range",
  22. "registry": true,
  23. "raw": "anymatch@^1.3.0",
  24. "name": "anymatch",
  25. "escapedName": "anymatch",
  26. "rawSpec": "^1.3.0",
  27. "saveSpec": null,
  28. "fetchSpec": "^1.3.0"
  29. },
  30. "_requiredBy": [
  31. "/chokidar",
  32. "/gulp-watch"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz",
  35. "_shasum": "553dcb8f91e3c889845dfdba34c77721b90b9d7a",
  36. "_spec": "anymatch@^1.3.0",
  37. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/gulp-watch",
  38. "author": {
  39. "name": "Elan Shanker",
  40. "url": "http://github.com/es128"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/es128/anymatch/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "micromatch": "^2.1.5",
  48. "normalize-path": "^2.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "Matches strings against configurable strings, globs, regular expressions, and/or functions",
  52. "devDependencies": {
  53. "coveralls": "^2.11.2",
  54. "istanbul": "^0.3.13",
  55. "mocha": "^2.2.4"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "homepage": "https://github.com/es128/anymatch",
  61. "keywords": [
  62. "match",
  63. "any",
  64. "string",
  65. "file",
  66. "fs",
  67. "list",
  68. "glob",
  69. "regex",
  70. "regexp",
  71. "regular",
  72. "expression",
  73. "function"
  74. ],
  75. "license": "ISC",
  76. "name": "anymatch",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/es128/anymatch.git"
  80. },
  81. "scripts": {
  82. "test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
  83. },
  84. "version": "1.3.2"
  85. }