package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "filename-regex@2.0.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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.npm.taobao.org/filename-regex/download/filename-regex-2.0.1.tgz",
  34. "_spec": "2.0.1",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  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. }