package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "minimatch@~0.2.12",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
  6. ]
  7. ],
  8. "_from": "minimatch@>=0.2.12 <0.3.0",
  9. "_id": "minimatch@0.2.14",
  10. "_inCache": true,
  11. "_location": "/minimatch",
  12. "_npmUser": {
  13. "email": "i@izs.me",
  14. "name": "isaacs"
  15. },
  16. "_npmVersion": "1.3.17",
  17. "_phantomChildren": {},
  18. "_requested": {
  19. "name": "minimatch",
  20. "raw": "minimatch@~0.2.12",
  21. "rawSpec": "~0.2.12",
  22. "scope": null,
  23. "spec": ">=0.2.12 <0.3.0",
  24. "type": "range"
  25. },
  26. "_requiredBy": [
  27. "/glob",
  28. "/grunt"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
  31. "_shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
  32. "_shrinkwrap": null,
  33. "_spec": "minimatch@~0.2.12",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
  35. "author": {
  36. "email": "i@izs.me",
  37. "name": "Isaac Z. Schlueter",
  38. "url": "http://blog.izs.me"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/isaacs/minimatch/issues"
  42. },
  43. "dependencies": {
  44. "lru-cache": "2",
  45. "sigmund": "~1.0.0"
  46. },
  47. "description": "a glob matcher in javascript",
  48. "devDependencies": {
  49. "tap": ""
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
  54. "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
  55. },
  56. "engines": {
  57. "node": "*"
  58. },
  59. "homepage": "https://github.com/isaacs/minimatch",
  60. "installable": true,
  61. "license": {
  62. "type": "MIT",
  63. "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
  64. },
  65. "main": "minimatch.js",
  66. "maintainers": [
  67. {
  68. "name": "isaacs",
  69. "email": "i@izs.me"
  70. }
  71. ],
  72. "name": "minimatch",
  73. "optionalDependencies": {},
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/isaacs/minimatch.git"
  77. },
  78. "scripts": {
  79. "test": "tap test/*.js"
  80. },
  81. "version": "0.2.14"
  82. }