package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_from": "set-function-name@^2.0.2",
  3. "_id": "set-function-name@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==",
  6. "_location": "/set-function-name",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "set-function-name@^2.0.2",
  12. "name": "set-function-name",
  13. "escapedName": "set-function-name",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/regexp.prototype.flags"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/set-function-name/-/set-function-name-2.0.2.tgz",
  22. "_shasum": "16a705c5a0dc2f5e638ca96d8a8cd4e1c2b90985",
  23. "_spec": "set-function-name@^2.0.2",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\regexp.prototype.flags",
  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/set-function-name/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "define-data-property": "^1.1.4",
  43. "es-errors": "^1.3.0",
  44. "functions-have-names": "^1.2.3",
  45. "has-property-descriptors": "^1.0.2"
  46. },
  47. "deprecated": false,
  48. "description": "Set a function's name property",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.1.0",
  51. "@types/call-bind": "^1.0.5",
  52. "@types/define-properties": "^1.1.5",
  53. "@types/es-value-fixtures": "^1.4.4",
  54. "@types/for-each": "^0.3.3",
  55. "@types/function.prototype.name": "^1.1.3",
  56. "@types/functions-have-names": "^1.2.2",
  57. "@types/has-property-descriptors": "^1.0.3",
  58. "@types/make-arrow-function": "^1.2.2",
  59. "@types/make-async-function": "^1.0.2",
  60. "@types/make-async-generator-function": "^1.0.3",
  61. "@types/make-generator-function": "^2.0.3",
  62. "@types/object-inspect": "^1.8.4",
  63. "@types/tape": "^5.6.4",
  64. "aud": "^2.0.4",
  65. "auto-changelog": "^2.4.0",
  66. "es-value-fixtures": "^1.4.2",
  67. "eslint": "=8.8.0",
  68. "evalmd": "^0.0.19",
  69. "for-each": "^0.3.3",
  70. "function.prototype.name": "^1.1.6",
  71. "in-publish": "^2.0.1",
  72. "make-arrow-function": "^1.2.0",
  73. "make-async-function": "^1.0.0",
  74. "make-async-generator-function": "^1.0.0",
  75. "make-generator-function": "^2.0.0",
  76. "npmignore": "^0.3.1",
  77. "object-inspect": "^1.13.1",
  78. "safe-publish-latest": "^2.0.0",
  79. "tape": "^5.7.5",
  80. "typescript": "next"
  81. },
  82. "directories": {
  83. "test": "test"
  84. },
  85. "engines": {
  86. "node": ">= 0.4"
  87. },
  88. "homepage": "https://github.com/ljharb/set-function-name#readme",
  89. "keywords": [
  90. "set",
  91. "assign",
  92. "function",
  93. "name",
  94. "function.name"
  95. ],
  96. "license": "MIT",
  97. "main": "index.js",
  98. "name": "set-function-name",
  99. "publishConfig": {
  100. "ignore": [
  101. ".github/workflows",
  102. "test",
  103. "!*.d.ts",
  104. "!*.d.ts.map"
  105. ]
  106. },
  107. "repository": {
  108. "type": "git",
  109. "url": "git+https://github.com/ljharb/set-function-name.git"
  110. },
  111. "scripts": {
  112. "lint": "eslint --ext=js,mjs .",
  113. "postlint": "tsc -p .",
  114. "posttest": "aud --production",
  115. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  116. "prelint": "evalmd README.md",
  117. "prepack": "npmignore --auto --commentLines=autogenerated",
  118. "prepublish": "not-in-publish || npm run prepublishOnly",
  119. "prepublishOnly": "safe-publish-latest",
  120. "pretest": "npm run lint",
  121. "test": "npm run tests-only",
  122. "tests-only": "tape 'test/**/*.js'",
  123. "version": "auto-changelog && git add CHANGELOG.md"
  124. },
  125. "types": "./index.d.ts",
  126. "version": "2.0.2"
  127. }