source: imaps-frontend/node_modules/csstype/package.json

main
Last change on this file was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 3.1 KB
Line 
1{
2 "_from": "csstype@3.1.3",
3 "_id": "csstype@3.1.3",
4 "_inBundle": false,
5 "_integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==",
6 "_location": "/csstype",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "version",
10 "registry": true,
11 "raw": "csstype@3.1.3",
12 "name": "csstype",
13 "escapedName": "csstype",
14 "rawSpec": "3.1.3",
15 "saveSpec": null,
16 "fetchSpec": "3.1.3"
17 },
18 "_requiredBy": [
19 "/@types/react",
20 "/nano-css"
21 ],
22 "_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
23 "_shasum": "d80ff294d114fb0e6ac500fbf85b60137d7eff81",
24 "_spec": "csstype@3.1.3",
25 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/@types/react",
26 "author": {
27 "name": "Fredrik Nicol",
28 "email": "fredrik.nicol@gmail.com"
29 },
30 "bugs": {
31 "url": "https://github.com/frenic/csstype/issues"
32 },
33 "bundleDependencies": false,
34 "deprecated": false,
35 "description": "Strict TypeScript and Flow types for style based on MDN data",
36 "devDependencies": {
37 "@types/chokidar": "^2.1.3",
38 "@types/css-tree": "^2.3.1",
39 "@types/jest": "^29.5.0",
40 "@types/jsdom": "^21.1.1",
41 "@types/node": "^16.18.23",
42 "@types/prettier": "^2.7.2",
43 "@types/request": "^2.48.8",
44 "@types/turndown": "^5.0.1",
45 "@typescript-eslint/eslint-plugin": "^5.57.0",
46 "@typescript-eslint/parser": "^5.57.0",
47 "chalk": "^4.1.2",
48 "chokidar": "^3.5.3",
49 "css-tree": "^2.3.1",
50 "eslint": "^8.37.0",
51 "eslint-config-prettier": "^8.8.0",
52 "eslint-plugin-prettier": "^4.2.1",
53 "fast-glob": "^3.2.12",
54 "flow-bin": "^0.203.1",
55 "jest": "^29.5.0",
56 "jsdom": "^21.1.1",
57 "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#1bf44517bd08de735e9ec20dbfe8e86c96341054",
58 "mdn-data": "git+https://github.com/mdn/data.git#7f0c865a3c4b5d891285c93308ee5c25cb5cfee8",
59 "prettier": "^2.8.7",
60 "request": "^2.88.2",
61 "ts-jest": "^29.0.5",
62 "ts-node": "^10.9.1",
63 "turndown": "^7.1.2",
64 "typescript": "~5.0.3"
65 },
66 "files": [
67 "index.d.ts",
68 "index.js.flow"
69 ],
70 "homepage": "https://github.com/frenic/csstype#readme",
71 "keywords": [
72 "css",
73 "style",
74 "typescript",
75 "flow",
76 "typings",
77 "types",
78 "definitions"
79 ],
80 "license": "MIT",
81 "main": "",
82 "name": "csstype",
83 "repository": {
84 "type": "git",
85 "url": "git+https://github.com/frenic/csstype.git"
86 },
87 "scripts": {
88 "build": "ts-node --files build.ts --start",
89 "lazy": "tsc && npm run lint",
90 "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
91 "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
92 "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
93 "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
94 "test": "jest --runInBand",
95 "test:dist": "jest dist.*.ts --runInBand",
96 "test:src": "jest src.*.ts",
97 "update": "ts-node --files update.ts",
98 "watch": "ts-node --files build.ts --watch"
99 },
100 "types": "index.d.ts",
101 "version": "3.1.3"
102}
Note: See TracBrowser for help on using the repository browser.