work.suroh.tk/node_modules/detective-postcss/package.json

93 lines
2.5 KiB
JSON

{
"_from": "detective-postcss@^3.0.0",
"_id": "detective-postcss@3.0.1",
"_inBundle": false,
"_integrity": "sha512-tfTS2GdpUal5NY0aCqI4dpEy8Xfr88AehYKB0iBIZvo8y2g3UsrcDnrp9PR2FbzoW7xD5Rip3NJW7eCSvtqdUw==",
"_location": "/detective-postcss",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "detective-postcss@^3.0.0",
"name": "detective-postcss",
"escapedName": "detective-postcss",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/precinct"
],
"_resolved": "https://registry.npmjs.org/detective-postcss/-/detective-postcss-3.0.1.tgz",
"_shasum": "511921951f66135e17d0ece2e7604c6e4966c9c6",
"_spec": "detective-postcss@^3.0.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/precinct",
"author": {
"name": "Joscha Feth",
"email": "joscha@feth.com"
},
"bugs": {
"url": "https://github.com/joscha/node-detective-postcss/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"is-url": "^1.2.4",
"postcss": "^7.0.2",
"postcss-values-parser": "^1.5.0"
},
"deprecated": false,
"description": "Detective to find dependents of CSS (PostCSS dialect)",
"devDependencies": {
"@types/debug": "^0.0.30",
"@types/is-url": "^1.2.28",
"@types/jest": "^23.3.1",
"husky": "^0.14.3",
"jest": "^23.4.2",
"lint-staged": "^7.2.0",
"prettier": "^1.14.0",
"ts-jest": "^23.1.2",
"typescript": "^3.0.1"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/joscha/node-detective-postcss#readme",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testEnvironment": "node",
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"license": "Apache-2.0",
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write --tab-width 4 --single-quote --trailing-comma es5 \"*.ts\"",
"git add"
]
},
"main": "dist/index.js",
"name": "detective-postcss",
"repository": {
"type": "git",
"url": "git://github.com/joscha/node-detective-postcss.git"
},
"scripts": {
"precommit": "lint-staged",
"prepare": "tsc --outDir dist --declaration --declarationDir dist",
"test": "jest --ci",
"test:watch": "jest --watch --notify"
},
"typings": "dist/index.d.ts",
"version": "3.0.1"
}