package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "es-set-tostringtag@^2.1.0",
  3. "_id": "es-set-tostringtag@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
  6. "_location": "/es-set-tostringtag",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "es-set-tostringtag@^2.1.0",
  12. "name": "es-set-tostringtag",
  13. "escapedName": "es-set-tostringtag",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/form-data"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
  22. "_shasum": "f31dbbe0c183b00a6d26eb6325c810c0fd18bd4d",
  23. "_spec": "es-set-tostringtag@^2.1.0",
  24. "_where": "D:\\project\\phe\\phe-xcx\\node_modules\\form-data",
  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/es-shims/es-set-tostringtag/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "es-errors": "^1.3.0",
  43. "get-intrinsic": "^1.2.6",
  44. "has-tostringtag": "^1.0.2",
  45. "hasown": "^2.0.2"
  46. },
  47. "deprecated": false,
  48. "description": "A helper to optimistically set Symbol.toStringTag, when possible.",
  49. "devDependencies": {
  50. "@arethetypeswrong/cli": "^0.17.2",
  51. "@ljharb/eslint-config": "^21.1.1",
  52. "@ljharb/tsconfig": "^0.2.3",
  53. "@types/get-intrinsic": "^1.2.3",
  54. "@types/has-symbols": "^1.0.2",
  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. "in-publish": "^2.0.1",
  61. "npmignore": "^0.3.1",
  62. "nyc": "^10.3.2",
  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. "./package.json": "./package.json"
  73. },
  74. "homepage": "https://github.com/es-shims/es-set-tostringtag#readme",
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "es-set-tostringtag",
  78. "publishConfig": {
  79. "ignore": [
  80. ".github/workflows"
  81. ]
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/es-shims/es-set-tostringtag.git"
  86. },
  87. "scripts": {
  88. "lint": "eslint --ext=js,mjs .",
  89. "postlint": "tsc -p . && attw -P",
  90. "posttest": "npx npm@\">= 10.2\" audit --production",
  91. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  92. "prelint": "evalmd README.md",
  93. "prepack": "npmignore --auto --commentLines=autogenerated",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only",
  98. "tests-only": "nyc tape 'test/**/*.js'",
  99. "version": "auto-changelog && git add CHANGELOG.md"
  100. },
  101. "sideEffects": false,
  102. "testling": {
  103. "files": "./test/index.js"
  104. },
  105. "version": "2.1.0"
  106. }