package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-plugin-eslint/eslint",
  27. "/babel-register/babel-core",
  28. "/copy-webpack-plugin",
  29. "/eslint",
  30. "/fileset",
  31. "/glob",
  32. "/jest-config/babel-core",
  33. "/jest-runtime/babel-core"
  34. ],
  35. "_resolved": "https://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimatch%2Fdownload%2Fminimatch-3.0.4.tgz",
  36. "_spec": "3.0.4",
  37. "_where": "/Users/lihai/jolijoli/pad_spa",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/isaacs/minimatch/issues"
  45. },
  46. "dependencies": {
  47. "brace-expansion": "^1.1.7"
  48. },
  49. "description": "a glob matcher in javascript",
  50. "devDependencies": {
  51. "tap": "^10.3.2"
  52. },
  53. "engines": {
  54. "node": "*"
  55. },
  56. "files": [
  57. "minimatch.js"
  58. ],
  59. "homepage": "https://github.com/isaacs/minimatch#readme",
  60. "license": "ISC",
  61. "main": "minimatch.js",
  62. "name": "minimatch",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/isaacs/minimatch.git"
  66. },
  67. "scripts": {
  68. "postpublish": "git push origin --all; git push origin --tags",
  69. "postversion": "npm publish",
  70. "preversion": "npm test",
  71. "test": "tap test/*.js --cov"
  72. },
  73. "version": "3.0.4"
  74. }