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