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
| {
| "_from": "@dcloudio/types@^3.0.13",
| "_id": "@dcloudio/types@3.4.14",
| "_inBundle": false,
| "_integrity": "sha512-VolQeZfTh8pQFsr2IlfIVX93blfvGTuBoJuZUc7iWOqtHV8gDrq6fXLhzsVlgZyuhhRZLOxlo33rkEqnY+ucAw==",
| "_location": "/@dcloudio/types",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "@dcloudio/types@^3.0.13",
| "name": "@dcloudio/types",
| "escapedName": "@dcloudio%2ftypes",
| "scope": "@dcloudio",
| "rawSpec": "^3.0.13",
| "saveSpec": null,
| "fetchSpec": "^3.0.13"
| },
| "_requiredBy": [
| "#DEV:/"
| ],
| "_resolved": "https://registry.npmmirror.com/@dcloudio/types/-/types-3.4.14.tgz",
| "_shasum": "be8248e992c2f74591d0824edeb27cdf6477a5a7",
| "_spec": "@dcloudio/types@^3.0.13",
| "_where": "D:\\new\\car-app\\CarDriver_APP",
| "author": {
| "name": "fxy060608"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "uni-app types",
| "devDependencies": {
| "@definitelytyped/dtslint": "^0.0.115",
| "miniprogram-api-typings": "3.7.1",
| "ts-morph": "^17.0.1",
| "tslint": "^5.14.0",
| "typescript": "5.0.4",
| "vue": "2.6"
| },
| "license": "Apache-2.0",
| "name": "@dcloudio/types",
| "packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
| "scripts": {
| "build": "npm run build:wx && npm run build:promisify",
| "build:promisify": "node ./scripts/build-promisify.js",
| "build:wx": "node ./scripts/build-wx.js",
| "dtslint": "dtslint ./",
| "postpublish": "npx cnpm sync @dcloudio/types",
| "prepublishOnly": "npm run test",
| "publish:major": "npm version major && npm publish",
| "publish:minor": "npm version minor && npm publish",
| "publish:patch": "npm version patch && npm publish",
| "test": "dtslint ./",
| "tslint": "tslint --project ./ --fix"
| },
| "typings": "index.d.ts",
| "version": "3.4.14"
| }
|
|