12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "csstype@^3.0.3",
- "_id": "csstype@3.0.8",
- "_inBundle": false,
- "_integrity": "sha1-0iZqeScp+yJ80hb7Vy9Dco4a00A=",
- "_location": "/csstype",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "csstype@^3.0.3",
- "name": "csstype",
- "escapedName": "csstype",
- "rawSpec": "^3.0.3",
- "saveSpec": null,
- "fetchSpec": "^3.0.3"
- },
- "_requiredBy": [
- "/@icon-park/vue"
- ],
- "_resolved": "https://registry.nlark.com/csstype/download/csstype-3.0.8.tgz",
- "_shasum": "d2266a792729fb227cd216fb572f43728e1ad340",
- "_spec": "csstype@^3.0.3",
- "_where": "C:\\Users\\Administrator\\Desktop\\agent\\node_modules\\@icon-park\\vue",
- "author": {
- "name": "Fredrik Nicol",
- "email": "fredrik.nicol@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/frenic/csstype/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "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.6",
- "@types/node": "^14.14.31",
- "@types/prettier": "^2.2.1",
- "@types/request": "^2.48.5",
- "@types/turndown": "^5.0.0",
- "chalk": "^4.1.0",
- "chokidar": "^3.5.1",
- "fast-glob": "^3.2.5",
- "flow-bin": "^0.145.0",
- "jest": "^26.6.3",
- "jsdom": "^16.4.0",
- "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#60214baa97657c798dd7eac44b7bc73af4968033",
- "mdn-data": "git+https://github.com/mdn/data.git#7f622300bb7e285a2cbce7db6f8ecd8f964a18eb",
- "prettier": "^2.2.1",
- "request": "^2.88.2",
- "ts-jest": "^26.5.2",
- "ts-node": "^9.1.1",
- "tslint": "^6.1.3",
- "tslint-config-prettier": "^1.18.0",
- "turndown": "^7.0.0",
- "typescript": "~4.2.2",
- "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.8"
- }
|