[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "css-tree@1.1.3",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "css-tree@1.1.3",
|
---|
| 10 | "_id": "css-tree@1.1.3",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==",
|
---|
| 13 | "_location": "/css-tree",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "css-tree@1.1.3",
|
---|
| 19 | "name": "css-tree",
|
---|
| 20 | "escapedName": "css-tree",
|
---|
| 21 | "rawSpec": "1.1.3",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.3"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/csso",
|
---|
| 27 | "/svgo"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
|
---|
| 30 | "_spec": "1.1.3",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Roman Dvornov",
|
---|
| 34 | "email": "rdvornov@gmail.com",
|
---|
| 35 | "url": "https://github.com/lahmatiy"
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/csstree/csstree/issues"
|
---|
[6a3a178] | 39 | },
|
---|
| 40 | "dependencies": {
|
---|
| 41 | "mdn-data": "2.0.14",
|
---|
| 42 | "source-map": "^0.6.1"
|
---|
| 43 | },
|
---|
[59329aa] | 44 | "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",
|
---|
[6a3a178] | 45 | "devDependencies": {
|
---|
| 46 | "@rollup/plugin-commonjs": "^11.0.2",
|
---|
| 47 | "@rollup/plugin-json": "^4.0.2",
|
---|
| 48 | "@rollup/plugin-node-resolve": "^7.1.1",
|
---|
| 49 | "coveralls": "^3.0.9",
|
---|
| 50 | "eslint": "^6.8.0",
|
---|
| 51 | "json-to-ast": "^2.1.0",
|
---|
| 52 | "mocha": "^6.2.3",
|
---|
| 53 | "nyc": "^14.1.1",
|
---|
| 54 | "rollup": "^1.32.1",
|
---|
| 55 | "rollup-plugin-terser": "^5.3.0"
|
---|
| 56 | },
|
---|
| 57 | "engines": {
|
---|
| 58 | "node": ">=8.0.0"
|
---|
| 59 | },
|
---|
| 60 | "files": [
|
---|
| 61 | "data",
|
---|
| 62 | "dist",
|
---|
| 63 | "lib"
|
---|
[59329aa] | 64 | ],
|
---|
| 65 | "homepage": "https://github.com/csstree/csstree#readme",
|
---|
| 66 | "jsdelivr": "dist/csstree.min.js",
|
---|
| 67 | "keywords": [
|
---|
| 68 | "css",
|
---|
| 69 | "ast",
|
---|
| 70 | "tokenizer",
|
---|
| 71 | "parser",
|
---|
| 72 | "walker",
|
---|
| 73 | "lexer",
|
---|
| 74 | "generator",
|
---|
| 75 | "utils",
|
---|
| 76 | "syntax",
|
---|
| 77 | "validation"
|
---|
| 78 | ],
|
---|
| 79 | "license": "MIT",
|
---|
| 80 | "main": "lib/index.js",
|
---|
| 81 | "name": "css-tree",
|
---|
| 82 | "repository": {
|
---|
| 83 | "type": "git",
|
---|
| 84 | "url": "git+https://github.com/csstree/csstree.git"
|
---|
| 85 | },
|
---|
| 86 | "scripts": {
|
---|
| 87 | "build": "rollup --config",
|
---|
| 88 | "coverage": "nyc npm test",
|
---|
| 89 | "coveralls": "nyc report --reporter=text-lcov | coveralls",
|
---|
| 90 | "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",
|
---|
| 91 | "lint": "eslint data lib scripts test && node scripts/review-syntax-patch --lint && node scripts/update-docs --lint",
|
---|
| 92 | "lint-and-test": "npm run lint && npm test",
|
---|
| 93 | "prepublishOnly": "npm run build",
|
---|
| 94 | "review:syntax-patch": "node scripts/review-syntax-patch",
|
---|
| 95 | "test": "mocha --reporter progress",
|
---|
| 96 | "travis": "nyc npm run lint-and-test && npm run coveralls",
|
---|
| 97 | "update:docs": "node scripts/update-docs"
|
---|
| 98 | },
|
---|
| 99 | "unpkg": "dist/csstree.min.js",
|
---|
| 100 | "version": "1.1.3"
|
---|
[6a3a178] | 101 | }
|
---|