yanchengPowerSupply/node_modules/dommatrix/package.json

99 lines
2.8 KiB
JSON

{
"_args": [
[
"dommatrix@1.0.3",
"D:\\林谷智能项目\\yanchengPowerSupply"
]
],
"_from": "dommatrix@1.0.3",
"_id": "dommatrix@1.0.3",
"_inBundle": false,
"_integrity": "sha512-l32Xp/TLgWb8ReqbVJAFIvXmY7go4nTxxlWiAFyhoQw9RKEOHBZNnyGvJWqDVSPmq3Y9HlM4npqF/T6VMOXhww==",
"_location": "/dommatrix",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dommatrix@1.0.3",
"name": "dommatrix",
"escapedName": "dommatrix",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/pdfjs-dist"
],
"_resolved": "https://registry.npmmirror.com/dommatrix/-/dommatrix-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
"author": {
"name": "thednp"
},
"bugs": {
"url": "https://github.com/thednp/dommatrix/issues"
},
"description": "ES6+ shim for DOMMatrix",
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.1.3",
"@cypress/code-coverage": "^3.9.12",
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"cypress": "^9.6.1",
"esbuild": "^0.14.30",
"eslint": "^7.22.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.7.0",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^2.28.1",
"rollup-plugin-terser": "^5.3.0",
"typescript": "^4.5.2"
},
"files": [
"dist",
"types",
"src"
],
"homepage": "https://thednp.github.io/dommatrix/",
"jsnext": "src/index.js",
"keywords": [
"dommatrix",
"cssmatrix",
"shim",
"polyfill",
"nodejs",
"dom",
"css",
"transform",
"javascript"
],
"license": "MIT",
"main": "dist/dommatrix.js",
"module": "dist/dommatrix.esm.js",
"name": "dommatrix",
"repository": {
"type": "git",
"url": "git+https://github.com/thednp/dommatrix.git"
},
"scripts": {
"build": "npm run lint:js && npm-run-all --parallel build-* && npm run docs-copy",
"build-esm": "rollup --environment FORMAT:esm,MIN:false -c",
"build-esm-min": "rollup --environment FORMAT:esm,MIN:true -c",
"build-js": "rollup --environment FORMAT:umd,MIN:false -c",
"build-js-min": "rollup --environment FORMAT:umd,MIN:true -c",
"build:ts": "tsc -d",
"coverage:report": "nyc report --reporter=lcov --reporter=json --reporter=text --reporter=json-summary",
"custom-build": "rollup -c --environment",
"cypress": "npx cypress open",
"docs-copy": "ncp dist/dommatrix.js docs/dommatrix.js",
"fix:js": "eslint src --config .eslintrc --fix",
"lint:js": "eslint src --config .eslintrc",
"test": "npx cypress run"
},
"types": "types/index.d.ts",
"version": "1.0.3"
}