schangxiang@126.com
2025-09-19 0821aa23eabe557c0d9ef5dbe6989c68be35d1fe
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
96
97
98
99
100
101
{
  "_args": [
    [
      "egg-jsonp@2.0.0",
      "E:\\ximenzi\\wms\\old\\api"
    ]
  ],
  "_from": "egg-jsonp@2.0.0",
  "_id": "egg-jsonp@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-dno7BXAvSFO0WTb3GJD0aci9MFlaQhdgvEznwARam75GGJdLpg1K0XQq88/dEvYWHxEHa+iGIOXcNx5NOyyUHw==",
  "_location": "/egg-jsonp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "egg-jsonp@2.0.0",
    "name": "egg-jsonp",
    "escapedName": "egg-jsonp",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/egg"
  ],
  "_resolved": "https://registry.npmjs.org/egg-jsonp/-/egg-jsonp-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "E:\\ximenzi\\wms\\old\\api",
  "author": {
    "name": "dead-horse"
  },
  "boilerplate": {
    "name": "egg-boilerplate-plugin",
    "version": "1.7.0",
    "description": "boilerplate for egg plugin",
    "repository": {
      "type": "git",
      "url": "git@github.com:eggjs/egg-boilerplate-plugin.git"
    },
    "homepage": "https://github.com/eggjs/egg-boilerplate-plugin"
  },
  "bugs": {
    "url": "https://github.com/eggjs/egg/issues"
  },
  "ci": {
    "version": "8, 9"
  },
  "dependencies": {
    "is-type-of": "^1.2.0",
    "jsonp-body": "^1.0.0"
  },
  "description": "jsonp support for egg",
  "devDependencies": {
    "autod": "^2.10.1",
    "egg": "next",
    "egg-bin": "^4.3.5",
    "egg-ci": "^1.8.0",
    "egg-mock": "^3.13.1",
    "eslint": "^4.10.0",
    "eslint-config-egg": "^5.1.1",
    "supertest": "^3.0.0",
    "webstorm-disable-index": "^1.2.0"
  },
  "eggPlugin": {
    "name": "jsonp",
    "optionalDependencies": [
      "security"
    ]
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "app",
    "lib",
    "config"
  ],
  "homepage": "https://github.com/eggjs/egg-jsonp#readme",
  "keywords": [
    "egg",
    "egg-plugin",
    "jsonp",
    "security"
  ],
  "license": "MIT",
  "name": "egg-jsonp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eggjs/egg-jsonp.git"
  },
  "scripts": {
    "autod": "autod",
    "ci": "npm run lint && npm run cov && egg-bin pkgfiles --check",
    "cov": "egg-bin cov",
    "lint": "eslint .",
    "test": "npm run lint -- --fix && npm run test-local",
    "test-local": "egg-bin test"
  },
  "version": "2.0.0"
}