Changeset 79a0317 for imaps-frontend/node_modules/has-proto/package.json
- Timestamp:
- 01/21/25 03:08:24 (2 weeks ago)
- Branches:
- main
- Parents:
- 0c6b92a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/has-proto/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "has-proto", 3 "version": "1.0.3", 4 "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?", 5 "main": "index.js", 6 "exports": { 7 ".": "./index.js", 8 "./package.json": "./package.json" 9 }, 10 "sideEffects": false, 11 "scripts": { 12 "prepack": "npmignore --auto --commentLines=autogenerated", 13 "prepublishOnly": "safe-publish-latest", 14 "prepublish": "not-in-publish || npm run prepublishOnly", 15 "lint": "eslint --ext=js,mjs .", 16 "postlint": "tsc -p .", 17 "pretest": "npm run lint", 18 "tests-only": "tape 'test/**/*.js'", 19 "test": "npm run tests-only", 20 "posttest": "aud --production", 21 "version": "auto-changelog && git add CHANGELOG.md", 22 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 23 }, 24 "repository": { 25 "type": "git", 26 "url": "git+https://github.com/inspect-js/has-proto.git" 27 }, 28 "keywords": [ 29 "prototype", 30 "proto", 31 "set", 32 "get", 33 "__proto__", 34 "getPrototypeOf", 35 "setPrototypeOf", 36 "has" 37 ], 38 "author": "Jordan Harband <ljharb@gmail.com>", 39 "funding": { 40 "url": "https://github.com/sponsors/ljharb" 41 }, 42 "license": "MIT", 43 "bugs": { 44 "url": "https://github.com/inspect-js/has-proto/issues" 45 }, 46 "homepage": "https://github.com/inspect-js/has-proto#readme", 47 "testling": { 48 "files": "test/index.js" 49 }, 50 "devDependencies": { 51 "@ljharb/eslint-config": "^21.1.0", 52 "@types/tape": "^5.6.4", 53 "aud": "^2.0.4", 54 "auto-changelog": "^2.4.0", 55 "eslint": "=8.8.0", 56 "in-publish": "^2.0.1", 57 "npmignore": "^0.3.1", 58 "safe-publish-latest": "^2.0.0", 59 "tape": "^5.7.5", 60 "typescript": "next" 61 }, 62 "engines": { 63 "node": ">= 0.4" 64 }, 65 "auto-changelog": { 66 "output": "CHANGELOG.md", 67 "template": "keepachangelog", 68 "unreleased": false, 69 "commitLimit": false, 70 "backfillLimit": false, 71 "hideCredit": true 72 }, 73 "publishConfig": { 74 "ignore": [ 75 ".github/workflows" 76 ] 77 } 2 "_from": "has-proto@^1.2.0", 3 "_id": "has-proto@1.2.0", 4 "_inBundle": false, 5 "_integrity": "sha512-KIL7eQPfHQRC8+XluaIw7BHUwwqL19bQn4hzNgdr+1wXoU0KKj6rufu47lhY7KbJR2C6T6+PfyN0Ea7wkSS+qQ==", 6 "_location": "/has-proto", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "has-proto@^1.2.0", 12 "name": "has-proto", 13 "escapedName": "has-proto", 14 "rawSpec": "^1.2.0", 15 "saveSpec": null, 16 "fetchSpec": "^1.2.0" 17 }, 18 "_requiredBy": [ 19 "/es-abstract", 20 "/es-iterator-helpers", 21 "/typed-array-byte-length", 22 "/typed-array-byte-offset" 23 ], 24 "_resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.2.0.tgz", 25 "_shasum": "5de5a6eabd95fdffd9818b43055e8065e39fe9d5", 26 "_spec": "has-proto@^1.2.0", 27 "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract", 28 "author": { 29 "name": "Jordan Harband", 30 "email": "ljharb@gmail.com" 31 }, 32 "auto-changelog": { 33 "output": "CHANGELOG.md", 34 "template": "keepachangelog", 35 "unreleased": false, 36 "commitLimit": false, 37 "backfillLimit": false, 38 "hideCredit": true 39 }, 40 "bugs": { 41 "url": "https://github.com/inspect-js/has-proto/issues" 42 }, 43 "bundleDependencies": false, 44 "dependencies": { 45 "dunder-proto": "^1.0.0" 46 }, 47 "deprecated": false, 48 "description": "Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?", 49 "devDependencies": { 50 "@arethetypeswrong/cli": "^0.17.0", 51 "@ljharb/eslint-config": "^21.1.1", 52 "@ljharb/tsconfig": "^0.2.2", 53 "@types/gopd": "^1.0.3", 54 "@types/tape": "^5.6.5", 55 "auto-changelog": "^2.5.0", 56 "encoding": "^0.1.13", 57 "eslint": "=8.8.0", 58 "evalmd": "^0.0.19", 59 "gopd": "^1.2.0", 60 "in-publish": "^2.0.1", 61 "npmignore": "^0.3.1", 62 "reflect.getprototypeof": "^1.0.7", 63 "safe-publish-latest": "^2.0.0", 64 "tape": "^5.9.0", 65 "typescript": "next" 66 }, 67 "engines": { 68 "node": ">= 0.4" 69 }, 70 "exports": { 71 ".": "./index.js", 72 "./accessor": "./accessor.js", 73 "./mutator": "./mutator.js", 74 "./package.json": "./package.json" 75 }, 76 "funding": { 77 "url": "https://github.com/sponsors/ljharb" 78 }, 79 "homepage": "https://github.com/inspect-js/has-proto#readme", 80 "keywords": [ 81 "prototype", 82 "proto", 83 "set", 84 "get", 85 "__proto__", 86 "getPrototypeOf", 87 "setPrototypeOf", 88 "has" 89 ], 90 "license": "MIT", 91 "main": "index.js", 92 "name": "has-proto", 93 "publishConfig": { 94 "ignore": [ 95 ".github/workflows", 96 "types" 97 ] 98 }, 99 "repository": { 100 "type": "git", 101 "url": "git+https://github.com/inspect-js/has-proto.git" 102 }, 103 "scripts": { 104 "lint": "eslint --ext=js,mjs .", 105 "postlint": "tsc -p . && attw -P", 106 "posttest": "npx npm@'>=10.2' audit --production", 107 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 108 "prelint": "evalmd README.md", 109 "prepack": "npmignore --auto --commentLines=autogenerated", 110 "prepublish": "not-in-publish || npm run prepublishOnly", 111 "prepublishOnly": "safe-publish-latest", 112 "pretest": "npm run lint", 113 "test": "npm run tests-only", 114 "tests-only": "tape 'test/**/*.js'", 115 "version": "auto-changelog && git add CHANGELOG.md" 116 }, 117 "sideEffects": false, 118 "testling": { 119 "files": "test/index.js" 120 }, 121 "version": "1.2.0" 78 122 }
Note:
See TracChangeset
for help on using the changeset viewer.