source: trip-planner-front/node_modules/css-what/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.5 KB
Line 
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",
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",
19 "name": "css-what",
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"
93}
Note: See TracBrowser for help on using the repository browser.