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,19 +1,26 @@
{
"author": {
"name": "Simen Bekkhus",
"email": "sbekkhus91@gmail.com"
},
"bugs": {
"url": "https://github.com/SimenB/realpath-native/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"deprecated": false,
"name": "realpath-native",
"version": "2.0.0",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.js",
"index.d.ts"
],
"description": "Use the system's native `realpath`",
"repository": "SimenB/realpath-native",
"author": "Simen Bekkhus <sbekkhus91@gmail.com>",
"license": "MIT",
"keywords": [
"realpath"
],
"engines": {
"node": ">=8"
},
"scripts": {
"lint": "eslint .",
"test": "eslint . && ava"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
@ -25,18 +32,16 @@
"lint-staged": "^9.5.0",
"prettier": "^1.19.1"
},
"engines": {
"node": ">=8"
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"prettier": {
"proseWrap": "always",
"singleQuote": true,
"trailingComma": "es5"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/SimenB/realpath-native#readme",
"keywords": [
"realpath"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
@ -46,22 +51,5 @@
"prettier --write",
"git add"
]
},
"main": "index.js",
"name": "realpath-native",
"prettier": {
"proseWrap": "always",
"singleQuote": true,
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimenB/realpath-native.git"
},
"scripts": {
"lint": "eslint .",
"test": "eslint . && ava"
},
"types": "index.d.ts",
"version": "2.0.0"
}
}