mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-11 12:37:48 +00:00
Update node modules
This commit is contained in:
60
node_modules/fast-xml-parser/package.json
generated
vendored
60
node_modules/fast-xml-parser/package.json
generated
vendored
@@ -1,32 +1,28 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"fast-xml-parser@3.12.20",
|
||||
"C:\\dev\\repos\\actions\\setup-dotnet"
|
||||
]
|
||||
],
|
||||
"_from": "fast-xml-parser@3.12.20",
|
||||
"_id": "fast-xml-parser@3.12.20",
|
||||
"_from": "fast-xml-parser@3.15.1",
|
||||
"_id": "fast-xml-parser@3.15.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-viadHdefuuqkyJWUhF2r2Ymb5LJ0T7uQhzSRv4OZzYxpoPQnY05KtaX0pLkolabD7tLzIE8q/OytIAEhqPyYbw==",
|
||||
"_integrity": "sha512-MStlD6aNPZCd9msF5wBh2VJ0jAE2zz85ipk+OIPO+pZi64ckY//oGi5kskcTVRj2bMSmBI5F2SY1IGWHWZzbCA==",
|
||||
"_location": "/fast-xml-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "fast-xml-parser@3.12.20",
|
||||
"raw": "fast-xml-parser@3.15.1",
|
||||
"name": "fast-xml-parser",
|
||||
"escapedName": "fast-xml-parser",
|
||||
"rawSpec": "3.12.20",
|
||||
"rawSpec": "3.15.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.12.20"
|
||||
"fetchSpec": "3.15.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.12.20.tgz",
|
||||
"_spec": "3.12.20",
|
||||
"_where": "C:\\dev\\repos\\actions\\setup-dotnet",
|
||||
"_resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-3.15.1.tgz",
|
||||
"_shasum": "7299ef53b00d5c0f9809599396a26e6d1af20603",
|
||||
"_spec": "fast-xml-parser@3.15.1",
|
||||
"_where": "C:\\Users\\Stanley\\Projects\\GitHub\\setup-dotnet",
|
||||
"author": {
|
||||
"name": "Amit Gupta",
|
||||
"url": "https://amitkumargupta.work/"
|
||||
@@ -37,6 +33,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Alfonso Muñoz-Pomer Fuentes",
|
||||
@@ -56,28 +53,25 @@
|
||||
"url": "https://github.com/Tatsh"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"nimnjs": "^1.3.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Validate XML or Parse XML to JS/JSON very fast without C/C++ based libraries",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.4.0",
|
||||
"@babel/plugin-transform-runtime": "^7.4.0",
|
||||
"@babel/preset-env": "^7.4.2",
|
||||
"@babel/register": "^7.4.0",
|
||||
"babel-loader": "^8.0.5",
|
||||
"@babel/core": "^7.7.5",
|
||||
"@babel/plugin-transform-runtime": "^7.7.6",
|
||||
"@babel/preset-env": "^7.7.6",
|
||||
"@babel/register": "^7.7.4",
|
||||
"babel-loader": "^8.0.6",
|
||||
"benchmark": "^2.1.4",
|
||||
"eslint": "^5.15.3",
|
||||
"eslint": "^5.16.0",
|
||||
"he": "^1.2.0",
|
||||
"http-server": "^0.11.1",
|
||||
"istanbul": "^0.4.5",
|
||||
"jasmine": "^3.3.1",
|
||||
"portfinder": "^1.0.20",
|
||||
"prettier": "^1.15.3",
|
||||
"webpack": "^4.29.6",
|
||||
"webpack-cli": "^3.3.0",
|
||||
"xml2js": "^0.4.19",
|
||||
"zombie": "^5.0.8"
|
||||
"jasmine": "^3.5.0",
|
||||
"nimnjs": "^1.3.2",
|
||||
"prettier": "^1.19.1",
|
||||
"publish-please": "^5.5.1",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-cli": "^3.3.10"
|
||||
},
|
||||
"homepage": "https://github.com/NaturalIntelligence/fast-xml-parser#readme",
|
||||
"keywords": [
|
||||
@@ -119,10 +113,12 @@
|
||||
"lint": "eslint src/*.js spec/*.js",
|
||||
"perf": "node ./benchmark/perfTest3.js",
|
||||
"postinstall": "node tasks/postinstall.js || exit 0",
|
||||
"prepublishOnly": "publish-please guard",
|
||||
"prettier": "prettier --write src/**/*.js",
|
||||
"publish-please": "publish-please",
|
||||
"test": "jasmine spec/*spec.js",
|
||||
"unit": "jasmine"
|
||||
},
|
||||
"typings": "src/parser.d.ts",
|
||||
"version": "3.12.20"
|
||||
"version": "3.15.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user