package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_from": "is-arguments@^1.1.1",
  3. "_id": "is-arguments@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7bVbi0huj/wrIAOzb8U1aszg9kdi3KN/CyU19CTI7tAoZYEZoL9yCDXpbXN+uPsuWnP02cyug1gleqq+TU+YCA==",
  6. "_location": "/is-arguments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-arguments@^1.1.1",
  12. "name": "is-arguments",
  13. "escapedName": "is-arguments",
  14. "rawSpec": "^1.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.1"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/is-arguments/-/is-arguments-1.2.0.tgz",
  22. "_shasum": "ad58c6aecf563b78ef2bf04df540da8f5d7d8e1b",
  23. "_spec": "is-arguments@^1.1.1",
  24. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\deep-equal",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/is-arguments/issues"
  40. },
  41. "bundleDependencies": false,
  42. "contributors": [
  43. {
  44. "name": "Jordan Harband",
  45. "email": "ljharb@gmail.com",
  46. "url": "http://ljharb.codes"
  47. }
  48. ],
  49. "dependencies": {
  50. "call-bound": "^1.0.2",
  51. "has-tostringtag": "^1.0.2"
  52. },
  53. "deprecated": false,
  54. "description": "Is this an arguments object? It's a harder question than you think.",
  55. "devDependencies": {
  56. "@arethetypeswrong/cli": "^0.17.1",
  57. "@ljharb/eslint-config": "^21.1.1",
  58. "@ljharb/tsconfig": "^0.2.2",
  59. "@types/tape": "^5.6.5",
  60. "auto-changelog": "^2.5.0",
  61. "encoding": "^0.1.13",
  62. "eslint": "=8.8.0",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.1",
  65. "nyc": "^10.3.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.9.0",
  68. "typescript": "next"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "funding": {
  74. "url": "https://github.com/sponsors/ljharb"
  75. },
  76. "homepage": "https://github.com/inspect-js/is-arguments",
  77. "keywords": [
  78. "arguments",
  79. "js",
  80. "javascript",
  81. "is-arguments",
  82. "is",
  83. "object"
  84. ],
  85. "license": "MIT",
  86. "main": "index.js",
  87. "name": "is-arguments",
  88. "publishConfig": {
  89. "ignore": [
  90. ".github/workflows"
  91. ]
  92. },
  93. "repository": {
  94. "type": "git",
  95. "url": "git://github.com/inspect-js/is-arguments.git"
  96. },
  97. "scripts": {
  98. "lint": "eslint --ext=js,mjs .",
  99. "postlint": "tsc && attw -P",
  100. "posttest": "npx npm@'>= 10.2' audit --production",
  101. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  102. "prepack": "npmignore --auto --commentLines=autogenerated",
  103. "prepublish": "not-in-publish || npm run prepublishOnly",
  104. "prepublishOnly": "safe-publish-latest",
  105. "pretest": "npm run --silent lint",
  106. "test": "npm run tests-only",
  107. "tests-only": "nyc tape 'test/**/*.js'",
  108. "version": "auto-changelog && git add CHANGELOG.md"
  109. },
  110. "sideEffects": false,
  111. "testling": {
  112. "files": "test.js",
  113. "browsers": [
  114. "iexplore/6.0..latest",
  115. "firefox/3.0..6.0",
  116. "firefox/15.0..latest",
  117. "firefox/nightly",
  118. "chrome/4.0..10.0",
  119. "chrome/20.0..latest",
  120. "chrome/canary",
  121. "opera/10.0..latest",
  122. "opera/next",
  123. "safari/4.0..latest",
  124. "ipad/6.0..latest",
  125. "iphone/6.0..latest",
  126. "android-browser/4.2"
  127. ]
  128. },
  129. "version": "1.2.0"
  130. }