package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "filename-regex@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "filename-regex@>=2.0.0 <3.0.0",
  9. "_id": "filename-regex@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/filename-regex",
  13. "_nodeVersion": "6.10.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/filename-regex-2.0.1.tgz_1493403379598_0.7071489882655442"
  17. },
  18. "_npmUser": {
  19. "email": "brian.woodward@gmail.com",
  20. "name": "doowb"
  21. },
  22. "_npmVersion": "3.10.10",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "filename-regex",
  26. "raw": "filename-regex@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/http-proxy-middleware/micromatch",
  34. "/jscodeshift/micromatch",
  35. "/webpack-addons/micromatch"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz",
  38. "_shasum": "c1c4b9bee3e09725ddb106b75c1e301fe2f18b26",
  39. "_shrinkwrap": null,
  40. "_spec": "filename-regex@^2.0.0",
  41. "_where": "/home/seleznev/project Angular/Quality system/node_modules/jscodeshift/node_modules/micromatch",
  42. "author": {
  43. "name": "Jon Schlinkert",
  44. "url": "https://github.com/jonschlinkert"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/regexhq/filename-regex/issues"
  48. },
  49. "dependencies": {},
  50. "description": "Regular expression for matching file names, with or without extension.",
  51. "devDependencies": {
  52. "gulp-format-md": "^0.1.12"
  53. },
  54. "directories": {},
  55. "dist": {
  56. "shasum": "c1c4b9bee3e09725ddb106b75c1e301fe2f18b26",
  57. "tarball": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz"
  58. },
  59. "engines": {
  60. "node": ">=0.10.0"
  61. },
  62. "files": [
  63. "index.js"
  64. ],
  65. "gitHead": "821fec482acdb1ce3f23a804ce8a86724d02b4e6",
  66. "homepage": "https://github.com/regexhq/filename-regex",
  67. "keywords": [
  68. "basename",
  69. "file",
  70. "filename",
  71. "filepath",
  72. "match",
  73. "name",
  74. "path",
  75. "regex",
  76. "regexp",
  77. "regular expression"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "maintainers": [
  82. {
  83. "name": "doowb",
  84. "email": "brian.woodward@gmail.com"
  85. },
  86. {
  87. "name": "jonschlinkert",
  88. "email": "github@sellside.com"
  89. }
  90. ],
  91. "name": "filename-regex",
  92. "optionalDependencies": {},
  93. "readme": "ERROR: No README data found!",
  94. "repository": {
  95. "type": "git",
  96. "url": "git+https://github.com/regexhq/filename-regex.git"
  97. },
  98. "scripts": {
  99. "test": "mocha"
  100. },
  101. "verb": {
  102. "layout": "default",
  103. "lint": {
  104. "reflinks": true
  105. },
  106. "plugins": [
  107. "gulp-format-md"
  108. ],
  109. "tasks": [
  110. "readme"
  111. ],
  112. "toc": false
  113. },
  114. "version": "2.0.1"
  115. }