package.json 1.9 KB

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