custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
96 lines (95 loc) • 2.84 kB
JSON
{
"_args": [
[
"csstype@2.6.6",
"G:\\dhcc-app-dll"
]
],
"_from": "csstype@2.6.6",
"_id": "csstype@2.6.6",
"_inBundle": false,
"_integrity": "sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==",
"_location": "/csstype",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "csstype@2.6.6",
"name": "csstype",
"escapedName": "csstype",
"rawSpec": "2.6.6",
"saveSpec": null,
"fetchSpec": "2.6.6"
},
"_requiredBy": [
"/@types/react"
],
"_resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz",
"_spec": "2.6.6",
"_where": "G:\\dhcc-app-dll",
"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": "^24.0.13",
"@types/jsdom": "^12.2.3",
"@types/node": "^12.0.7",
"@types/prettier": "^1.16.4",
"chalk": "^2.4.2",
"chokidar": "^3.0.1",
"fast-glob": "^2.2.7",
"flow-bin": "^0.100.0",
"jest": "^24.8.0",
"jsdom": "^15.1.1",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#0d355f21a6d1a22057a9f318b33ccd7eb7ba6576",
"mdn-data": "git+https://github.com/mdn/data.git#fcd2fd333aca00c08ab3f876adce10e875b95d7c",
"prettier": "^1.18.2",
"sync-request": "^6.1.0",
"ts-node": "^8.2.0",
"tslint": "^5.17.0",
"tslint-config-prettier": "^1.18.0",
"turndown": "^5.0.3",
"typescript": "~3.5.1"
},
"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": "tsc && npm run test && npm run build && npm run typecheck",
"pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
"rebase-build": "git rebase --exec \"yarn --ignore-scripts && yarn build && git commit -a --amend --no-verify --no-edit --allow-empty\"",
"test": "jest --no-cache",
"typecheck": "tsc typecheck.ts --noEmit --pretty & flow check typecheck.js",
"update": "ts-node --files update.ts",
"watch": "ts-node --files build.ts --watch"
},
"types": "index.d.ts",
"version": "2.6.6"
}