[6a3a178] | 1 | {
|
---|
[e29cc2e] | 2 | "_from": "css-what@^5.0.0",
|
---|
| 3 | "_id": "css-what@5.1.0",
|
---|
[59329aa] | 4 | "_inBundle": false,
|
---|
[e29cc2e] | 5 | "_integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
|
---|
[59329aa] | 6 | "_location": "/css-what",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
[e29cc2e] | 9 | "type": "range",
|
---|
[59329aa] | 10 | "registry": true,
|
---|
[e29cc2e] | 11 | "raw": "css-what@^5.0.0",
|
---|
[6a3a178] | 12 | "name": "css-what",
|
---|
[59329aa] | 13 | "escapedName": "css-what",
|
---|
[e29cc2e] | 14 | "rawSpec": "^5.0.0",
|
---|
[59329aa] | 15 | "saveSpec": null,
|
---|
[e29cc2e] | 16 | "fetchSpec": "^5.0.0"
|
---|
[59329aa] | 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/css-select"
|
---|
| 20 | ],
|
---|
[e29cc2e] | 21 | "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.1.0.tgz",
|
---|
| 22 | "_shasum": "3f7b707aadf633baf62c2ceb8579b545bb40f7fe",
|
---|
| 23 | "_spec": "css-what@^5.0.0",
|
---|
| 24 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\css-select",
|
---|
[59329aa] | 25 | "author": {
|
---|
| 26 | "name": "Felix Böhm",
|
---|
| 27 | "email": "me@feedic.com",
|
---|
| 28 | "url": "http://feedic.com"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/fb55/css-what/issues"
|
---|
| 32 | },
|
---|
[e29cc2e] | 33 | "bundleDependencies": false,
|
---|
[59329aa] | 34 | "dependencies": {},
|
---|
[e29cc2e] | 35 | "deprecated": false,
|
---|
[59329aa] | 36 | "description": "a CSS selector parser",
|
---|
| 37 | "devDependencies": {
|
---|
[e29cc2e] | 38 | "@types/jest": "^27.0.2",
|
---|
| 39 | "@types/node": "^16.10.3",
|
---|
| 40 | "@typescript-eslint/eslint-plugin": "^4.33.0",
|
---|
| 41 | "@typescript-eslint/parser": "^4.33.0",
|
---|
| 42 | "eslint": "^7.32.0",
|
---|
[59329aa] | 43 | "eslint-config-prettier": "^8.1.0",
|
---|
| 44 | "eslint-plugin-node": "^11.1.0",
|
---|
[e29cc2e] | 45 | "jest": "^27.2.4",
|
---|
| 46 | "prettier": "^2.4.1",
|
---|
| 47 | "ts-jest": "^27.0.5",
|
---|
| 48 | "typescript": "^4.4.3"
|
---|
[59329aa] | 49 | },
|
---|
| 50 | "engines": {
|
---|
| 51 | "node": ">= 6"
|
---|
| 52 | },
|
---|
| 53 | "files": [
|
---|
| 54 | "lib/**/*"
|
---|
| 55 | ],
|
---|
| 56 | "funding": {
|
---|
| 57 | "url": "https://github.com/sponsors/fb55"
|
---|
| 58 | },
|
---|
| 59 | "homepage": "https://github.com/fb55/css-what#readme",
|
---|
| 60 | "jest": {
|
---|
| 61 | "preset": "ts-jest"
|
---|
| 62 | },
|
---|
| 63 | "license": "BSD-2-Clause",
|
---|
| 64 | "main": "lib/index.js",
|
---|
| 65 | "name": "css-what",
|
---|
| 66 | "optionalDependencies": {},
|
---|
| 67 | "prettier": {
|
---|
| 68 | "tabWidth": 4
|
---|
| 69 | },
|
---|
| 70 | "repository": {
|
---|
| 71 | "url": "git+https://github.com/fb55/css-what.git"
|
---|
| 72 | },
|
---|
| 73 | "scripts": {
|
---|
| 74 | "build": "tsc",
|
---|
| 75 | "format": "npm run format:es && npm run format:prettier",
|
---|
| 76 | "format:es": "npm run lint:es -- --fix",
|
---|
| 77 | "format:prettier": "npm run prettier -- --write",
|
---|
| 78 | "lint": "npm run lint:es && npm run lint:prettier",
|
---|
| 79 | "lint:es": "eslint src",
|
---|
| 80 | "lint:prettier": "npm run prettier -- --check",
|
---|
| 81 | "prepare": "npm run build",
|
---|
| 82 | "prettier": "prettier '**/*.{ts,md,json,yml}'",
|
---|
[e29cc2e] | 83 | "test": "npm run test:jest && npm run lint",
|
---|
| 84 | "test:jest": "jest"
|
---|
[59329aa] | 85 | },
|
---|
| 86 | "types": "lib/index.d.ts",
|
---|
[e29cc2e] | 87 | "version": "5.1.0"
|
---|
[6a3a178] | 88 | }
|
---|