Changeset 79a0317 for imaps-frontend/node_modules/csstype
- Timestamp:
- 01/21/25 03:08:24 (4 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/csstype/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "csstype", 3 "version": "3.1.3", 4 "main": "", 5 "types": "index.d.ts", 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, 6 35 "description": "Strict TypeScript and Flow types for style based on MDN data", 7 "repository": "https://github.com/frenic/csstype",8 "author": "Fredrik Nicol <fredrik.nicol@gmail.com>",9 "license": "MIT",10 36 "devDependencies": { 11 37 "@types/chokidar": "^2.1.3", … … 21 47 "chalk": "^4.1.2", 22 48 "chokidar": "^3.5.3", 49 "css-tree": "^2.3.1", 23 50 "eslint": "^8.37.0", 24 "css-tree": "^2.3.1",25 51 "eslint-config-prettier": "^8.8.0", 26 52 "eslint-plugin-prettier": "^4.2.1", … … 38 64 "typescript": "~5.0.3" 39 65 }, 40 "scripts": {41 "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",42 "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",43 "update": "ts-node --files update.ts",44 "build": "ts-node --files build.ts --start",45 "watch": "ts-node --files build.ts --watch",46 "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",47 "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",48 "lazy": "tsc && npm run lint",49 "test": "jest --runInBand",50 "test:src": "jest src.*.ts",51 "test:dist": "jest dist.*.ts --runInBand"52 },53 66 "files": [ 54 67 "index.d.ts", 55 68 "index.js.flow" 56 69 ], 70 "homepage": "https://github.com/frenic/csstype#readme", 57 71 "keywords": [ 58 72 "css", … … 63 77 "types", 64 78 "definitions" 65 ] 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" 66 102 }
Note:
See TracChangeset
for help on using the changeset viewer.