Files
login/node_modules/xmlchars/package.json
Amruta Kawade 45b10ffd19 Adding node_modules for dependabot (#67)
* Bump lodash from 4.17.15 to 4.17.19 (#52)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* Bump @actions/core from 1.1.3 to 1.2.6 (#60)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6.
- [Release notes](https://github.com/actions/toolkit/releases)
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com>

* updating node_nodules

* updated package-lock

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 14:58:40 +05:30

87 lines
3.0 KiB
JSON

{
"_from": "xmlchars@^2.1.1",
"_id": "xmlchars@2.2.0",
"_inBundle": false,
"_integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
"_location": "/xmlchars",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xmlchars@^2.1.1",
"name": "xmlchars",
"escapedName": "xmlchars",
"rawSpec": "^2.1.1",
"saveSpec": null,
"fetchSpec": "^2.1.1"
},
"_requiredBy": [
"/saxes"
],
"_resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
"_shasum": "060fe1bcb7f9c76fe2a17db86a9bc3ab894210cb",
"_spec": "xmlchars@^2.1.1",
"_where": "E:\\Repos\\GHActions\\login\\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": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"@types/chai": "^4.2.1",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"conventional-changelog-cli": "^2.0.23",
"husky": "^3.0.5",
"mocha": "^6.2.0",
"ts-node": "^8.3.0",
"tslint": "^5.19.0",
"tslint-config-lddubeau": "^4.1.0",
"typescript": "^3.6.2"
},
"homepage": "https://github.com/lddubeau/xmlchars#readme",
"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"
}