95 lines
2.2 KiB
JSON
95 lines
2.2 KiB
JSON
{
|
|
"_from": "uncss@^0.17.3",
|
|
"_id": "uncss@0.17.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-ksdDWl81YWvF/X14fOSw4iu8tESDHFIeyKIeDrK6GEVTQvqJc1WlOEXqostNwOCi3qAj++4EaLsdAgPmUbEyog==",
|
|
"_location": "/uncss",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "uncss@^0.17.3",
|
|
"name": "uncss",
|
|
"escapedName": "uncss",
|
|
"rawSpec": "^0.17.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.17.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/htmlnano"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/uncss/-/uncss-0.17.3.tgz",
|
|
"_shasum": "50fc1eb4ed573ffff763458d801cd86e4d69ea11",
|
|
"_spec": "uncss@^0.17.3",
|
|
"_where": "/Users/justin/Code/granblue/hensei-web/node_modules/htmlnano",
|
|
"author": {
|
|
"name": "Giakki"
|
|
},
|
|
"bin": {
|
|
"uncss": "bin/uncss"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/uncss/uncss/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commander": "^2.20.0",
|
|
"glob": "^7.1.4",
|
|
"is-absolute-url": "^3.0.1",
|
|
"is-html": "^1.1.0",
|
|
"jsdom": "^14.1.0",
|
|
"lodash": "^4.17.15",
|
|
"postcss": "^7.0.17",
|
|
"postcss-selector-parser": "6.0.2",
|
|
"request": "^2.88.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Remove unused CSS styles",
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"chai-resemble": "^1.2.0",
|
|
"coveralls": "^3.0.6",
|
|
"eslint": "^5.16.0",
|
|
"mocha": "^6.2.0",
|
|
"nyc": "^14.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/uncss/uncss",
|
|
"keywords": [
|
|
"optimize",
|
|
"optimise",
|
|
"unused",
|
|
"rules",
|
|
"selector",
|
|
"CSS",
|
|
"HTML"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/uncss.js",
|
|
"name": "uncss",
|
|
"nyc": {
|
|
"include": [
|
|
"src/**/*.js"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/uncss/uncss.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "nyc npm run mocha",
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"eslint": "eslint \"**/*.js\" bin/uncss",
|
|
"lint": "npm run eslint",
|
|
"mocha": "mocha tests/*.js --reporter spec --slow 7500 --timeout 25000",
|
|
"test": "npm run eslint && npm run mocha",
|
|
"travis": "npm run eslint && npm run cover"
|
|
},
|
|
"version": "0.17.3"
|
|
}
|