mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-02 20:00:05 +02:00
update node modules
This commit is contained in:
82
node_modules/xmlchars/package.json
generated
vendored
Normal file
82
node_modules/xmlchars/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_from": "xmlchars@^1.3.1",
|
||||
"_id": "xmlchars@1.3.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-tGkGJkN8XqCod7OT+EvGYK5Z4SfDQGD30zAa58OcnAa0RRWgzUEK72tkXhsX1FZd+rgnhRxFtmO+ihkp8LHSkw==",
|
||||
"_location": "/xmlchars",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "xmlchars@^1.3.1",
|
||||
"name": "xmlchars",
|
||||
"escapedName": "xmlchars",
|
||||
"rawSpec": "^1.3.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.3.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/saxes"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-1.3.1.tgz",
|
||||
"_shasum": "1dda035f833dbb4f86a0c28eaa6ca769214793cf",
|
||||
"_spec": "xmlchars@^1.3.1",
|
||||
"_where": "E:\\projects\\p\\minifyfromhtml\\node_modules\\saxes",
|
||||
"author": {
|
||||
"name": "Louis-Dominique Dubeau",
|
||||
"email": "ldd@lddubeau.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/lddubeau/xmlchars/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Utilities for determining if characters belong to character classes defined by the XML specs.",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^7.0.0",
|
||||
"@commitlint/config-angular": "^7.0.1",
|
||||
"@types/chai": "^4.1.4",
|
||||
"@types/mocha": "^5.2.4",
|
||||
"chai": "^4.1.2",
|
||||
"conventional-changelog-cli": "^2.0.1",
|
||||
"husky": "^0.14.3",
|
||||
"mocha": "^5.2.0",
|
||||
"ts-node": "^7.0.0",
|
||||
"tslint": "^5.10.0",
|
||||
"tslint-config-lddubeau": "^2.0.3",
|
||||
"typescript": "^2.9.2"
|
||||
},
|
||||
"homepage": "https://github.com/lddubeau/xmlchars#readme",
|
||||
"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",
|
||||
"commitmsg": "commitlint -E GIT_PARAMS",
|
||||
"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": "1.3.1"
|
||||
}
|
Reference in New Issue
Block a user