12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "minimatch@~0.2.12",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/grunt"
- ]
- ],
- "_from": "minimatch@>=0.2.12 <0.3.0",
- "_id": "minimatch@0.2.14",
- "_inCache": true,
- "_location": "/minimatch",
- "_npmUser": {
- "email": "i@izs.me",
- "name": "isaacs"
- },
- "_npmVersion": "1.3.17",
- "_phantomChildren": {},
- "_requested": {
- "name": "minimatch",
- "raw": "minimatch@~0.2.12",
- "rawSpec": "~0.2.12",
- "scope": null,
- "spec": ">=0.2.12 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/glob",
- "/grunt"
- ],
- "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
- "_shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
- "_shrinkwrap": null,
- "_spec": "minimatch@~0.2.12",
- "_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"
- },
- "bugs": {
- "url": "https://github.com/isaacs/minimatch/issues"
- },
- "dependencies": {
- "lru-cache": "2",
- "sigmund": "~1.0.0"
- },
- "description": "a glob matcher in javascript",
- "devDependencies": {
- "tap": ""
- },
- "directories": {},
- "dist": {
- "shasum": "c74e780574f63c6f9a090e90efbe6ef53a6a756a",
- "tarball": "http://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz"
- },
- "engines": {
- "node": "*"
- },
- "homepage": "https://github.com/isaacs/minimatch",
- "installable": true,
- "license": {
- "type": "MIT",
- "url": "http://github.com/isaacs/minimatch/raw/master/LICENSE"
- },
- "main": "minimatch.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "minimatch",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/minimatch.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "0.2.14"
- }
|