package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "minimatch@~3.0.2",
  3. "_id": "minimatch@3.0.8",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==",
  6. "_location": "/minimatch",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "minimatch@~3.0.2",
  12. "name": "minimatch",
  13. "escapedName": "minimatch",
  14. "rawSpec": "~3.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "~3.0.2"
  17. },
  18. "_requiredBy": [
  19. "/globule",
  20. "/globule/glob"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz",
  23. "_shasum": "5e6a59bd11e2ab0de1cfb843eb2d82e546c321c1",
  24. "_spec": "minimatch@~3.0.2",
  25. "_where": "D:\\公司项目\\wms\\node_modules\\globule",
  26. "author": {
  27. "name": "Isaac Z. Schlueter",
  28. "email": "i@izs.me",
  29. "url": "http://blog.izs.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/isaacs/minimatch/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "brace-expansion": "^1.1.7"
  37. },
  38. "deprecated": false,
  39. "description": "a glob matcher in javascript",
  40. "devDependencies": {
  41. "tap": "^15.1.6"
  42. },
  43. "engines": {
  44. "node": "*"
  45. },
  46. "files": [
  47. "minimatch.js"
  48. ],
  49. "homepage": "https://github.com/isaacs/minimatch#readme",
  50. "license": "ISC",
  51. "main": "minimatch.js",
  52. "name": "minimatch",
  53. "publishConfig": {
  54. "tag": "v3.0-legacy"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/isaacs/minimatch.git"
  59. },
  60. "scripts": {
  61. "postpublish": "git push origin --all; git push origin --tags",
  62. "postversion": "npm publish",
  63. "preversion": "npm test",
  64. "test": "tap"
  65. },
  66. "version": "3.0.8"
  67. }