2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "to-absolute-glob",
|
|
|
|
"description": "Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.",
|
|
|
|
"version": "0.1.1",
|
|
|
|
"homepage": "https://github.com/jonschlinkert/to-absolute-glob",
|
|
|
|
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
|
|
|
|
"repository": "jonschlinkert/to-absolute-glob",
|
|
|
|
"bugs": "https://github.com/jonschlinkert/to-absolute-glob/issues",
|
|
|
|
"license": "MIT",
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"extend-shallow": "^2.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "*"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"resolve",
|
|
|
|
"pattern",
|
|
|
|
"absolute",
|
|
|
|
"glob"
|
|
|
|
],
|
|
|
|
"verb": {
|
|
|
|
"related": {
|
|
|
|
"list": [
|
|
|
|
"is-glob",
|
|
|
|
"is-valid-glob",
|
|
|
|
"has-glob"
|
|
|
|
]
|
|
|
|
}
|
2016-11-03 01:33:53 +01:00
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|