package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "es-set-tostringtag@2.0.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "es-set-tostringtag@2.0.1",
  10. "_id": "es-set-tostringtag@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==",
  13. "_location": "/es-set-tostringtag",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "es-set-tostringtag@2.0.1",
  19. "name": "es-set-tostringtag",
  20. "escapedName": "es-set-tostringtag",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/es-shims/es-set-tostringtag/issues"
  45. },
  46. "dependencies": {
  47. "get-intrinsic": "^1.1.3",
  48. "has": "^1.0.3",
  49. "has-tostringtag": "^1.0.0"
  50. },
  51. "description": "A helper to optimistically set Symbol.toStringTag, when possible.",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.1",
  54. "aud": "^2.0.2",
  55. "auto-changelog": "^2.4.0",
  56. "eslint": "=8.8.0",
  57. "evalmd": "^0.0.19",
  58. "in-publish": "^2.0.1",
  59. "npmignore": "^0.3.0",
  60. "safe-publish-latest": "^2.0.0",
  61. "tape": "^5.6.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "exports": {
  67. ".": "./index.js",
  68. "./package.json": "./package.json"
  69. },
  70. "homepage": "https://github.com/es-shims/es-set-tostringtag#readme",
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "es-set-tostringtag",
  74. "publishConfig": {
  75. "ignore": [
  76. ".github/workflows"
  77. ]
  78. },
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/es-shims/es-set-tostringtag.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --ext=js,mjs .",
  85. "posttest": "aud --production",
  86. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  87. "prelint": "evalmd README.md",
  88. "prepack": "npmignore --auto --commentLines=autogenerated",
  89. "prepublish": "not-in-publish || npm run prepublishOnly",
  90. "prepublishOnly": "safe-publish-latest",
  91. "pretest": "npm run lint",
  92. "test": "npm run tests-only",
  93. "tests-only": "tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "sideEffects": false,
  97. "testling": {
  98. "files": "./test/index.js"
  99. },
  100. "version": "2.0.1"
  101. }