Changeset e29cc2e for trip-planner-front/node_modules/css-what/package.json
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/css-what/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "css-what@^5.0.0", 3 "_id": "css-what@5.1.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- FYDTSHb/7KXsWICVsxdmiExPjCfRC4qRFBdVwv7Ax9hMnvMmEjP9RfxTEZ3qPZGmADDn2vAKSo9UcN1jKVYscg==",5 "_integrity": "sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==", 13 6 "_location": "/css-what", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "css-what@ 5.0.1",11 "raw": "css-what@^5.0.0", 19 12 "name": "css-what", 20 13 "escapedName": "css-what", 21 "rawSpec": " 5.0.1",14 "rawSpec": "^5.0.0", 22 15 "saveSpec": null, 23 "fetchSpec": " 5.0.1"16 "fetchSpec": "^5.0.0" 24 17 }, 25 18 "_requiredBy": [ 26 19 "/css-select" 27 20 ], 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", 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", 31 25 "author": { 32 26 "name": "Felix Böhm", … … 37 31 "url": "https://github.com/fb55/css-what/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": {}, 35 "deprecated": false, 40 36 "description": "a CSS selector parser", 41 37 "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", 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", 48 43 "eslint-config-prettier": "^8.1.0", 49 44 "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"45 "jest": "^27.2.4", 46 "prettier": "^2.4.1", 47 "ts-jest": "^27.0.5", 48 "typescript": "^4.4.3" 54 49 }, 55 50 "engines": { … … 78 73 "scripts": { 79 74 "build": "tsc", 80 "coverage": "cat coverage/lcov.info | coveralls",81 75 "format": "npm run format:es && npm run format:prettier", 82 76 "format:es": "npm run lint:es -- --fix", … … 87 81 "prepare": "npm run build", 88 82 "prettier": "prettier '**/*.{ts,md,json,yml}'", 89 "test": "jest --coverage -u && npm run lint" 83 "test": "npm run test:jest && npm run lint", 84 "test:jest": "jest" 90 85 }, 91 86 "types": "lib/index.d.ts", 92 "version": "5. 0.1"87 "version": "5.1.0" 93 88 }
Note:
See TracChangeset
for help on using the changeset viewer.