File: /var/www/zaklada/html/node_modules/fileset/package.json
{
"_args": [
[
"fileset@0.2.1",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "fileset@0.2.1",
"_id": "fileset@0.2.1",
"_inBundle": false,
"_integrity": "sha1-WI74lzxmI7KnbfRlEFaWuWqsgGc=",
"_location": "/fileset",
"_phantomChildren": {
"brace-expansion": "1.1.11",
"inflight": "1.0.6",
"inherits": "2.0.3",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "fileset@0.2.1",
"name": "fileset",
"escapedName": "fileset",
"rawSpec": "0.2.1",
"saveSpec": null,
"fetchSpec": "0.2.1"
},
"_requiredBy": [
"/istanbul"
],
"_resolved": "https://registry.npmjs.org/fileset/-/fileset-0.2.1.tgz",
"_spec": "0.2.1",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "mklabs"
},
"bugs": {
"url": "https://github.com/mklabs/node-fileset/issues"
},
"dependencies": {
"glob": "5.x",
"minimatch": "2.x"
},
"description": "Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability",
"homepage": "https://github.com/mklabs/node-fileset",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mklabs/node-fileset/blob/master/LICENSE-MIT"
}
],
"main": "./lib/fileset",
"name": "fileset",
"repository": {
"type": "git",
"url": "git://github.com/mklabs/node-fileset.git"
},
"scripts": {
"test": "node tests/test.js && node tests/test-sync.js"
},
"version": "0.2.1"
}