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
| {
| "_from": "egg-shell-decorators",
| "_id": "egg-shell-decorators@1.0.7",
| "_inBundle": false,
| "_integrity": "sha512-W9cS4LgHGAvwNpXIAbQVTiTp2EXgOmtIQ9urChQ34fUkVMx5G/tW8NRTH7Xlh+VPJjsjOhHvNv7M92I/v/e9Nw==",
| "_location": "/egg-shell-decorators",
| "_phantomChildren": {},
| "_requested": {
| "type": "tag",
| "registry": true,
| "raw": "egg-shell-decorators",
| "name": "egg-shell-decorators",
| "escapedName": "egg-shell-decorators",
| "rawSpec": "",
| "saveSpec": null,
| "fetchSpec": "latest"
| },
| "_requiredBy": [
| "#USER",
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/egg-shell-decorators/-/egg-shell-decorators-1.0.7.tgz",
| "_shasum": "40ed38cdd97625c992b782f042c623078a5bd10d",
| "_spec": "egg-shell-decorators",
| "_where": "D:\\vue\\egg\\showcase",
| "author": {
| "name": "super2god",
| "email": "910147606@qq.com"
| },
| "bugs": {
| "url": "https://github.com/super2god/egg-shell-decorators/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "babel-plugin-transform-decorators-legacy": "^1.3.5",
| "express": "^4.16.3",
| "reflect-metadata": "^0.1.12"
| },
| "deprecated": false,
| "description": "<img width=\"100\" src=\"http://outt0i9l8.bkt.clouddn.com/egg-shell-decorators.png\"/>",
| "devDependencies": {
| "babel-eslint": "^8.0.2",
| "eslint": "^4.10.0",
| "eslint-config-egg": "^7.0.0",
| "lodash": "^4.17.10"
| },
| "homepage": "https://github.com/super2god/egg-shell-decorators#readme",
| "license": "MIT",
| "main": "index.js",
| "name": "egg-shell-decorators",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/super2god/egg-shell-decorators.git"
| },
| "scripts": {
| "test-simple": "cd test/egg-simple && yarn run dev",
| "test-ts": "cd test/egg-ts && yarn run dev"
| },
| "version": "1.0.7"
| }
|
|