package.json 1.7 KB

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