mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 13:41:40 +00:00
update
This commit is contained in:
95
node_modules/detective-postcss/package.json
generated
vendored
Normal file
95
node_modules/detective-postcss/package.json
generated
vendored
Normal file
@ -0,0 +1,95 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"detective-postcss@3.0.1",
|
||||
"/Users/tatiana/selfdefined"
|
||||
]
|
||||
],
|
||||
"_from": "detective-postcss@3.0.1",
|
||||
"_id": "detective-postcss@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-tfTS2GdpUal5NY0aCqI4dpEy8Xfr88AehYKB0iBIZvo8y2g3UsrcDnrp9PR2FbzoW7xD5Rip3NJW7eCSvtqdUw==",
|
||||
"_location": "/detective-postcss",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "detective-postcss@3.0.1",
|
||||
"name": "detective-postcss",
|
||||
"escapedName": "detective-postcss",
|
||||
"rawSpec": "3.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/precinct"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/detective-postcss/-/detective-postcss-3.0.1.tgz",
|
||||
"_spec": "3.0.1",
|
||||
"_where": "/Users/tatiana/selfdefined",
|
||||
"author": {
|
||||
"name": "Joscha Feth",
|
||||
"email": "joscha@feth.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/joscha/node-detective-postcss/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"debug": "^4.1.1",
|
||||
"is-url": "^1.2.4",
|
||||
"postcss": "^7.0.2",
|
||||
"postcss-values-parser": "^1.5.0"
|
||||
},
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user