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
| {
| "_from": "setprototypeof@1.1.0",
| "_id": "setprototypeof@1.1.0",
| "_inBundle": false,
| "_integrity": "sha1-0L2FU2iHtv58DYGMuWLZ2RxU5lY=",
| "_location": "/setprototypeof",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "setprototypeof@1.1.0",
| "name": "setprototypeof",
| "escapedName": "setprototypeof",
| "rawSpec": "1.1.0",
| "saveSpec": null,
| "fetchSpec": "1.1.0"
| },
| "_requiredBy": [
| "/express",
| "/http-errors"
| ],
| "_resolved": "http://registry.npm.taobao.org/setprototypeof/download/setprototypeof-1.1.0.tgz",
| "_shasum": "d0bd85536887b6fe7c0d818cb962d9d91c54e656",
| "_spec": "setprototypeof@1.1.0",
| "_where": "/Users/bin.shen/WebstormProjects/screen_demo_api/node_modules/express",
| "author": {
| "name": "Wes Todd"
| },
| "bugs": {
| "url": "https://github.com/wesleytodd/setprototypeof/issues"
| },
| "bundleDependencies": false,
| "deprecated": false,
| "description": "A small polyfill for Object.setprototypeof",
| "homepage": "https://github.com/wesleytodd/setprototypeof",
| "keywords": [
| "polyfill",
| "object",
| "setprototypeof"
| ],
| "license": "ISC",
| "main": "index.js",
| "name": "setprototypeof",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/wesleytodd/setprototypeof.git"
| },
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "typings": "index.d.ts",
| "version": "1.1.0"
| }
|
|