Blame view

node_modules/setprototypeof/package.json 1.45 KB
ce4c83ff   wxy   初始提交
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
  {
    "_args": [
      [
        "setprototypeof@1.1.0",
        "D:\\WS\\WebstormProjects\\222\\lawyer"
      ]
    ],
    "_development": true,
    "_from": "setprototypeof@1.1.0",
    "_id": "setprototypeof@1.1.0",
    "_inBundle": false,
    "_integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==",
    "_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": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz",
    "_spec": "1.1.0",
    "_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
    "author": {
      "name": "Wes Todd"
    },
    "bugs": {
      "url": "https://github.com/wesleytodd/setprototypeof/issues"
    },
    "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"
  }