Changeset 59329aa for trip-planner-front/node_modules/css-what
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/css-what/package.json
rceaed42 r59329aa 1 1 { 2 "author": "Felix Böhm <me@feedic.com> (http://feedic.com)", 2 "_args": [ 3 [ 4 "css-what@5.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "css-what@5.0.1", 10 "_id": "css-what@5.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==", 13 "_location": "/css-what", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "css-what@5.0.1", 3 19 "name": "css-what", 4 "description": "a CSS selector parser", 5 "version": "5.0.1", 6 "funding": { 7 "url": "https://github.com/sponsors/fb55" 8 }, 9 "repository": { 10 "url": "https://github.com/fb55/css-what" 11 }, 12 "main": "lib/index.js", 13 "types": "lib/index.d.ts", 14 "files": [ 15 "lib/**/*" 16 ], 17 "scripts": { 18 "test": "jest --coverage -u && npm run lint", 19 "coverage": "cat coverage/lcov.info | coveralls", 20 "lint": "npm run lint:es && npm run lint:prettier", 21 "lint:es": "eslint src", 22 "lint:prettier": "npm run prettier -- --check", 23 "format": "npm run format:es && npm run format:prettier", 24 "format:es": "npm run lint:es -- --fix", 25 "format:prettier": "npm run prettier -- --write", 26 "prettier": "prettier '**/*.{ts,md,json,yml}'", 27 "build": "tsc", 28 "prepare": "npm run build" 29 }, 30 "devDependencies": { 31 "@types/jest": "^26.0.3", 32 "@types/node": "^15.0.1", 33 "@typescript-eslint/eslint-plugin": "^4.1.0", 34 "@typescript-eslint/parser": "^4.1.0", 35 "coveralls": "^3.0.5", 36 "eslint": "^7.0.0", 37 "eslint-config-prettier": "^8.1.0", 38 "eslint-plugin-node": "^11.1.0", 39 "jest": "^27.0.1", 40 "prettier": "^2.0.5", 41 "ts-jest": "^27.0.1", 42 "typescript": "^4.0.2" 43 }, 44 "optionalDependencies": {}, 45 "engines": { 46 "node": ">= 6" 47 }, 48 "license": "BSD-2-Clause", 49 "jest": { 50 "preset": "ts-jest" 51 }, 52 "prettier": { 53 "tabWidth": 4 54 } 20 "escapedName": "css-what", 21 "rawSpec": "5.0.1", 22 "saveSpec": null, 23 "fetchSpec": "5.0.1" 24 }, 25 "_requiredBy": [ 26 "/css-select" 27 ], 28 "_resolved": "https://registry.npmjs.org/css-what/-/css-what-5.0.1.tgz", 29 "_spec": "5.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Felix Böhm", 33 "email": "me@feedic.com", 34 "url": "http://feedic.com" 35 }, 36 "bugs": { 37 "url": "https://github.com/fb55/css-what/issues" 38 }, 39 "dependencies": {}, 40 "description": "a CSS selector parser", 41 "devDependencies": { 42 "@types/jest": "^26.0.3", 43 "@types/node": "^15.0.1", 44 "@typescript-eslint/eslint-plugin": "^4.1.0", 45 "@typescript-eslint/parser": "^4.1.0", 46 "coveralls": "^3.0.5", 47 "eslint": "^7.0.0", 48 "eslint-config-prettier": "^8.1.0", 49 "eslint-plugin-node": "^11.1.0", 50 "jest": "^27.0.1", 51 "prettier": "^2.0.5", 52 "ts-jest": "^27.0.1", 53 "typescript": "^4.0.2" 54 }, 55 "engines": { 56 "node": ">= 6" 57 }, 58 "files": [ 59 "lib/**/*" 60 ], 61 "funding": { 62 "url": "https://github.com/sponsors/fb55" 63 }, 64 "homepage": "https://github.com/fb55/css-what#readme", 65 "jest": { 66 "preset": "ts-jest" 67 }, 68 "license": "BSD-2-Clause", 69 "main": "lib/index.js", 70 "name": "css-what", 71 "optionalDependencies": {}, 72 "prettier": { 73 "tabWidth": 4 74 }, 75 "repository": { 76 "url": "git+https://github.com/fb55/css-what.git" 77 }, 78 "scripts": { 79 "build": "tsc", 80 "coverage": "cat coverage/lcov.info | coveralls", 81 "format": "npm run format:es && npm run format:prettier", 82 "format:es": "npm run lint:es -- --fix", 83 "format:prettier": "npm run prettier -- --write", 84 "lint": "npm run lint:es && npm run lint:prettier", 85 "lint:es": "eslint src", 86 "lint:prettier": "npm run prettier -- --check", 87 "prepare": "npm run build", 88 "prettier": "prettier '**/*.{ts,md,json,yml}'", 89 "test": "jest --coverage -u && npm run lint" 90 }, 91 "types": "lib/index.d.ts", 92 "version": "5.0.1" 55 93 }
Note:
See TracChangeset
for help on using the changeset viewer.