1 | {
|
---|
2 | "_from": "reflect.getprototypeof@^1.0.9",
|
---|
3 | "_id": "reflect.getprototypeof@1.0.10",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-00o4I+DVrefhv+nX0ulyi3biSHCPDe+yLv5o/p6d/UVlirijB8E16FtfwSAi4g3tcqrQ4lRAqQSoFEZJehYEcw==",
|
---|
6 | "_location": "/reflect.getprototypeof",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "reflect.getprototypeof@^1.0.9",
|
---|
12 | "name": "reflect.getprototypeof",
|
---|
13 | "escapedName": "reflect.getprototypeof",
|
---|
14 | "rawSpec": "^1.0.9",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.9"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/typed-array-byte-offset",
|
---|
20 | "/typed-array-length"
|
---|
21 | ],
|
---|
22 | "_resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",
|
---|
23 | "_shasum": "c629219e78a3316d8b604c765ef68996964e7bf9",
|
---|
24 | "_spec": "reflect.getprototypeof@^1.0.9",
|
---|
25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/typed-array-byte-offset",
|
---|
26 | "author": {
|
---|
27 | "name": "Jordan Harband",
|
---|
28 | "email": "ljharb@gmail.com"
|
---|
29 | },
|
---|
30 | "auto-changelog": {
|
---|
31 | "output": "CHANGELOG.md",
|
---|
32 | "template": "keepachangelog",
|
---|
33 | "unreleased": false,
|
---|
34 | "commitLimit": false,
|
---|
35 | "backfillLimit": false,
|
---|
36 | "hideCredit": true
|
---|
37 | },
|
---|
38 | "bugs": {
|
---|
39 | "url": "https://github.com/es-shims/Reflect.getPrototypeOf/issues"
|
---|
40 | },
|
---|
41 | "bundleDependencies": false,
|
---|
42 | "dependencies": {
|
---|
43 | "call-bind": "^1.0.8",
|
---|
44 | "define-properties": "^1.2.1",
|
---|
45 | "es-abstract": "^1.23.9",
|
---|
46 | "es-errors": "^1.3.0",
|
---|
47 | "es-object-atoms": "^1.0.0",
|
---|
48 | "get-intrinsic": "^1.2.7",
|
---|
49 | "get-proto": "^1.0.1",
|
---|
50 | "which-builtin-type": "^1.2.1"
|
---|
51 | },
|
---|
52 | "deprecated": false,
|
---|
53 | "description": "An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible",
|
---|
54 | "devDependencies": {
|
---|
55 | "@es-shims/api": "^2.5.1",
|
---|
56 | "@ljharb/eslint-config": "^21.1.1",
|
---|
57 | "auto-changelog": "^2.5.0",
|
---|
58 | "encoding": "^0.1.13",
|
---|
59 | "eslint": "=8.8.0",
|
---|
60 | "evalmd": "^0.0.19",
|
---|
61 | "functions-have-names": "^1.2.3",
|
---|
62 | "in-publish": "^2.0.1",
|
---|
63 | "npmignore": "^0.3.1",
|
---|
64 | "nyc": "^10.3.2",
|
---|
65 | "safe-publish-latest": "^2.0.0",
|
---|
66 | "tape": "^5.9.0"
|
---|
67 | },
|
---|
68 | "engines": {
|
---|
69 | "node": ">= 0.4"
|
---|
70 | },
|
---|
71 | "exports": {
|
---|
72 | ".": "./index.js",
|
---|
73 | "./auto": "./auto.js",
|
---|
74 | "./polyfill": "./polyfill.js",
|
---|
75 | "./implementation": "./implementation.js",
|
---|
76 | "./shim": "./shim.js",
|
---|
77 | "./package.json": "./package.json"
|
---|
78 | },
|
---|
79 | "funding": {
|
---|
80 | "url": "https://github.com/sponsors/ljharb"
|
---|
81 | },
|
---|
82 | "homepage": "https://github.com/es-shims/Reflect.getPrototypeOf",
|
---|
83 | "keywords": [
|
---|
84 | "Reflect.getPrototypeOf",
|
---|
85 | "Object.getPrototypeOf",
|
---|
86 | "proto",
|
---|
87 | "__proto__",
|
---|
88 | "[[Prototype]]",
|
---|
89 | "getPrototypeOf",
|
---|
90 | "ES5",
|
---|
91 | "shim",
|
---|
92 | "polyfill",
|
---|
93 | "es-shim API",
|
---|
94 | "browser"
|
---|
95 | ],
|
---|
96 | "license": "MIT",
|
---|
97 | "main": "index.js",
|
---|
98 | "name": "reflect.getprototypeof",
|
---|
99 | "publishConfig": {
|
---|
100 | "ignore": [
|
---|
101 | ".github/workflows"
|
---|
102 | ]
|
---|
103 | },
|
---|
104 | "repository": {
|
---|
105 | "type": "git",
|
---|
106 | "url": "git+https://github.com/es-shims/Reflect.getPrototypeOf.git"
|
---|
107 | },
|
---|
108 | "scripts": {
|
---|
109 | "lint": "eslint --ext=js,mjs .",
|
---|
110 | "postlint": "es-shim-api --bound",
|
---|
111 | "posttest": "npx npm@'>=10.2' audit --production",
|
---|
112 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
113 | "prelint": "evalmd README.md",
|
---|
114 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
115 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
116 | "prepublishOnly": "safe-publish-latest",
|
---|
117 | "pretest": "npm run lint",
|
---|
118 | "test": "npm run tests-only",
|
---|
119 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
120 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
121 | },
|
---|
122 | "testling": {
|
---|
123 | "files": "test/implementation.js"
|
---|
124 | },
|
---|
125 | "type": "commonjs",
|
---|
126 | "version": "1.0.10"
|
---|
127 | }
|
---|