summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/parent-module/package.json
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-01-04 16:11:19 -0500
committercjihrig <cjihrig@gmail.com>2019-01-07 08:49:17 -0500
commitec5884a94f24351b2920ac3e54960999fdc05054 (patch)
tree2318bee2fd4943d26b37859aa4d484cd38e2ea0a /tools/node_modules/eslint/node_modules/parent-module/package.json
parent076d8b9f9da195fd3ff1d8cadeac0605cbd91d7b (diff)
downloadandroid-node-v8-ec5884a94f24351b2920ac3e54960999fdc05054.tar.gz
android-node-v8-ec5884a94f24351b2920ac3e54960999fdc05054.tar.bz2
android-node-v8-ec5884a94f24351b2920ac3e54960999fdc05054.zip
tools: update ESLint to 5.12.0
Update ESLint to 5.12.0. PR-URL: https://github.com/nodejs/node/pull/25347 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yuta Hiroto <hello@hiroppy.me> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/parent-module/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/parent-module/package.json55
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/parent-module/package.json b/tools/node_modules/eslint/node_modules/parent-module/package.json
new file mode 100644
index 0000000000..ef1e4f4446
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/parent-module/package.json
@@ -0,0 +1,55 @@
+{
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/parent-module/issues"
+ },
+ "bundleDependencies": false,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "deprecated": false,
+ "description": "Get the path of the parent module",
+ "devDependencies": {
+ "ava": "^1.0.1",
+ "execa": "^1.0.0",
+ "xo": "^0.23.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://github.com/sindresorhus/parent-module#readme",
+ "keywords": [
+ "parent",
+ "module",
+ "package",
+ "pkg",
+ "caller",
+ "calling",
+ "module",
+ "path",
+ "callsites",
+ "callsite",
+ "stacktrace",
+ "stack",
+ "trace",
+ "function",
+ "file"
+ ],
+ "license": "MIT",
+ "name": "parent-module",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/parent-module.git"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "version": "1.0.0"
+} \ No newline at end of file