95 lines
2.6 KiB
JSON
95 lines
2.6 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@webcomponents/shadycss@1.9.4",
|
|
"D:\\dev\\web\\projects\\vscode\\vscode-data-preview"
|
|
]
|
|
],
|
|
"_from": "@webcomponents/shadycss@1.9.4",
|
|
"_id": "@webcomponents/shadycss@1.9.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-tgNcVEaKssyeZPbUBjVQf4aryO5Fi7fxRvOxV982ZJuRVDcefmIblBh0SXAbcvAAlQ2zpNEP4SuQUnr8uApIpw==",
|
|
"_location": "/@webcomponents/shadycss",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@webcomponents/shadycss@1.9.4",
|
|
"name": "@webcomponents/shadycss",
|
|
"escapedName": "@webcomponents%2fshadycss",
|
|
"scope": "@webcomponents",
|
|
"rawSpec": "1.9.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.9.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@finos/perspective-viewer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@webcomponents/shadycss/-/shadycss-1.9.4.tgz",
|
|
"_spec": "1.9.4",
|
|
"_where": "D:\\dev\\web\\projects\\vscode\\vscode-data-preview",
|
|
"author": {
|
|
"name": "The Polymer Project Authors",
|
|
"url": "https://polymer.github.io/AUTHORS.txt"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webcomponents/polyfills/issues"
|
|
},
|
|
"description": "Styling helpers for ShadyDOM",
|
|
"devDependencies": {
|
|
"@webcomponents/custom-elements": "^1.3.2",
|
|
"@webcomponents/html-imports": "^1.2.2",
|
|
"@webcomponents/shadydom": "1.1.2",
|
|
"@webcomponents/template": "^1.4.1",
|
|
"@webcomponents/webcomponents-platform": "^1.0.0",
|
|
"es6-promise": "^4.2.5",
|
|
"rollup-stream": "=1.23.1",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-source-stream": "^2.0.0",
|
|
"wct-browser-legacy": "^1.0.2"
|
|
},
|
|
"eslintIgnore": [
|
|
"tests/module/generated/**/*.js"
|
|
],
|
|
"files": [
|
|
"apply-shim.html",
|
|
"apply-shim.min.js*",
|
|
"custom-style-interface.html",
|
|
"custom-style-interface.min.js*",
|
|
"scoping-shim.min.js*",
|
|
"entrypoints/**/*.js",
|
|
"src/**/*.js",
|
|
"externs/**/*.js"
|
|
],
|
|
"gitHead": "7ba7068ea59bcb4b20021f5db217fd437bd81190",
|
|
"homepage": "https://webcomponents.org/polyfills",
|
|
"keywords": [
|
|
"shady-css",
|
|
"shadycss",
|
|
"shadow-css",
|
|
"shadowcss",
|
|
"web-components",
|
|
"webcomponents",
|
|
"polyfill",
|
|
"shim"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"main": "shadycss.min.js",
|
|
"name": "@webcomponents/shadycss",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webcomponents/polyfills.git"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp",
|
|
"debug": "gulp debug",
|
|
"lint": "eslint src tests entrypoints",
|
|
"prepack": "npm run build",
|
|
"test": "wct"
|
|
},
|
|
"version": "1.9.4"
|
|
}
|