85 lines
2.1 KiB
JSON
85 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"css-what@3.2.1",
|
|
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
|
|
]
|
|
],
|
|
"_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": "version",
|
|
"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",
|
|
"_spec": "3.2.1",
|
|
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
|
|
"author": {
|
|
"name": "Felix Böhm",
|
|
"email": "me@feedic.com",
|
|
"url": "http://feedic.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/fb55/css-what/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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"
|
|
}
|