[79a0317] | 1 | {
|
---|
| 2 | "_from": "set-proto@^1.0.0",
|
---|
| 3 | "_id": "set-proto@1.0.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-RJRdvCo6IAnPdsvP/7m6bsQqNnn1FCBX5ZNtFL98MmFF/4xAIJTIg1YbHW5DC2W5SKZanrC6i4HsJqlajw/dZw==",
|
---|
| 6 | "_location": "/set-proto",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "set-proto@^1.0.0",
|
---|
| 12 | "name": "set-proto",
|
---|
| 13 | "escapedName": "set-proto",
|
---|
| 14 | "rawSpec": "^1.0.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.0"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/es-abstract"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/set-proto/-/set-proto-1.0.0.tgz",
|
---|
| 22 | "_shasum": "0760dbcff30b2d7e801fd6e19983e56da337565e",
|
---|
| 23 | "_spec": "set-proto@^1.0.0",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Jordan Harband",
|
---|
| 27 | "email": "ljharb@gmail.com"
|
---|
| 28 | },
|
---|
| 29 | "auto-changelog": {
|
---|
| 30 | "output": "CHANGELOG.md",
|
---|
| 31 | "template": "keepachangelog",
|
---|
| 32 | "unreleased": false,
|
---|
| 33 | "commitLimit": false,
|
---|
| 34 | "backfillLimit": false,
|
---|
| 35 | "hideCredit": true
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/ljharb/set-proto/issues"
|
---|
| 39 | },
|
---|
| 40 | "bundleDependencies": false,
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "dunder-proto": "^1.0.1",
|
---|
| 43 | "es-errors": "^1.3.0",
|
---|
| 44 | "es-object-atoms": "^1.0.0"
|
---|
| 45 | },
|
---|
| 46 | "deprecated": false,
|
---|
| 47 | "description": "Robustly set the [[Prototype]] of an object",
|
---|
| 48 | "devDependencies": {
|
---|
| 49 | "@arethetypeswrong/cli": "^0.17.2",
|
---|
| 50 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 51 | "@ljharb/tsconfig": "^0.2.3",
|
---|
| 52 | "@types/tape": "^5.8.0",
|
---|
| 53 | "auto-changelog": "^2.5.0",
|
---|
| 54 | "eslint": "=8.8.0",
|
---|
| 55 | "evalmd": "^0.0.19",
|
---|
| 56 | "in-publish": "^2.0.1",
|
---|
| 57 | "npmignore": "^0.3.1",
|
---|
| 58 | "nyc": "^10.3.2",
|
---|
| 59 | "safe-publish-latest": "^2.0.0",
|
---|
| 60 | "tape": "^5.9.0",
|
---|
| 61 | "typescript": "next"
|
---|
| 62 | },
|
---|
| 63 | "engines": {
|
---|
| 64 | "node": ">= 0.4"
|
---|
| 65 | },
|
---|
| 66 | "exports": {
|
---|
| 67 | ".": "./index.js",
|
---|
| 68 | "./Reflect.setPrototypeOf": "./Reflect.setPrototypeOf.js",
|
---|
| 69 | "./Object.setPrototypeOf": "./Object.setPrototypeOf.js",
|
---|
| 70 | "./package.json": "./package.json"
|
---|
| 71 | },
|
---|
| 72 | "homepage": "https://github.com/ljharb/set-proto#readme",
|
---|
| 73 | "keywords": [
|
---|
| 74 | "set",
|
---|
| 75 | "proto",
|
---|
| 76 | "prototype",
|
---|
| 77 | "setPrototypeOf",
|
---|
| 78 | "[[Prototype]]"
|
---|
| 79 | ],
|
---|
| 80 | "license": "MIT",
|
---|
| 81 | "main": "index.js",
|
---|
| 82 | "name": "set-proto",
|
---|
| 83 | "publishConfig": {
|
---|
| 84 | "ignore": [
|
---|
| 85 | ".github/workflows"
|
---|
| 86 | ]
|
---|
| 87 | },
|
---|
| 88 | "repository": {
|
---|
| 89 | "type": "git",
|
---|
| 90 | "url": "git+https://github.com/ljharb/set-proto.git"
|
---|
| 91 | },
|
---|
| 92 | "scripts": {
|
---|
| 93 | "lint": "eslint --ext=js,mjs .",
|
---|
| 94 | "postlint": "tsc && attw -P",
|
---|
| 95 | "posttest": "npx npm@\">=10.2\" audit --production",
|
---|
| 96 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 97 | "prelint": "evalmd README.md",
|
---|
| 98 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 99 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 100 | "prepublishOnly": "safe-publish-latest",
|
---|
| 101 | "pretest": "npm run --silent lint",
|
---|
| 102 | "test": "npm run tests-only",
|
---|
| 103 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 104 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 105 | },
|
---|
| 106 | "testling": {
|
---|
| 107 | "files": "test/index.js"
|
---|
| 108 | },
|
---|
| 109 | "version": "1.0.0"
|
---|
| 110 | }
|
---|