1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- {
- "_args": [
- [
- "glob@~3.1.21",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
- ]
- ],
- "_from": "glob@>=3.1.21 <3.2.0",
- "_id": "glob@3.1.21",
- "_inCache": true,
- "_location": "/glob",
- "_npmUser": {
- "email": "i@izs.me",
- "name": "isaacs"
- },
- "_npmVersion": "1.2.12",
- "_phantomChildren": {},
- "_requested": {
- "name": "glob",
- "raw": "glob@~3.1.21",
- "rawSpec": "~3.1.21",
- "scope": null,
- "spec": ">=3.1.21 <3.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/grunt"
- ],
- "_resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
- "_shasum": "d29e0a055dea5138f4d07ed40e8982e83c2066cd",
- "_shrinkwrap": null,
- "_spec": "glob@~3.1.21",
- "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt",
- "author": {
- "email": "i@izs.me",
- "name": "Isaac Z. Schlueter",
- "url": "http://blog.izs.me/"
- },
- "dependencies": {
- "graceful-fs": "~1.2.0",
- "inherits": "1",
- "minimatch": "~0.2.11"
- },
- "description": "a little globber",
- "devDependencies": {
- "mkdirp": "0",
- "rimraf": "1",
- "tap": "~0.4.0"
- },
- "directories": {},
- "dist": {
- "shasum": "d29e0a055dea5138f4d07ed40e8982e83c2066cd",
- "tarball": "http://registry.npmjs.org/glob/-/glob-3.1.21.tgz"
- },
- "engines": {
- "node": "*"
- },
- "installable": true,
- "license": "BSD",
- "main": "glob.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "glob",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/node-glob.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "3.1.21"
- }
|