{ "name": "es-abstract-get", "version": "1.0.0", "description": "ECMAScript Abstract Operations for \"getting properties\" (Get, GetV, GetMethod)", "main": false, "exports": { "./Get": "./Get.js", "./GetV": "./GetV.js", "./GetMethod": "./GetMethod.js", "./isPropertyKey": "./isPropertyKey.js", "./package.json": "./package.json" }, "sideEffects": false, "scripts": { "prepack": "npmignore --auto --commentLines=autogenerated", "prepublishOnly": "safe-publish-latest", "prepublish": "not-in-publish || npm run prepublishOnly", "pretest": "npm run lint", "test": "npm run tests-only", "posttest": "npx npm@\">=10.2\" audit --production", "tests-only": "nyc tape 'test/**/*.js'", "lint": "eslint .", "postlint": "tsc && attw -P", "version": "auto-changelog && git add CHANGELOG.md", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" }, "repository": { "type": "git", "url": "git+https://github.com/ljharb/es-abstract-get.git" }, "keywords": [ "ECMAScript", "ES", "AO", "abstract operation", "GetMethod", "GetV", "Get", "isPropertyKey", "property", "properties" ], "author": "Jordan Harband ", "funding": { "url": "https://github.com/sponsors/ljharb" }, "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "es-object-atoms": "^1.1.2", "is-callable": "^1.2.7", "object-inspect": "^1.13.4" }, "devDependencies": { "@arethetypeswrong/cli": "^0.18.3", "@ljharb/eslint-config": "^22.2.3", "@ljharb/tsconfig": "^0.3.2", "@types/for-each": "^0.3.3", "@types/is-callable": "^1.1.2", "@types/object-inspect": "^1.13.0", "@types/tape": "^5.8.1", "auto-changelog": "^2.6.0", "es-define-property": "^1.0.1", "es-value-fixtures": "^1.7.1", "eslint": "^10.5.0", "for-each": "^0.3.5", "jiti": "^0.0.0", "mock-property": "^1.1.0", "npmignore": "^0.3.5", "nyc": "^10.3.2", "safe-publish-latest": "^2.0.0", "tape": "^5.10.1", "typescript": "next" }, "engines": { "node": ">= 0.4" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "publishConfig": { "ignore": [ ".github/workflows" ] }, "bugs": { "url": "https://github.com/ljharb/es-abstract-get/issues" }, "homepage": "https://github.com/ljharb/es-abstract-get#readme" }