package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "is-arguments@1.1.0",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-arguments@1.1.0",
  10. "_id": "is-arguments@1.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-YjUwMd++4HzrNGVqa95Z7+yujdk=",
  13. "_location": "/is-arguments",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-arguments@1.1.0",
  19. "name": "is-arguments",
  20. "escapedName": "is-arguments",
  21. "rawSpec": "1.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.0"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-arguments/download/is-arguments-1.1.0.tgz?cache=0&sync_timestamp=1607117383813&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fis-arguments%2Fdownload%2Fis-arguments-1.1.0.tgz",
  29. "_spec": "1.1.0",
  30. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/is-arguments/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Jordan Harband",
  50. "email": "ljharb@gmail.com",
  51. "url": "http://ljharb.codes"
  52. }
  53. ],
  54. "dependencies": {
  55. "call-bind": "^1.0.0"
  56. },
  57. "description": "Is this an arguments object? It's a harder question than you think.",
  58. "devDependencies": {
  59. "@ljharb/eslint-config": "^17.3.0",
  60. "aud": "^1.1.3",
  61. "auto-changelog": "^2.2.1",
  62. "eslint": "^7.14.0",
  63. "nyc": "^10.3.2",
  64. "safe-publish-latest": "^1.1.4",
  65. "tape": "^5.0.1"
  66. },
  67. "engines": {
  68. "node": ">= 0.4"
  69. },
  70. "funding": {
  71. "url": "https://github.com/sponsors/ljharb"
  72. },
  73. "homepage": "https://github.com/inspect-js/is-arguments",
  74. "keywords": [
  75. "arguments",
  76. "js",
  77. "javascript",
  78. "is-arguments",
  79. "is",
  80. "object"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-arguments",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/inspect-js/is-arguments.git"
  88. },
  89. "scripts": {
  90. "lint": "eslint .",
  91. "posttest": "npx aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prepublish": "safe-publish-latest",
  94. "pretest": "npm run --silent lint",
  95. "test": "npm run tests-only",
  96. "tests-only": "nyc tape 'test/**/*.js'",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "testling": {
  100. "files": "test.js",
  101. "browsers": [
  102. "iexplore/6.0..latest",
  103. "firefox/3.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "1.1.0"
  118. }