package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "fileset@^2.0.2",
  3. "_id": "fileset@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UxowFKnAFIwtmSxgKjWAVgjE3Fk7MQJT0ZIyl0NwIFZTrx4913rLaonGJ84V+x/2+w/pe4ULHRns+GZPs1TVuw==",
  6. "_location": "/fileset",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fileset@^2.0.2",
  12. "name": "fileset",
  13. "escapedName": "fileset",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/istanbul-api"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/fileset/-/fileset-2.0.3.tgz",
  22. "_shasum": "8e7548a96d3cc2327ee5e674168723a333bba2a0",
  23. "_spec": "fileset@^2.0.2",
  24. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\istanbul-api",
  25. "author": {
  26. "name": "mklabs"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mklabs/node-fileset/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "glob": "^7.0.3",
  34. "minimatch": "^3.0.3"
  35. },
  36. "deprecated": false,
  37. "description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
  38. "devDependencies": {
  39. "babel-cli": "^6.9.0",
  40. "babel-plugin-add-module-exports": "^0.2.1",
  41. "babel-plugin-transform-regenerator": "^6.9.0",
  42. "babel-preset-es2015": "^6.9.0",
  43. "bake-cli": "^0.6.0",
  44. "eslint": "^3.7.1",
  45. "eslint-config-standard": "^6.2.0",
  46. "eslint-plugin-promise": "^3.0.0",
  47. "eslint-plugin-standard": "^2.0.1",
  48. "mocha": "^3.1.2",
  49. "standard-version": "^3.0.0",
  50. "watchd": "^0.1.1"
  51. },
  52. "homepage": "https://github.com/mklabs/node-fileset",
  53. "license": "MIT",
  54. "main": "./lib/fileset",
  55. "name": "fileset",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/mklabs/node-fileset.git"
  59. },
  60. "scripts": {
  61. "test": "make test"
  62. },
  63. "version": "2.0.3"
  64. }