package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  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. "/glob"
  28. ],
  29. "_resolved": "http://registry.npm.taobao.org/minimatch/download/minimatch-3.0.4.tgz",
  30. "_spec": "3.0.4",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Isaac Z. Schlueter",
  34. "email": "i@izs.me",
  35. "url": "http://blog.izs.me"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/isaacs/minimatch/issues"
  39. },
  40. "dependencies": {
  41. "brace-expansion": "^1.1.7"
  42. },
  43. "description": "a glob matcher in javascript",
  44. "devDependencies": {
  45. "tap": "^10.3.2"
  46. },
  47. "engines": {
  48. "node": "*"
  49. },
  50. "files": [
  51. "minimatch.js"
  52. ],
  53. "homepage": "https://github.com/isaacs/minimatch#readme",
  54. "license": "ISC",
  55. "main": "minimatch.js",
  56. "name": "minimatch",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/isaacs/minimatch.git"
  60. },
  61. "scripts": {
  62. "postpublish": "git push origin --all; git push origin --tags",
  63. "postversion": "npm publish",
  64. "preversion": "npm test",
  65. "test": "tap test/*.js --cov"
  66. },
  67. "version": "3.0.4"
  68. }