1 | {
|
---|
2 | "_from": "css-what@^5.0.0",
|
---|
3 | "_id": "css-what@5.1.0",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==",
|
---|
6 | "_location": "/css-what",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "css-what@^5.0.0",
|
---|
12 | "name": "css-what",
|
---|
13 | "escapedName": "css-what",
|
---|
14 | "rawSpec": "^5.0.0",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^5.0.0"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/css-select"
|
---|
20 | ],
|
---|
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",
|
---|
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 | },
|
---|
33 | "bundleDependencies": false,
|
---|
34 | "dependencies": {},
|
---|
35 | "deprecated": false,
|
---|
36 | "description": "a CSS selector parser",
|
---|
37 | "devDependencies": {
|
---|
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",
|
---|
43 | "eslint-config-prettier": "^8.1.0",
|
---|
44 | "eslint-plugin-node": "^11.1.0",
|
---|
45 | "jest": "^27.2.4",
|
---|
46 | "prettier": "^2.4.1",
|
---|
47 | "ts-jest": "^27.0.5",
|
---|
48 | "typescript": "^4.4.3"
|
---|
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}'",
|
---|
83 | "test": "npm run test:jest && npm run lint",
|
---|
84 | "test:jest": "jest"
|
---|
85 | },
|
---|
86 | "types": "lib/index.d.ts",
|
---|
87 | "version": "5.1.0"
|
---|
88 | }
|
---|