[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "css-select@4.1.3",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "css-select@4.1.3",
|
---|
| 10 | "_id": "css-select@4.1.3",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-gT3wBNd9Nj49rAbmtFHj1cljIAOLYSX1nZ8CB7TBO3INYckygm5B7LISU/szY//YmdiSLbJvDLOx9VnMVpMBxA==",
|
---|
| 13 | "_location": "/css-select",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "css-select@4.1.3",
|
---|
[6a3a178] | 19 | "name": "css-select",
|
---|
[59329aa] | 20 | "escapedName": "css-select",
|
---|
| 21 | "rawSpec": "4.1.3",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "4.1.3"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/svgo"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/css-select/-/css-select-4.1.3.tgz",
|
---|
| 29 | "_spec": "4.1.3",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "Felix Boehm",
|
---|
| 33 | "email": "me@feedic.com"
|
---|
| 34 | },
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/fb55/css-select/issues"
|
---|
| 37 | },
|
---|
| 38 | "dependencies": {
|
---|
| 39 | "boolbase": "^1.0.0",
|
---|
| 40 | "css-what": "^5.0.0",
|
---|
| 41 | "domhandler": "^4.2.0",
|
---|
| 42 | "domutils": "^2.6.0",
|
---|
| 43 | "nth-check": "^2.0.0"
|
---|
| 44 | },
|
---|
| 45 | "description": "a CSS selector compiler/engine",
|
---|
| 46 | "devDependencies": {
|
---|
| 47 | "@types/boolbase": "^1.0.0",
|
---|
| 48 | "@types/jest": "^26.0.14",
|
---|
| 49 | "@types/node": "^15.0.2",
|
---|
| 50 | "@typescript-eslint/eslint-plugin": "^4.1.0",
|
---|
| 51 | "@typescript-eslint/parser": "^4.1.0",
|
---|
| 52 | "cheerio-soupselect": "^0.1.1",
|
---|
| 53 | "coveralls": "^3.0.2",
|
---|
| 54 | "eslint": "^7.9.0",
|
---|
| 55 | "eslint-config-prettier": "^8.1.0",
|
---|
| 56 | "htmlparser2": "^6.0.0",
|
---|
| 57 | "jest": "^27.0.3",
|
---|
| 58 | "prettier": "^2.1.2",
|
---|
| 59 | "ts-jest": "^27.0.1",
|
---|
| 60 | "typescript": "^4.0.2"
|
---|
| 61 | },
|
---|
| 62 | "files": [
|
---|
| 63 | "lib"
|
---|
| 64 | ],
|
---|
| 65 | "funding": {
|
---|
| 66 | "url": "https://github.com/sponsors/fb55"
|
---|
| 67 | },
|
---|
| 68 | "homepage": "https://github.com/fb55/css-select#readme",
|
---|
| 69 | "jest": {
|
---|
| 70 | "preset": "ts-jest",
|
---|
| 71 | "testEnvironment": "node",
|
---|
| 72 | "testMatch": [
|
---|
| 73 | "<rootDir>/test/*.ts"
|
---|
| 74 | ]
|
---|
| 75 | },
|
---|
| 76 | "keywords": [
|
---|
| 77 | "css",
|
---|
| 78 | "selector",
|
---|
| 79 | "sizzle"
|
---|
| 80 | ],
|
---|
| 81 | "license": "BSD-2-Clause",
|
---|
| 82 | "main": "lib/index.js",
|
---|
| 83 | "name": "css-select",
|
---|
| 84 | "prettier": {
|
---|
| 85 | "tabWidth": 4,
|
---|
| 86 | "proseWrap": "always"
|
---|
| 87 | },
|
---|
| 88 | "repository": {
|
---|
| 89 | "type": "git",
|
---|
| 90 | "url": "git://github.com/fb55/css-select.git"
|
---|
| 91 | },
|
---|
| 92 | "scripts": {
|
---|
| 93 | "build": "tsc",
|
---|
| 94 | "coverage": "cat coverage/lcov.info | coveralls",
|
---|
| 95 | "format": "npm run format:es && npm run format:prettier",
|
---|
| 96 | "format:es": "npm run lint:es -- --fix",
|
---|
| 97 | "format:prettier": "npm run prettier -- --write",
|
---|
| 98 | "lint": "npm run lint:es && npm run lint:prettier",
|
---|
| 99 | "lint:es": "eslint src",
|
---|
| 100 | "lint:prettier": "npm run prettier -- --check",
|
---|
| 101 | "prepare": "npm run build",
|
---|
| 102 | "prettier": "prettier '**/*.{ts,md,json,yml}'",
|
---|
| 103 | "test": "jest --coverage && npm run lint"
|
---|
| 104 | },
|
---|
| 105 | "types": "lib/index.d.ts",
|
---|
| 106 | "version": "4.1.3"
|
---|
[6a3a178] | 107 | }
|
---|