{ "_from": "has-proto@^1.0.1", "_id": "has-proto@1.1.0", "_inBundle": false, "_integrity": "sha512-QLdzI9IIO1Jg7f9GT1gXpPpXArAn6cS31R1eEZqz08Gc+uQ8/XiqHWt17Fiw+2p6oTTIq5GXEpQkAlA88YRl/Q==", "_location": "/has-proto", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "has-proto@^1.0.1", "name": "has-proto", "escapedName": "has-proto", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/get-intrinsic" ], "_resolved": "https://registry.npmmirror.com/has-proto/-/has-proto-1.1.0.tgz", "_shasum": "deb10494cbbe8809bce168a3b961f42969f5ed43", "_spec": "has-proto@^1.0.1", "_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\get-intrinsic", "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/inspect-js/has-proto/issues" }, "bundleDependencies": false, "dependencies": { "call-bind": "^1.0.7" }, "deprecated": false, "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?", "devDependencies": { "@arethetypeswrong/cli": "^0.17.0", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.0", "@types/call-bind": "^1.0.5", "@types/gopd": "^1.0.3", "@types/tape": "^5.6.5", "auto-changelog": "^2.5.0", "encoding": "^0.1.13", "eslint": "=8.8.0", "evalmd": "^0.0.19", "gopd": "^1.1.0", "in-publish": "^2.0.1", "npmignore": "^0.3.1", "reflect.getprototypeof": "^1.0.7", "safe-publish-latest": "^2.0.0", "tape": "^5.9.0", "typescript": "next" }, "engines": { "node": ">= 0.4" }, "exports": { ".": "./index.js", "./accessor": "./accessor.js", "./mutator": "./mutator.js", "./package.json": "./package.json" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/inspect-js/has-proto#readme", "keywords": [ "prototype", "proto", "set", "get", "__proto__", "getPrototypeOf", "setPrototypeOf", "has" ], "license": "MIT", "main": "index.js", "name": "has-proto", "publishConfig": { "ignore": [ ".github/workflows", "types" ] }, "repository": { "type": "git", "url": "git+https://github.com/inspect-js/has-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": "tape 'test/**/*.js'", "version": "auto-changelog && git add CHANGELOG.md" }, "sideEffects": false, "testling": { "files": "test/index.js" }, "version": "1.1.0" }