package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "minimatch@~3.0.2",
  3. "_id": "minimatch@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=",
  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. "/glob",
  20. "/globule",
  21. "/globule/glob"
  22. ],
  23. "_resolved": "https://registry.nlark.com/minimatch/download/minimatch-3.0.4.tgz?cache=0&sync_timestamp=1618846754554&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fminimatch%2Fdownload%2Fminimatch-3.0.4.tgz",
  24. "_shasum": "5166e286457f03306064be5497e8dbb0c3d32083",
  25. "_spec": "minimatch@~3.0.2",
  26. "_where": "/Users/kiys/Desktop/parkService-wxapp/pet/node_modules/globule",
  27. "author": {
  28. "name": "Isaac Z. Schlueter",
  29. "email": "i@izs.me",
  30. "url": "http://blog.izs.me"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/isaacs/minimatch/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "brace-expansion": "^1.1.7"
  38. },
  39. "deprecated": false,
  40. "description": "a glob matcher in javascript",
  41. "devDependencies": {
  42. "tap": "^10.3.2"
  43. },
  44. "engines": {
  45. "node": "*"
  46. },
  47. "files": [
  48. "minimatch.js"
  49. ],
  50. "homepage": "https://github.com/isaacs/minimatch#readme",
  51. "license": "ISC",
  52. "main": "minimatch.js",
  53. "name": "minimatch",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/isaacs/minimatch.git"
  57. },
  58. "scripts": {
  59. "postpublish": "git push origin --all; git push origin --tags",
  60. "postversion": "npm publish",
  61. "preversion": "npm test",
  62. "test": "tap test/*.js --cov"
  63. },
  64. "version": "3.0.4"
  65. }