123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_from": "es-set-tostringtag@^2.1.0",
- "_id": "es-set-tostringtag@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
- "_location": "/es-set-tostringtag",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "es-set-tostringtag@^2.1.0",
- "name": "es-set-tostringtag",
- "escapedName": "es-set-tostringtag",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "/form-data"
- ],
- "_resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
- "_shasum": "f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d",
- "_spec": "es-set-tostringtag@^2.1.0",
- "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\form-data",
- "author": {
- "name": "Jordan Harband",
- "email": "ljharb@gmail.com"
- },
- "auto-changelog": {
- "output": "CHANGELOG.md",
- "template": "keepachangelog",
- "unreleased": false,
- "commitLimit": false,
- "backfillLimit": false,
- "hideCredit": true
- },
- "bugs": {
- "url": "https://github.com/es-shims/es-set-tostringtag/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "es-errors": "^1.3.0",
- "get-intrinsic": "^1.2.6",
- "has-tostringtag": "^1.0.2",
- "hasown": "^2.0.2"
- },
- "deprecated": false,
- "description": "A helper to optimistically set Symbol.toStringTag, when possible.",
- "devDependencies": {
- "@arethetypeswrong/cli": "^0.17.2",
- "@ljharb/eslint-config": "^21.1.1",
- "@ljharb/tsconfig": "^0.2.3",
- "@types/get-intrinsic": "^1.2.3",
- "@types/has-symbols": "^1.0.2",
- "@types/tape": "^5.8.0",
- "auto-changelog": "^2.5.0",
- "encoding": "^0.1.13",
- "eslint": "=8.8.0",
- "evalmd": "^0.0.19",
- "in-publish": "^2.0.1",
- "npmignore": "^0.3.1",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^2.0.0",
- "tape": "^5.9.0",
- "typescript": "next"
- },
- "engines": {
- "node": ">= 0.4"
- },
- "exports": {
- ".": "./index.js",
- "./package.json": "./package.json"
- },
- "homepage": "https://github.com/es-shims/es-set-tostringtag#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "es-set-tostringtag",
- "publishConfig": {
- "ignore": [
- ".github/workflows"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/es-shims/es-set-tostringtag.git"
- },
- "scripts": {
- "lint": "eslint --ext=js,mjs .",
- "postlint": "tsc -p . && attw -P",
- "posttest": "npx npm@\">= 10.2\" audit --production",
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
- "prelint": "evalmd README.md",
- "prepack": "npmignore --auto --commentLines=autogenerated",
- "prepublish": "not-in-publish || npm run prepublishOnly",
- "prepublishOnly": "safe-publish-latest",
- "pretest": "npm run lint",
- "test": "npm run tests-only",
- "tests-only": "nyc tape 'test/**/*.js'",
- "version": "auto-changelog && git add CHANGELOG.md"
- },
- "sideEffects": false,
- "testling": {
- "files": "./test/index.js"
- },
- "version": "2.1.0"
- }
|