101 lines
2.8 KiB
JSON
101 lines
2.8 KiB
JSON
|
{
|
||
|
"name": "get-css-data",
|
||
|
"version": "2.1.1",
|
||
|
"description": "A micro-library for collecting stylesheet data from link and style nodes",
|
||
|
"author": "John Hildenbiddle <http://hildenbiddle.com>",
|
||
|
"license": "MIT",
|
||
|
"homepage": "https://github.com/jhildenbiddle/get-css-data",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://jhildenbiddle@github.com/jhildenbiddle/get-css-data.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jhildenbiddle/get-css-data/issues"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ajax",
|
||
|
"component",
|
||
|
"css",
|
||
|
"cssom",
|
||
|
"csstext",
|
||
|
"custom properties",
|
||
|
"custom property",
|
||
|
"custom",
|
||
|
"dom",
|
||
|
"es6",
|
||
|
"iframe",
|
||
|
"import",
|
||
|
"javascript",
|
||
|
"js",
|
||
|
"legacy",
|
||
|
"link",
|
||
|
"module",
|
||
|
"root",
|
||
|
"runtime",
|
||
|
"shadow dom",
|
||
|
"shadow root",
|
||
|
"shadow",
|
||
|
"shadowroot",
|
||
|
"style",
|
||
|
"stylesheet",
|
||
|
"web component",
|
||
|
"web",
|
||
|
"xhr"
|
||
|
],
|
||
|
"browserslist": [
|
||
|
"ie >= 9"
|
||
|
],
|
||
|
"main": "dist/get-css-data.js",
|
||
|
"module": "dist/get-css-data.esm.js",
|
||
|
"unpkg": "dist/get-css-data.min.js",
|
||
|
"scripts": {
|
||
|
"prepare": "rimraf dist/* && npm run build",
|
||
|
"build": "rollup -c",
|
||
|
"dev": "npm start | npm run test-watch",
|
||
|
"lint": "eslint . && markdownlint . --ignore node_modules",
|
||
|
"start": "rimraf coverage/* && npm run build -- --watch",
|
||
|
"test": "rimraf coverage/* && npm run lint && karma start",
|
||
|
"test-watch": "npm test -- --auto-watch --no-single-run",
|
||
|
"test-remote": "npm test -- --remote",
|
||
|
"version": "npm run lint && npm run build && npm test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.13.10",
|
||
|
"@babel/polyfill": "^7.12.1",
|
||
|
"@babel/preset-env": "^7.13.10",
|
||
|
"@rollup/plugin-babel": "^5.3.0",
|
||
|
"@rollup/plugin-commonjs": "^21.1.0",
|
||
|
"@rollup/plugin-json": "^4.1.0",
|
||
|
"@rollup/plugin-node-resolve": "^13.0.4",
|
||
|
"@webcomponents/webcomponentsjs": "^2.5.0",
|
||
|
"axios": "^0.26.1",
|
||
|
"babel-loader": "^8.2.2",
|
||
|
"babel-plugin-external-helpers": "^6.22.0",
|
||
|
"babel-plugin-istanbul": "^6.0.0",
|
||
|
"babel-plugin-transform-custom-element-classes": "^0.1.0",
|
||
|
"chai": "4.2",
|
||
|
"create-elms": "^1.0.9",
|
||
|
"eslint": "^8.13.0",
|
||
|
"eslint-plugin-chai-expect": "^3.0.0",
|
||
|
"eslint-plugin-mocha": "^10.0.3",
|
||
|
"karma": "^6.3.4",
|
||
|
"karma-browserstack-launcher": "^1.6.0",
|
||
|
"karma-chai": "^0.1.0",
|
||
|
"karma-chrome-launcher": "^3.1.0",
|
||
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
||
|
"karma-file-fixtures-preprocessor": "^3.0.1",
|
||
|
"karma-mocha": "^2.0.1",
|
||
|
"karma-mocha-reporter": "^2.2.5",
|
||
|
"karma-sourcemap-loader": "^0.3.8",
|
||
|
"karma-webpack": "^5.0.0",
|
||
|
"lodash.merge": "^4.6.2",
|
||
|
"markdownlint-cli": "^0.31.1",
|
||
|
"mocha": "^9.1.1",
|
||
|
"rimraf": "^3.0.2",
|
||
|
"rollup": "^2.41.4",
|
||
|
"rollup-plugin-eslint": "^7.0.0",
|
||
|
"rollup-plugin-terser": "^7.0.2",
|
||
|
"webpack": "^5.26.1"
|
||
|
}
|
||
|
}
|