package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minimatch@3.0.4",
  10. "_id": "minimatch@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
  13. "_location": "/minimatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "minimatch@3.0.4",
  19. "name": "minimatch",
  20. "escapedName": "minimatch",
  21. "rawSpec": "3.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.4"
  24. },
  25. "_requiredBy": [
  26. "/copy-webpack-plugin",
  27. "/eslint",
  28. "/glob"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
  31. "_spec": "3.0.4",
  32. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/minimatch/issues"
  40. },
  41. "dependencies": {
  42. "brace-expansion": "^1.1.7"
  43. },
  44. "description": "a glob matcher in javascript",
  45. "devDependencies": {
  46. "tap": "^10.3.2"
  47. },
  48. "engines": {
  49. "node": "*"
  50. },
  51. "files": [
  52. "minimatch.js"
  53. ],
  54. "homepage": "https://github.com/isaacs/minimatch#readme",
  55. "license": "ISC",
  56. "main": "minimatch.js",
  57. "name": "minimatch",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/minimatch.git"
  61. },
  62. "scripts": {
  63. "postpublish": "git push origin --all; git push origin --tags",
  64. "postversion": "npm publish",
  65. "preversion": "npm test",
  66. "test": "tap test/*.js --cov"
  67. },
  68. "version": "3.0.4"
  69. }