Add and run removeNPMAbsolutePaths

This commit is contained in:
Robert Brignull 2020-05-12 12:11:25 +01:00
parent a76042ab4a
commit 256c63a715
712 changed files with 13722 additions and 18895 deletions

View file

@ -1,31 +1,24 @@
{
"name": "resolve-cwd",
"version": "3.0.0",
"description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
"license": "MIT",
"repository": "sindresorhus/resolve-cwd",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/resolve-cwd/issues"
},
"bundleDependencies": false,
"dependencies": {
"resolve-from": "^5.0.0"
},
"deprecated": false,
"description": "Resolve the path of a module like `require.resolve()` but from the current working directory",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/resolve-cwd#readme",
"keywords": [
"require",
"resolve",
@ -39,14 +32,12 @@
"directory",
"import"
],
"license": "MIT",
"name": "resolve-cwd",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/resolve-cwd.git"
"dependencies": {
"resolve-from": "^5.0.0"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
}
}