doum
5 天以前 275b6c4986343c3e4230e1ad28ce9548b017d584
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
102
103
104
{
  "_from": "dunder-proto@^1.0.1",
  "_id": "dunder-proto@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
  "_location": "/dunder-proto",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dunder-proto@^1.0.1",
    "name": "dunder-proto",
    "escapedName": "dunder-proto",
    "rawSpec": "^1.0.1",
    "saveSpec": null,
    "fetchSpec": "^1.0.1"
  },
  "_requiredBy": [
    "/get-proto"
  ],
  "_resolved": "https://registry.npmmirror.com/dunder-proto/-/dunder-proto-1.0.1.tgz",
  "_shasum": "d7ae667e1dc83482f8b70fd0f6eefc50da30f58a",
  "_spec": "dunder-proto@^1.0.1",
  "_where": "D:\\code\\idea2023\\git\\diandongche\\web\\node_modules\\get-proto",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/es-shims/dunder-proto/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "call-bind-apply-helpers": "^1.0.1",
    "es-errors": "^1.3.0",
    "gopd": "^1.2.0"
  },
  "deprecated": false,
  "description": "If available, the `Object.prototype.__proto__` accessor and mutator, call-bound",
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.1",
    "@ljharb/eslint-config": "^21.1.1",
    "@ljharb/tsconfig": "^0.2.2",
    "@types/tape": "^5.7.0",
    "auto-changelog": "^2.5.0",
    "encoding": "^0.1.13",
    "eslint": "=8.8.0",
    "evalmd": "^0.0.19",
    "in-publish": "^2.0.1",
    "npmignore": "^0.3.1",
    "nyc": "^10.3.2",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.9.0",
    "typescript": "next"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "exports": {
    "./get": "./get.js",
    "./set": "./set.js",
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/es-shims/dunder-proto#readme",
  "license": "MIT",
  "main": false,
  "name": "dunder-proto",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-shims/dunder-proto.git"
  },
  "scripts": {
    "lint": "eslint --ext=.js,.mjs .",
    "postlint": "tsc -p . && attw -P",
    "posttest": "npx npm@'>= 10.2' audit --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prelint": "evalmd README.md",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tape 'test/**/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "sideEffects": false,
  "testling": {
    "files": "test/index.js"
  },
  "version": "1.0.1"
}