You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.6 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "minimatch@3.0.4",
  5. "/home/guest/socket"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "minimatch@3.0.4",
  10. "_id": "minimatch@3.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
  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. "/eslint",
  27. "/glob"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
  30. "_spec": "3.0.4",
  31. "_where": "/home/guest/socket",
  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. }