aboutsummaryrefslogtreecommitdiff
path: root/node_modules/resolve/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/resolve/package.json')
-rw-r--r--node_modules/resolve/package.json19
1 files changed, 15 insertions, 4 deletions
diff --git a/node_modules/resolve/package.json b/node_modules/resolve/package.json
index 507fe8b07..9a93a3dc5 100644
--- a/node_modules/resolve/package.json
+++ b/node_modules/resolve/package.json
@@ -1,7 +1,7 @@
{
"name": "resolve",
"description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
- "version": "1.1.7",
+ "version": "1.3.3",
"repository": {
"type": "git",
"url": "git://github.com/substack/node-resolve.git"
@@ -14,16 +14,27 @@
"module"
],
"scripts": {
- "test": "tape test/*.js"
+ "prepublish": "safe-publish-latest",
+ "lint": "eslint .",
+ "tests-only": "tape test/*.js",
+ "pretest": "npm run lint",
+ "test": "npm run --silent tests-only"
},
"devDependencies": {
- "tape": "^3.5.0",
- "tap": "0.4.13"
+ "@ljharb/eslint-config": "^11.0.0",
+ "eslint": "^3.19.0",
+ "object-keys": "^1.0.11",
+ "safe-publish-latest": "^1.1.1",
+ "tap": "0.4.13",
+ "tape": "^4.6.3"
},
"license": "MIT",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
+ },
+ "dependencies": {
+ "path-parse": "^1.0.5"
}
}