You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

134 lines
3.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "set-function-length@1.2.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "set-function-length@1.2.2",
  10. "_id": "set-function-length@1.2.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==",
  13. "_location": "/set-function-length",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "set-function-length@1.2.2",
  19. "name": "set-function-length",
  20. "escapedName": "set-function-length",
  21. "rawSpec": "1.2.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.2"
  24. },
  25. "_requiredBy": [
  26. "/call-bind"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/set-function-length/-/set-function-length-1.2.2.tgz",
  29. "_spec": "1.2.2",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  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/ljharb/set-function-length/issues"
  45. },
  46. "dependencies": {
  47. "define-data-property": "^1.1.4",
  48. "es-errors": "^1.3.0",
  49. "function-bind": "^1.1.2",
  50. "get-intrinsic": "^1.2.4",
  51. "gopd": "^1.0.1",
  52. "has-property-descriptors": "^1.0.2"
  53. },
  54. "description": "Set a function's length property",
  55. "devDependencies": {
  56. "@arethetypeswrong/cli": "^0.15.1",
  57. "@ljharb/eslint-config": "^21.1.0",
  58. "@ljharb/tsconfig": "^0.1.1",
  59. "@types/call-bind": "^1.0.5",
  60. "@types/define-properties": "^1.1.5",
  61. "@types/es-value-fixtures": "^1.4.4",
  62. "@types/for-each": "^0.3.3",
  63. "@types/function-bind": "^1.1.10",
  64. "@types/gopd": "^1.0.3",
  65. "@types/has-property-descriptors": "^1.0.3",
  66. "@types/object-inspect": "^1.8.4",
  67. "@types/tape": "^5.6.4",
  68. "aud": "^2.0.4",
  69. "auto-changelog": "^2.4.0",
  70. "call-bind": "^1.0.7",
  71. "es-value-fixtures": "^1.4.2",
  72. "eslint": "=8.8.0",
  73. "evalmd": "^0.0.19",
  74. "for-each": "^0.3.3",
  75. "in-publish": "^2.0.1",
  76. "npmignore": "^0.3.1",
  77. "nyc": "^10.3.2",
  78. "object-inspect": "^1.13.1",
  79. "safe-publish-latest": "^2.0.0",
  80. "tape": "^5.7.5",
  81. "typescript": "next"
  82. },
  83. "directories": {
  84. "test": "test"
  85. },
  86. "engines": {
  87. "node": ">= 0.4"
  88. },
  89. "exports": {
  90. ".": "./index.js",
  91. "./env": "./env.js",
  92. "./package.json": "./package.json"
  93. },
  94. "homepage": "https://github.com/ljharb/set-function-length#readme",
  95. "keywords": [
  96. "javascript",
  97. "ecmascript",
  98. "set",
  99. "function",
  100. "length",
  101. "function.length"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "name": "set-function-length",
  106. "publishConfig": {
  107. "ignore": [
  108. ".github/workflows",
  109. "test"
  110. ]
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/ljharb/set-function-length.git"
  115. },
  116. "scripts": {
  117. "lint": "eslint --ext=js,mjs .",
  118. "postlint": "npm run tsc",
  119. "posttest": "aud --production",
  120. "posttsc": "attw -P",
  121. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  122. "prelint": "evalmd README.md",
  123. "prepack": "npmignore --auto --commentLines=autogenerated",
  124. "prepublish": "not-in-publish || npm run prepublishOnly",
  125. "prepublishOnly": "safe-publish-latest",
  126. "pretest": "npm run lint",
  127. "test": "npm run tests-only",
  128. "tests-only": "nyc tape 'test/**/*.js'",
  129. "tsc": "tsc -p .",
  130. "version": "auto-changelog && git add CHANGELOG.md"
  131. },
  132. "sideEffects": false,
  133. "version": "1.2.2"
  134. }