2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "glob-parent",
|
2017-04-20 03:09:25 +02:00
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "Strips glob magic from a string to provide the parent path",
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/es128/glob-parent"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"glob",
|
|
|
|
"parent",
|
|
|
|
"strip",
|
|
|
|
"path",
|
|
|
|
"directory",
|
2017-04-20 03:09:25 +02:00
|
|
|
"base"
|
2016-10-10 03:43:44 +02:00
|
|
|
],
|
2017-04-20 03:09:25 +02:00
|
|
|
"author": "Elan Shanker",
|
2016-10-10 03:43:44 +02:00
|
|
|
"license": "ISC",
|
2016-11-03 01:33:53 +01:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/es128/glob-parent/issues"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"homepage": "https://github.com/es128/glob-parent",
|
|
|
|
"dependencies": {
|
2017-04-20 03:09:25 +02:00
|
|
|
"is-glob": "^2.0.0"
|
2016-10-10 03:43:44 +02:00
|
|
|
},
|
2016-11-03 01:33:53 +01:00
|
|
|
"devDependencies": {
|
|
|
|
"coveralls": "^2.11.2",
|
|
|
|
"istanbul": "^0.3.5",
|
|
|
|
"mocha": "^2.1.0"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|