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

68
node_modules/saxes/package.json generated vendored
View file

@ -1,17 +1,30 @@
{
"author": {
"name": "Louis-Dominique Dubeau",
"email": "ldd@lddubeau.com"
},
"bugs": {
"url": "https://github.com/lddubeau/saxes/issues"
},
"bundleDependencies": false,
"dependencies": {
"xmlchars": "^2.1.1"
},
"deprecated": false,
"name": "saxes",
"description": "An evented streaming XML parser in JavaScript",
"author": "Louis-Dominique Dubeau <ldd@lddubeau.com>",
"version": "3.1.11",
"main": "lib/saxes.js",
"types": "lib/saxes.d.ts",
"license": "ISC",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "mocha --delay",
"posttest": "eslint test/*.js lib/*.js",
"preversion": "npm test",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
},
"repository": "https://github.com/lddubeau/saxes.git",
"files": [
"lib/saxes.js",
"lib/saxes.d.ts",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-angular": "^8.0.0",
@ -24,37 +37,12 @@
"renovate-config-lddubeau": "^1.0.0",
"xml-conformance-suite": "^1.2.0"
},
"engines": {
"node": ">=8"
"dependencies": {
"xmlchars": "^2.1.1"
},
"files": [
"lib/saxes.js",
"lib/saxes.d.ts",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"homepage": "https://github.com/lddubeau/saxes#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"license": "ISC",
"main": "lib/saxes.js",
"name": "saxes",
"repository": {
"type": "git",
"url": "git+https://github.com/lddubeau/saxes.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"posttest": "eslint test/*.js lib/*.js",
"postversion": "npm publish",
"preversion": "npm test",
"test": "mocha --delay",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"types": "lib/saxes.d.ts",
"version": "3.1.11"
}
}