[79a0317] | 1 | {
|
---|
| 2 | "_from": "own-keys@^1.0.1",
|
---|
| 3 | "_id": "own-keys@1.0.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-qFOyK5PjiWZd+QQIh+1jhdb9LpxTF0qs7Pm8o5QHYZ0M3vKqSqzsZaEB6oWlxZ+q2sJBMI/Ktgd2N5ZwQoRHfg==",
|
---|
| 6 | "_location": "/own-keys",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "own-keys@^1.0.1",
|
---|
| 12 | "name": "own-keys",
|
---|
| 13 | "escapedName": "own-keys",
|
---|
| 14 | "rawSpec": "^1.0.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/es-abstract"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/own-keys/-/own-keys-1.0.1.tgz",
|
---|
| 22 | "_shasum": "e4006910a2bf913585289676eebd6f390cf51358",
|
---|
| 23 | "_spec": "own-keys@^1.0.1",
|
---|
| 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/own-keys/issues"
|
---|
| 39 | },
|
---|
| 40 | "bundleDependencies": false,
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "get-intrinsic": "^1.2.6",
|
---|
| 43 | "object-keys": "^1.1.1",
|
---|
| 44 | "safe-push-apply": "^1.0.0"
|
---|
| 45 | },
|
---|
| 46 | "deprecated": false,
|
---|
| 47 | "description": "Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible",
|
---|
| 48 | "devDependencies": {
|
---|
| 49 | "@arethetypeswrong/cli": "^0.17.2",
|
---|
| 50 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 51 | "@ljharb/tsconfig": "^0.2.3",
|
---|
| 52 | "@types/get-intrinsic": "^1.2.3",
|
---|
| 53 | "@types/isarray": "^2.0.3",
|
---|
| 54 | "@types/object-keys": "^1.0.3",
|
---|
| 55 | "@types/tape": "^5.8.0",
|
---|
| 56 | "auto-changelog": "^2.5.0",
|
---|
| 57 | "encoding": "^0.1.13",
|
---|
| 58 | "eslint": "=8.8.0",
|
---|
| 59 | "evalmd": "^0.0.19",
|
---|
| 60 | "has-property-descriptors": "^1.0.2",
|
---|
| 61 | "has-symbols": "^1.1.0",
|
---|
| 62 | "in-publish": "^2.0.1",
|
---|
| 63 | "npmignore": "^0.3.1",
|
---|
| 64 | "nyc": "^10.3.2",
|
---|
| 65 | "safe-publish-latest": "^2.0.0",
|
---|
| 66 | "tape": "^5.9.0",
|
---|
| 67 | "typescript": "next"
|
---|
| 68 | },
|
---|
| 69 | "engines": {
|
---|
| 70 | "node": ">= 0.4"
|
---|
| 71 | },
|
---|
| 72 | "exports": {
|
---|
| 73 | ".": "./index.js",
|
---|
| 74 | "./package.json": "./package.json"
|
---|
| 75 | },
|
---|
| 76 | "funding": {
|
---|
| 77 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 78 | },
|
---|
| 79 | "homepage": "https://github.com/ljharb/own-keys#readme",
|
---|
| 80 | "keywords": [
|
---|
| 81 | "own",
|
---|
| 82 | "key",
|
---|
| 83 | "keys",
|
---|
| 84 | "propertykey",
|
---|
| 85 | "string",
|
---|
| 86 | "symbol",
|
---|
| 87 | "enumerable",
|
---|
| 88 | "non-enumerable",
|
---|
| 89 | "robust"
|
---|
| 90 | ],
|
---|
| 91 | "license": "MIT",
|
---|
| 92 | "main": "index.js",
|
---|
| 93 | "name": "own-keys",
|
---|
| 94 | "publishConfig": {
|
---|
| 95 | "ignore": [
|
---|
| 96 | ".github/workflows"
|
---|
| 97 | ]
|
---|
| 98 | },
|
---|
| 99 | "repository": {
|
---|
| 100 | "type": "git",
|
---|
| 101 | "url": "git+https://github.com/ljharb/own-keys.git"
|
---|
| 102 | },
|
---|
| 103 | "scripts": {
|
---|
| 104 | "lint": "eslint --ext=js,mjs .",
|
---|
| 105 | "postlint": "tsc && 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": "nyc tape test",
|
---|
| 115 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 116 | },
|
---|
| 117 | "sideEffects": false,
|
---|
| 118 | "version": "1.0.1"
|
---|
| 119 | }
|
---|