wallet-core/node_modules/glob-parent/package.json

40 lines
928 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "glob-parent",
"version": "3.0.1",
"description": "Strips glob magic from a string to provide the parent directory path",
"main": "index.js",
"scripts": {
"test": "istanbul test node_modules/mocha/bin/_mocha",
"ci-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",
2016-11-03 01:33:53 +01:00
"dirname",
2016-10-10 03:43:44 +02:00
"directory",
2016-11-03 01:33:53 +01:00
"base",
"wildcard"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"author": "Elan Shanker (https://github.com/es128)",
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": {
"is-glob": "^3.1.0",
"path-dirname": "^1.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
}