package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "filename-regex@^2.0.0",
  3. "_id": "filename-regex@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=",
  6. "_location": "/filename-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "filename-regex@^2.0.0",
  12. "name": "filename-regex",
  13. "escapedName": "filename-regex",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/anymatch/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
  22. "_shasum": "c1c4b9bee3e09725ddb106b75c1e301fe2f18b26",
  23. "_spec": "filename-regex@^2.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/anymatch/node_modules/micromatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/regexhq/filename-regex/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Regular expression for matching file names, with or without extension.",
  35. "devDependencies": {
  36. "gulp-format-md": "^0.1.12"
  37. },
  38. "engines": {
  39. "node": ">=0.10.0"
  40. },
  41. "files": [
  42. "index.js"
  43. ],
  44. "homepage": "https://github.com/regexhq/filename-regex",
  45. "keywords": [
  46. "basename",
  47. "file",
  48. "filename",
  49. "filepath",
  50. "match",
  51. "name",
  52. "path",
  53. "regex",
  54. "regexp",
  55. "regular expression"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "filename-regex",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/regexhq/filename-regex.git"
  63. },
  64. "scripts": {
  65. "test": "mocha"
  66. },
  67. "verb": {
  68. "toc": false,
  69. "layout": "default",
  70. "tasks": [
  71. "readme"
  72. ],
  73. "plugins": [
  74. "gulp-format-md"
  75. ],
  76. "lint": {
  77. "reflinks": true
  78. }
  79. },
  80. "version": "2.0.1"
  81. }