summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/glob-parent/package.json
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-05-12 02:57:59 +0200
committerRuben Bridgewater <ruben@bridgewater.de>2019-06-11 15:59:17 +0200
commit8845a77f74f4cc17820ac50ca94bf2658ee95323 (patch)
tree9c5f4dec163f9c89476b0b28ac3c8fb5f6f1b45b /tools/node_modules/eslint/node_modules/glob-parent/package.json
parent6a5376bb94f10d262df881226c05699c28cdd139 (diff)
downloadandroid-node-v8-8845a77f74f4cc17820ac50ca94bf2658ee95323.tar.gz
android-node-v8-8845a77f74f4cc17820ac50ca94bf2658ee95323.tar.bz2
android-node-v8-8845a77f74f4cc17820ac50ca94bf2658ee95323.zip
tools: update eslint
PR-URL: https://github.com/nodejs/node/pull/27670 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/glob-parent/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/glob-parent/package.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/glob-parent/package.json b/tools/node_modules/eslint/node_modules/glob-parent/package.json
new file mode 100644
index 0000000000..fd6efef930
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/glob-parent/package.json
@@ -0,0 +1,47 @@
+{
+ "author": {
+ "name": "Elan Shanker",
+ "url": "https://github.com/es128"
+ },
+ "bugs": {
+ "url": "https://github.com/es128/glob-parent/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "is-glob": "^3.1.0",
+ "path-dirname": "^1.0.0"
+ },
+ "deprecated": false,
+ "description": "Strips glob magic from a string to provide the parent directory path",
+ "devDependencies": {
+ "coveralls": "^2.11.2",
+ "istanbul": "^0.3.5",
+ "mocha": "^2.1.0"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/es128/glob-parent",
+ "keywords": [
+ "glob",
+ "parent",
+ "strip",
+ "path",
+ "dirname",
+ "directory",
+ "base",
+ "wildcard"
+ ],
+ "license": "ISC",
+ "main": "index.js",
+ "name": "glob-parent",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/es128/glob-parent.git"
+ },
+ "scripts": {
+ "ci-test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls",
+ "test": "istanbul test node_modules/mocha/bin/_mocha"
+ },
+ "version": "3.1.0"
+} \ No newline at end of file