视频会议上传文件
This commit is contained in:
+74
-33
@@ -1,42 +1,47 @@
|
||||
{
|
||||
"name": "css-tree",
|
||||
"version": "1.1.3",
|
||||
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
|
||||
"author": "Roman Dvornov <rdvornov@gmail.com> (https://github.com/lahmatiy)",
|
||||
"license": "MIT",
|
||||
"repository": "csstree/csstree",
|
||||
"keywords": [
|
||||
"css",
|
||||
"ast",
|
||||
"tokenizer",
|
||||
"parser",
|
||||
"walker",
|
||||
"lexer",
|
||||
"generator",
|
||||
"utils",
|
||||
"syntax",
|
||||
"validation"
|
||||
"_args": [
|
||||
[
|
||||
"css-tree@1.1.3",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"main": "lib/index.js",
|
||||
"unpkg": "dist/csstree.min.js",
|
||||
"jsdelivr": "dist/csstree.min.js",
|
||||
"scripts": {
|
||||
"build": "rollup --config",
|
||||
"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
|
||||
"lint-and-test": "npm run lint && npm test",
|
||||
"update:docs": "node scripts/update-docs",
|
||||
"review:syntax-patch": "node scripts/review-syntax-patch",
|
||||
"test": "mocha --reporter progress",
|
||||
"coverage": "nyc npm test",
|
||||
"travis": "nyc npm run lint-and-test && npm run coveralls",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"prepublishOnly": "npm run build",
|
||||
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null"
|
||||
"_development": true,
|
||||
"_from": "css-tree@1.1.3",
|
||||
"_id": "css-tree@1.1.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
|
||||
"_location": "/css-tree",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "css-tree@1.1.3",
|
||||
"name": "css-tree",
|
||||
"escapedName": "css-tree",
|
||||
"rawSpec": "1.1.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/csso",
|
||||
"/svgo"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
|
||||
"_spec": "1.1.3",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Roman Dvornov",
|
||||
"email": "rdvornov@gmail.com",
|
||||
"url": "https://github.com/lahmatiy"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/csstree/csstree/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"mdn-data": "2.0.14",
|
||||
"source-map": "^0.6.1"
|
||||
},
|
||||
"description": "A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^11.0.2",
|
||||
"@rollup/plugin-json": "^4.0.2",
|
||||
@@ -56,5 +61,41 @@
|
||||
"data",
|
||||
"dist",
|
||||
"lib"
|
||||
]
|
||||
],
|
||||
"homepage": "https://github.com/csstree/csstree#readme",
|
||||
"jsdelivr": "dist/csstree.min.js",
|
||||
"keywords": [
|
||||
"css",
|
||||
"ast",
|
||||
"tokenizer",
|
||||
"parser",
|
||||
"walker",
|
||||
"lexer",
|
||||
"generator",
|
||||
"utils",
|
||||
"syntax",
|
||||
"validation"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "css-tree",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/csstree/csstree.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup --config",
|
||||
"coverage": "nyc npm test",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"hydrogen": "node --trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces --redirect-code-traces-to=code.asm --trace_hydrogen_file=code.cfg --print-opt-code bin/parse --stat -o /dev/null",
|
||||
"lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
|
||||
"lint-and-test": "npm run lint && npm test",
|
||||
"prepublishOnly": "npm run build",
|
||||
"review:syntax-patch": "node scripts/review-syntax-patch",
|
||||
"test": "mocha --reporter progress",
|
||||
"travis": "nyc npm run lint-and-test && npm run coveralls",
|
||||
"update:docs": "node scripts/update-docs"
|
||||
},
|
||||
"unpkg": "dist/csstree.min.js",
|
||||
"version": "1.1.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user