caa55005c4d860048ca0e3cfd8188cdaae9de024.svn-base
2.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_args": [
[
"csstype@2.6.11",
"/Users/isaacs/dev/js/tap"
]
],
"_from": "csstype@2.6.11",
"_id": "csstype@2.6.11",
"_inBundle": true,
"_integrity": "sha512-l8YyEC9NBkSm783PFTvh0FmJy7s5pFKrDp49ZL7zBGX3fWkO+N4EEyan1qqp8cwPLDcD0OSdyY6hAMoxp34JFw==",
"_location": "/tap/csstype",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "csstype@2.6.11",
"name": "csstype",
"escapedName": "csstype",
"rawSpec": "2.6.11",
"saveSpec": null,
"fetchSpec": "2.6.11"
},
"_requiredBy": [
"/tap/@types/react"
],
"_resolved": "https://registry.npmjs.org/csstype/-/csstype-2.6.11.tgz",
"_spec": "2.6.11",
"_where": "/Users/isaacs/dev/js/tap",
"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.21",
"@types/jsdom": "^12.2.4",
"@types/node": "^12.12.3",
"@types/prettier": "^1.18.3",
"chalk": "^2.4.2",
"chokidar": "^3.2.3",
"fast-glob": "^3.1.0",
"flow-bin": "^0.110.1",
"jest": "^24.9.0",
"jsdom": "^15.2.0",
"mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#e74deb234e870896575ef442a57d252c7677cb07",
"mdn-data": "git+https://github.com/mdn/data.git#bee2448507748e522b0e1158e420a647628e1fe4",
"prettier": "^1.18.2",
"sync-request": "^6.1.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"turndown": "^5.0.3",
"typescript": "~3.6.4"
},
"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.11"
}