backoffice/node_modules/to-absolute-glob/package.json

79 lines
1.7 KiB
JSON

{
"_args": [
[
"to-absolute-glob@0.1.1",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "to-absolute-glob@0.1.1",
"_id": "to-absolute-glob@0.1.1",
"_inBundle": false,
"_integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=",
"_location": "/to-absolute-glob",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "to-absolute-glob@0.1.1",
"name": "to-absolute-glob",
"escapedName": "to-absolute-glob",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/glob-stream"
],
"_resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/to-absolute-glob/issues"
},
"dependencies": {
"extend-shallow": "^2.0.1"
},
"description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.",
"devDependencies": {
"mocha": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/to-absolute-glob",
"keywords": [
"resolve",
"pattern",
"absolute",
"glob"
],
"license": "MIT",
"main": "index.js",
"name": "to-absolute-glob",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/to-absolute-glob.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"related": {
"list": [
"is-glob",
"is-valid-glob",
"has-glob"
]
}
},
"version": "0.1.1"
}