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.
81 lines
2.1 KiB
81 lines
2.1 KiB
{ |
|
"_from": "css-what@^3.2.1", |
|
"_id": "css-what@3.2.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-WwOrosiQTvyms+Ti5ZC5vGEK0Vod3FTt1ca+payZqvKuGJF+dq7bG63DstxtN0dpm6FxY27a/zS3Wten+gEtGw==", |
|
"_location": "/css-what", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "range", |
|
"registry": true, |
|
"raw": "css-what@^3.2.1", |
|
"name": "css-what", |
|
"escapedName": "css-what", |
|
"rawSpec": "^3.2.1", |
|
"saveSpec": null, |
|
"fetchSpec": "^3.2.1" |
|
}, |
|
"_requiredBy": [ |
|
"/css-select" |
|
], |
|
"_resolved": "https://registry.npmjs.org/css-what/-/css-what-3.2.1.tgz", |
|
"_shasum": "f4a8f12421064621b456755e34a03a2c22df5da1", |
|
"_spec": "css-what@^3.2.1", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/css-select", |
|
"author": { |
|
"name": "Felix Böhm", |
|
"email": "me@feedic.com", |
|
"url": "http://feedic.com" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/fb55/css-what/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": {}, |
|
"deprecated": false, |
|
"description": "a CSS selector parser", |
|
"devDependencies": { |
|
"@types/jest": "^24.0.16", |
|
"@types/node": "^12.6.2", |
|
"@typescript-eslint/eslint-plugin": "^1.12.0", |
|
"@typescript-eslint/parser": "^1.12.0", |
|
"coveralls": "^3.0.5", |
|
"eslint": "^6.0.1", |
|
"eslint-config-prettier": "^6.0.0", |
|
"jest": "^24.8.0", |
|
"prettier": "^1.18.2", |
|
"ts-jest": "^24.0.2", |
|
"typescript": "^3.5.3" |
|
}, |
|
"engines": { |
|
"node": ">= 6" |
|
}, |
|
"files": [ |
|
"lib/**/*" |
|
], |
|
"homepage": "https://github.com/fb55/css-what#readme", |
|
"jest": { |
|
"preset": "ts-jest", |
|
"testEnvironment": "node" |
|
}, |
|
"license": "BSD-2-Clause", |
|
"main": "lib/index.js", |
|
"name": "css-what", |
|
"optionalDependencies": {}, |
|
"prettier": { |
|
"tabWidth": 4 |
|
}, |
|
"repository": { |
|
"url": "git+https://github.com/fb55/css-what.git" |
|
}, |
|
"scripts": { |
|
"build": "tsc", |
|
"coverage": "cat coverage/lcov.info | coveralls", |
|
"format": "prettier --write '**/*.{ts,md,json}'", |
|
"lint": "eslint --ext=js,ts src", |
|
"prepare": "npm run build", |
|
"test": "jest --coverage -u && npm run lint" |
|
}, |
|
"types": "lib/index.d.ts", |
|
"version": "3.2.1" |
|
}
|
|
|