[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "get-symbol-description@^1.1.0",
|
---|
| 3 | "_id": "get-symbol-description@1.1.0",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
|
---|
| 6 | "_location": "/get-symbol-description",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "get-symbol-description@^1.1.0",
|
---|
| 12 | "name": "get-symbol-description",
|
---|
| 13 | "escapedName": "get-symbol-description",
|
---|
| 14 | "rawSpec": "^1.1.0",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.1.0"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/es-abstract"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
|
---|
| 22 | "_shasum": "7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee",
|
---|
| 23 | "_spec": "get-symbol-description@^1.1.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/inspect-js/get-symbol-description/issues"
|
---|
| 39 | },
|
---|
| 40 | "bundleDependencies": false,
|
---|
| 41 | "dependencies": {
|
---|
| 42 | "call-bound": "^1.0.3",
|
---|
| 43 | "es-errors": "^1.3.0",
|
---|
| 44 | "get-intrinsic": "^1.2.6"
|
---|
| 45 | },
|
---|
| 46 | "deprecated": false,
|
---|
| 47 | "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
|
---|
| 48 | "devDependencies": {
|
---|
| 49 | "@arethetypeswrong/cli": "^0.17.1",
|
---|
| 50 | "@ljharb/eslint-config": "^21.1.1",
|
---|
| 51 | "@ljharb/tsconfig": "^0.2.2",
|
---|
| 52 | "@types/for-each": "^0.3.3",
|
---|
| 53 | "@types/get-intrinsic": "^1.2.3",
|
---|
| 54 | "@types/object-inspect": "^1.13.0",
|
---|
| 55 | "@types/tape": "^5.7.0",
|
---|
| 56 | "auto-changelog": "^2.5.0",
|
---|
| 57 | "encoding": "^0.1.13",
|
---|
| 58 | "es-value-fixtures": "^1.5.0",
|
---|
| 59 | "eslint": "=8.8.0",
|
---|
| 60 | "evalmd": "^0.0.19",
|
---|
| 61 | "for-each": "^0.3.3",
|
---|
| 62 | "hasown": "^2.0.2",
|
---|
| 63 | "in-publish": "^2.0.1",
|
---|
| 64 | "npmignore": "^0.3.1",
|
---|
| 65 | "nyc": "^10.3.2",
|
---|
| 66 | "object-inspect": "^1.13.3",
|
---|
| 67 | "safe-publish-latest": "^2.0.0",
|
---|
| 68 | "tape": "^5.9.0",
|
---|
| 69 | "typescript": "^5.8.0-dev.20241216"
|
---|
| 70 | },
|
---|
| 71 | "engines": {
|
---|
| 72 | "node": ">= 0.4"
|
---|
| 73 | },
|
---|
| 74 | "exports": {
|
---|
| 75 | ".": "./index.js",
|
---|
| 76 | "./getInferredName": "./getInferredName.js",
|
---|
| 77 | "./package.json": "./package.json"
|
---|
| 78 | },
|
---|
| 79 | "funding": {
|
---|
| 80 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 81 | },
|
---|
| 82 | "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
|
---|
| 83 | "keywords": [
|
---|
| 84 | "symbol",
|
---|
| 85 | "ecmascript",
|
---|
| 86 | "javascript",
|
---|
| 87 | "description"
|
---|
| 88 | ],
|
---|
| 89 | "license": "MIT",
|
---|
| 90 | "main": "index.js",
|
---|
| 91 | "name": "get-symbol-description",
|
---|
| 92 | "publishConfig": {
|
---|
| 93 | "ignore": [
|
---|
| 94 | ".github/workflows"
|
---|
| 95 | ]
|
---|
| 96 | },
|
---|
| 97 | "repository": {
|
---|
| 98 | "type": "git",
|
---|
| 99 | "url": "git+https://github.com/inspect-js/get-symbol-description.git"
|
---|
| 100 | },
|
---|
| 101 | "scripts": {
|
---|
| 102 | "lint": "eslint --ext=.js,.mjs .",
|
---|
| 103 | "postlint": "tsc && attw -P",
|
---|
| 104 | "posttest": "npx npm@'>= 10.2' audit --production",
|
---|
| 105 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 106 | "prelint": "evalmd README.md",
|
---|
| 107 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 108 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 109 | "prepublishOnly": "safe-publish-latest",
|
---|
| 110 | "pretest": "npm run lint",
|
---|
| 111 | "test": "npm run tests-only",
|
---|
| 112 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 113 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 114 | },
|
---|
| 115 | "version": "1.1.0"
|
---|
[d565449] | 116 | }
|
---|