You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
114 lines
3.1 KiB
114 lines
3.1 KiB
{ |
|
"_from": "csso@^4.0.2", |
|
"_id": "csso@4.0.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-kS7/oeNVXkHWxby5tHVxlhjizRCSv8QdU7hB2FpdAibDU8FjTAolhNjKNTiLzXtUrKT6HwClE81yXwEk1309wg==", |
|
"_location": "/csso", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "csso@^4.0.2", |
|
"name": "csso", |
|
"escapedName": "csso", |
|
"rawSpec": "^4.0.2", |
|
"saveSpec": null, |
|
"fetchSpec": "^4.0.2" |
|
}, |
|
"_requiredBy": [ |
|
"/svgo" |
|
], |
|
"_resolved": "https://registry.npmjs.org/csso/-/csso-4.0.2.tgz", |
|
"_shasum": "e5f81ab3a56b8eefb7f0092ce7279329f454de3d", |
|
"_spec": "csso@^4.0.2", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/svgo", |
|
"author": { |
|
"name": "Sergey Kryzhanovsky", |
|
"email": "skryzhanovsky@ya.ru", |
|
"url": "https://github.com/afelix" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/css/csso/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"css-tree": "1.0.0-alpha.37" |
|
}, |
|
"deprecated": false, |
|
"description": "CSS minifier with structural optimisations", |
|
"devDependencies": { |
|
"coveralls": "^3.0.7", |
|
"eslint": "^6.5.1", |
|
"mocha": "^5.2.0", |
|
"nyc": "^14.1.0", |
|
"rollup": "^1.23.1", |
|
"rollup-plugin-commonjs": "^10.1.0", |
|
"rollup-plugin-json": "^4.0.0", |
|
"rollup-plugin-node-resolve": "^5.2.0", |
|
"source-map": "^0.6.1", |
|
"terser": "^4.3.8" |
|
}, |
|
"engines": { |
|
"node": ">=8.0.0" |
|
}, |
|
"eslintConfig": { |
|
"env": { |
|
"node": true, |
|
"mocha": true, |
|
"es6": true |
|
}, |
|
"rules": { |
|
"no-duplicate-case": 2, |
|
"no-undef": 2, |
|
"no-unused-vars": [ |
|
2, |
|
{ |
|
"vars": "all", |
|
"args": "after-used" |
|
} |
|
] |
|
} |
|
}, |
|
"files": [ |
|
"dist/csso.js", |
|
"dist/csso.min.js", |
|
"lib" |
|
], |
|
"homepage": "https://github.com/css/csso", |
|
"keywords": [ |
|
"css", |
|
"compress", |
|
"minifier", |
|
"minify", |
|
"optimise", |
|
"optimisation", |
|
"csstree" |
|
], |
|
"license": "MIT", |
|
"main": "./lib/index", |
|
"maintainers": [ |
|
{ |
|
"name": "Roman Dvornov", |
|
"email": "rdvornov@gmail.com" |
|
} |
|
], |
|
"name": "csso", |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/css/csso.git" |
|
}, |
|
"scripts": { |
|
"build": "rollup --config && terser dist/csso.js --compress --mangle -o dist/csso.min.js", |
|
"coverage": "nyc npm test", |
|
"coveralls": "nyc report --reporter=text-lcov | coveralls", |
|
"gh-pages": "git clone --depth=1 -b gh-pages https://github.com/css/csso.git .gh-pages && npm run build && cp dist/csso.min.js .gh-pages/ && cd .gh-pages && git commit -am \"update\" && git push && cd .. && rm -rf .gh-pages", |
|
"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/csso --stat -o /dev/null", |
|
"lint": "eslint lib test", |
|
"lint-and-test": "npm run lint && npm test", |
|
"postpublish": "npm run gh-pages", |
|
"prepublishOnly": "npm run build", |
|
"test": "mocha --reporter dot", |
|
"travis": "nyc npm run lint-and-test && npm run coveralls" |
|
}, |
|
"version": "4.0.2" |
|
}
|
|
|