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,4 +1,9 @@
{
"name": "import-local",
"version": "3.0.2",
"description": "Let a globally installed package use a locally installed version of itself if available",
"license": "MIT",
"repository": "sindresorhus/import-local",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@ -7,31 +12,16 @@
"bin": {
"import-local-fixture": "fixtures/cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/import-local/issues"
},
"bundleDependencies": false,
"dependencies": {
"pkg-dir": "^4.2.0",
"resolve-cwd": "^3.0.0"
},
"deprecated": false,
"description": "Let a globally installed package use a locally installed version of itself if available",
"devDependencies": {
"ava": "2.1.0",
"cpy": "^7.0.1",
"del": "^4.1.1",
"execa": "^2.0.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js",
"fixtures/cli.js"
],
"homepage": "https://github.com/sindresorhus/import-local#readme",
"keywords": [
"import",
"local",
@ -42,16 +32,17 @@
"prefer",
"cli"
],
"license": "MIT",
"name": "import-local",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/import-local.git"
"dependencies": {
"pkg-dir": "^4.2.0",
"resolve-cwd": "^3.0.0"
},
"scripts": {
"test": "xo && ava"
"devDependencies": {
"ava": "2.1.0",
"cpy": "^7.0.1",
"del": "^4.1.1",
"execa": "^2.0.1",
"xo": "^0.24.0"
},
"version": "3.0.2",
"xo": {
"ignores": [
"fixtures"