File: D:/HostingSpaces/SBogers10/anvil.komma.pro/node_modules/globs/package.json
{
"_args": [
[
"globs@0.1.3",
"/Users/mike/Webdevelopment/Anvil"
]
],
"_development": true,
"_from": "globs@0.1.3",
"_id": "globs@0.1.3",
"_inBundle": false,
"_integrity": "sha1-ZwA3ElKHy2VJqtlqRM+mhP18VQI=",
"_location": "/globs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "globs@0.1.3",
"name": "globs",
"escapedName": "globs",
"rawSpec": "0.1.3",
"saveSpec": null,
"fetchSpec": "0.1.3"
},
"_requiredBy": [
"/concatenate"
],
"_resolved": "https://registry.npmjs.org/globs/-/globs-0.1.3.tgz",
"_spec": "0.1.3",
"_where": "/Users/mike/Webdevelopment/Anvil",
"author": {
"name": "Stephen Mathieson",
"email": "me@stephenmathieson.com"
},
"bugs": {
"url": "https://github.com/stephenmathieson/node-globs/issues"
},
"dependencies": {
"glob": "^7.1.1"
},
"description": "An extension of glob, allowing you to provide one or more patterns to match.",
"devDependencies": {
"jshint": "~2.9.4",
"sandboxed-module": "~2.0.3",
"vows": "~0.8.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/stephenmathieson/node-globs#readme",
"license": "MIT",
"main": "index.js",
"name": "globs",
"repository": {
"type": "git",
"url": "git://github.com/stephenmathieson/node-globs.git"
},
"scripts": {
"test": "make test"
},
"version": "0.1.3"
}