package.json 1.7 KB

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