123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "_args": [
- [
- "csstype@3.1.2",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_from": "csstype@3.1.2",
- "_id": "csstype@3.1.2",
- "_inBundle": false,
- "_integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==",
- "_location": "/csstype",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "csstype@3.1.2",
- "name": "csstype",
- "escapedName": "csstype",
- "rawSpec": "3.1.2",
- "saveSpec": null,
- "fetchSpec": "3.1.2"
- },
- "_requiredBy": [
- "/vue"
- ],
- "_resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.2.tgz",
- "_spec": "3.1.2",
- "_where": "/Users/mac/projects/mime/mine",
- "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/css-tree": "^2.3.1",
- "@types/jest": "^29.5.0",
- "@types/jsdom": "^21.1.1",
- "@types/node": "^16.18.23",
- "@types/prettier": "^2.7.2",
- "@types/request": "^2.48.8",
- "@types/turndown": "^5.0.1",
- "@typescript-eslint/eslint-plugin": "^5.57.0",
- "@typescript-eslint/parser": "^5.57.0",
- "chalk": "^4.1.2",
- "chokidar": "^3.5.3",
- "css-tree": "^2.3.1",
- "eslint": "^8.37.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-plugin-prettier": "^4.2.1",
- "fast-glob": "^3.2.12",
- "flow-bin": "^0.203.1",
- "jest": "^29.5.0",
- "jsdom": "^21.1.1",
- "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#22e0f5f1707f29f0c646ea89f5ba5ea7734fa48a",
- "mdn-data": "git+https://github.com/mdn/data.git#d0e0fce2abd53e5c918a2f6a38e8c4607027768a",
- "prettier": "^2.8.7",
- "request": "^2.88.2",
- "ts-jest": "^29.0.5",
- "ts-node": "^10.9.1",
- "turndown": "^7.1.2",
- "typescript": "~5.0.3"
- },
- "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",
- "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
- "prepublish": "npm install --prefix __tests__ && npm install --prefix __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 --runInBand",
- "test:dist": "jest dist.*.ts --runInBand",
- "test:src": "jest src.*.ts",
- "update": "ts-node --files update.ts",
- "watch": "ts-node --files build.ts --watch"
- },
- "types": "index.d.ts",
- "version": "3.1.2"
- }
|