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

72
node_modules/xmlchars/package.json generated vendored
View file

@ -1,15 +1,16 @@
{
"author": {
"name": "Louis-Dominique Dubeau",
"email": "ldd@lddubeau.com"
},
"bugs": {
"url": "https://github.com/lddubeau/xmlchars/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"name": "xmlchars",
"version": "2.2.0",
"description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
"keywords": [
"XML",
"validation"
],
"main": "xmlchars.js",
"types": "xmlchars.d.ts",
"repository": "https://github.com/lddubeau/xmlchars.git",
"author": "Louis-Dominique Dubeau <ldd@lddubeau.com>",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
@ -24,40 +25,27 @@
"tslint-config-lddubeau": "^4.1.0",
"typescript": "^3.6.2"
},
"homepage": "https://github.com/lddubeau/xmlchars#readme",
"scripts": {
"copy": "cp README.md LICENSE build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
"build": "tsc && npm run copy",
"pretest": "npm run build",
"test": "mocha",
"posttest": "tslint -p tsconfig.json && tslint -p test/tsconfig.json",
"prepack": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
"test-install": "npm run test && (test_dir=build/install_dir; rm -rf $test_dir; mkdir -p $test_dir/node_modules; packname=`npm run xmlchars:pack --silent`; (cd $test_dir; npm install ../$packname); rm -rf $test_dir)",
"xmlchars:pack": "cd build/dist/ && (packname=`npm pack --silent`; mv $packname ..; echo $packname)",
"prepublishOnly": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
"xmlchars:publish": "npm run test-install && (cd build/dist && npm publish)",
"preversion": "npm run test-install",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "npm run xmlchars:publish",
"postpublish": "git push origin --follow-tags",
"clean": "rm -rf build"
},
"dependencies": {},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
},
"keywords": [
"XML",
"validation"
],
"license": "MIT",
"main": "xmlchars.js",
"name": "xmlchars",
"repository": {
"type": "git",
"url": "git+https://github.com/lddubeau/xmlchars.git"
},
"scripts": {
"build": "tsc && npm run copy",
"clean": "rm -rf build",
"copy": "cp README.md LICENSE build/dist && sed -e'/\"private\": true/d' package.json > build/dist/package.json",
"postpublish": "git push origin --follow-tags",
"posttest": "tslint -p tsconfig.json && tslint -p test/tsconfig.json",
"postversion": "npm run xmlchars:publish",
"prepack": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
"prepublishOnly": "node -e 'require(\"assert\")(!require(\"./package.json\").private)'",
"pretest": "npm run build",
"preversion": "npm run test-install",
"test": "mocha",
"test-install": "npm run test && (test_dir=build/install_dir; rm -rf $test_dir; mkdir -p $test_dir/node_modules; packname=`npm run xmlchars:pack --silent`; (cd $test_dir; npm install ../$packname); rm -rf $test_dir)",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"xmlchars:pack": "cd build/dist/ && (packname=`npm pack --silent`; mv $packname ..; echo $packname)",
"xmlchars:publish": "npm run test-install && (cd build/dist && npm publish)"
},
"types": "xmlchars.d.ts",
"version": "2.2.0"
}
}