Files
login/node_modules/cssstyle/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

107 lines
2.8 KiB
JSON

{
"_args": [
[
"cssstyle@2.2.0",
"E:\\Repos\\GHActions\\login"
]
],
"_development": true,
"_from": "cssstyle@2.2.0",
"_id": "cssstyle@2.2.0",
"_inBundle": false,
"_integrity": "sha512-sEb3XFPx3jNnCAMtqrXPDeSgQr+jojtCeNf8cvMNMh1cG970+lljssvQDzPq6lmmJu2Vhqood/gtEomBiHOGnA==",
"_location": "/cssstyle",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cssstyle@2.2.0",
"name": "cssstyle",
"escapedName": "cssstyle",
"rawSpec": "2.2.0",
"saveSpec": null,
"fetchSpec": "2.2.0"
},
"_requiredBy": [
"/jsdom"
],
"_resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.2.0.tgz",
"_spec": "2.2.0",
"_where": "E:\\Repos\\GHActions\\login",
"bugs": {
"url": "https://github.com/jsdom/cssstyle/issues"
},
"contributors": [
{
"name": "Chad Walker",
"email": "chad@chad-cat-lore-eddie.com",
"url": "https://github.com/chad3814"
}
],
"dependencies": {
"cssom": "~0.3.6"
},
"description": "CSSStyleDeclaration Object Model implementation",
"devDependencies": {
"babel-generator": "~6.26.1",
"babel-traverse": "~6.26.0",
"babel-types": "~6.26.0",
"babylon": "~6.18.0",
"eslint": "~6.0.0",
"eslint-config-prettier": "~6.0.0",
"eslint-plugin-prettier": "~3.1.0",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
"prettier": "~1.18.0",
"request": "^2.88.0",
"resolve": "~1.11.1"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=8"
},
"files": [
"lib/"
],
"homepage": "https://github.com/jsdom/cssstyle",
"keywords": [
"CSS",
"CSSStyleDeclaration",
"StyleSheet"
],
"license": "MIT",
"main": "./lib/CSSStyleDeclaration.js",
"maintainers": [
{
"name": "Jon Sakas",
"email": "jon.sakas@gmail.com",
"url": "https://jon.sakas.co/"
},
{
"name": "Rafał Ruciński",
"email": "fatfisz@gmail.com",
"url": "https://fatfisz.com"
}
],
"name": "cssstyle",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdom/cssstyle.git"
},
"scripts": {
"download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
"generate": "run-p generate:*",
"generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
"generate:properties": "node ./scripts/generate_properties.js",
"lint": "npm run generate && eslint . --max-warnings 0",
"lint:fix": "eslint . --fix --max-warnings 0",
"prepublishOnly": "npm run lint && npm run test",
"test": "npm run generate && jest",
"test-ci": "npm run lint && npm run test && codecov",
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
},
"version": "2.2.0"
}