{ "_args": [ [ "csstype@3.0.6", "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client" ] ], "_from": "csstype@3.0.6", "_id": "csstype@3.0.6", "_inBundle": false, "_integrity": "sha512-+ZAmfyWMT7TiIlzdqJgjMb7S4f1beorDbWbsocyK4RaiqA5RTX3K14bnBWmmA9QEM0gRdsjyyrEmcyga8Zsxmw==", "_location": "/csstype", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "csstype@3.0.6", "name": "csstype", "escapedName": "csstype", "rawSpec": "3.0.6", "saveSpec": null, "fetchSpec": "3.0.6" }, "_requiredBy": [ "/@types/react" ], "_resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.6.tgz", "_spec": "3.0.6", "_where": "/home/sonia/VisualStudioCode/Proyecto-React-Firebase/client", "author": { "name": "Fredrik Nicol", "email": "fredrik.nicol@gmail.com" }, "bugs": { "url": "https://github.com/frenic/csstype/issues" }, "description": "Strict TypeScript and Flow types for style based on MDN data", "devDependencies": { "@types/chokidar": "^2.1.3", "@types/jest": "^26.0.20", "@types/jsdom": "^16.2.5", "@types/node": "^14.14.20", "@types/prettier": "^2.1.6", "@types/request": "^2.48.5", "@types/turndown": "^5.0.0", "chalk": "^4.1.0", "chokidar": "^3.5.0", "fast-glob": "^3.2.4", "flow-bin": "^0.142.0", "jest": "^26.6.3", "jsdom": "^16.4.0", "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#50a17da8e7568cdd6f78eace6f9250c1a7211810", "mdn-data": "git+https://github.com/mdn/data.git#75f9f8f97d0ed35665885478828276b824f9baa0", "prettier": "^2.2.1", "request": "^2.88.2", "ts-jest": "^26.4.4", "ts-node": "^9.1.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "turndown": "^7.0.0", "typescript": "~4.1.3", "yarn": "^1.22.10" }, "files": [ "index.d.ts", "index.js.flow" ], "homepage": "https://github.com/frenic/csstype#readme", "keywords": [ "css", "style", "typescript", "flow", "typings", "types", "definitions" ], "license": "MIT", "main": "", "name": "csstype", "repository": { "type": "git", "url": "git+https://github.com/frenic/csstype.git" }, "scripts": { "build": "ts-node --files build.ts --start", "lazy": "tsc && npm run lint && npm run pretty", "lint": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts", "prepublish": "yarn install --cwd __tests__ && yarn install --cwd __tests__/__fixtures__", "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts", "pretty": "prettier --write build.ts **/*.{ts,js,json,md}", "test": "jest", "test:dist": "jest dist.*.ts", "test:src": "jest src.*.ts", "update": "ts-node --files update.ts", "watch": "ts-node --files build.ts --watch" }, "types": "index.d.ts", "version": "3.0.6" }