package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "safe-array-concat@^1.1.2",
  3. "_id": "safe-array-concat@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-AURm5f0jYEOydBj7VQlVvDrjeFgthDdEF5H1dP+6mNpoXOMo1quQqJ4wvJDyRZ9+pO3kGWoOdmV08cSv2aJV6Q==",
  6. "_location": "/safe-array-concat",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "safe-array-concat@^1.1.2",
  12. "name": "safe-array-concat",
  13. "escapedName": "safe-array-concat",
  14. "rawSpec": "^1.1.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.2"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/object.getownpropertydescriptors",
  21. "/util.promisify"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/safe-array-concat/-/safe-array-concat-1.1.3.tgz",
  24. "_shasum": "c9e54ec4f603b0bbb8e7e5007a5ee7aecd1538c3",
  25. "_spec": "safe-array-concat@^1.1.2",
  26. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\object.getownpropertydescriptors",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/ljharb/safe-array-concat/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "call-bind": "^1.0.8",
  45. "call-bound": "^1.0.2",
  46. "get-intrinsic": "^1.2.6",
  47. "has-symbols": "^1.1.0",
  48. "isarray": "^2.0.5"
  49. },
  50. "deprecated": false,
  51. "description": "`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable",
  52. "devDependencies": {
  53. "@arethetypeswrong/cli": "^0.17.1",
  54. "@ljharb/eslint-config": "^21.1.1",
  55. "@ljharb/tsconfig": "^0.2.2",
  56. "@types/call-bind": "^1.0.5",
  57. "@types/get-intrinsic": "^1.2.3",
  58. "@types/has-symbols": "^1.0.2",
  59. "@types/isarray": "^2.0.2",
  60. "@types/tape": "^5.6.5",
  61. "auto-changelog": "^2.5.0",
  62. "encoding": "^0.1.13",
  63. "eslint": "=8.8.0",
  64. "evalmd": "^0.0.19",
  65. "in-publish": "^2.0.1",
  66. "mock-property": "^1.1.0",
  67. "npmignore": "^0.3.1",
  68. "nyc": "^10.3.2",
  69. "safe-publish-latest": "^2.0.0",
  70. "set-function-length": "^1.2.2",
  71. "tape": "^5.9.0",
  72. "typescript": "next"
  73. },
  74. "engines": {
  75. "node": ">=0.4"
  76. },
  77. "exports": {
  78. ".": "./index.js",
  79. "./package.json": "./package.json"
  80. },
  81. "funding": {
  82. "url": "https://github.com/sponsors/ljharb"
  83. },
  84. "homepage": "https://github.com/ljharb/safe-array-concat#readme",
  85. "keywords": [
  86. "safe",
  87. "Array",
  88. "concat",
  89. "push",
  90. "isConcatSpreadable"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "safe-array-concat",
  95. "publishConfig": {
  96. "ignore": [
  97. ".github/workflows"
  98. ]
  99. },
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/ljharb/safe-array-concat.git"
  103. },
  104. "scripts": {
  105. "lint": "eslint --ext=js,mjs .",
  106. "postlint": "tsc && attw -P",
  107. "posttest": "npx npm@'>= 10.2' audit --production",
  108. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  109. "prelint": "evalmd README.md",
  110. "prepack": "npmignore --auto --commentLines=autogenerated",
  111. "prepublish": "not-in-publish || npm run prepublishOnly",
  112. "prepublishOnly": "safe-publish-latest",
  113. "pretest": "npm run lint",
  114. "test": "npm run tests-only",
  115. "tests-only": "nyc tape test",
  116. "version": "auto-changelog && git add CHANGELOG.md"
  117. },
  118. "sideEffects": false,
  119. "version": "1.1.3"
  120. }