package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. "is-arguments@1.1.1",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "is-arguments@1.1.1",
  9. "_id": "is-arguments@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
  12. "_location": "/is-arguments",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-arguments@1.1.1",
  18. "name": "is-arguments",
  19. "escapedName": "is-arguments",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/util"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com",
  33. "url": "http://ljharb.codes"
  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/inspect-js/is-arguments/issues"
  45. },
  46. "contributors": [
  47. {
  48. "name": "Jordan Harband",
  49. "email": "ljharb@gmail.com",
  50. "url": "http://ljharb.codes"
  51. }
  52. ],
  53. "dependencies": {
  54. "call-bind": "^1.0.2",
  55. "has-tostringtag": "^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.6.0",
  60. "aud": "^1.1.5",
  61. "auto-changelog": "^2.3.0",
  62. "eslint": "^7.32.0",
  63. "nyc": "^10.3.2",
  64. "safe-publish-latest": "^1.1.4",
  65. "tape": "^5.3.0"
  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": "not-in-publish || npm run prepublishOnly",
  94. "prepublishOnly": "safe-publish-latest",
  95. "pretest": "npm run --silent lint",
  96. "test": "npm run tests-only",
  97. "tests-only": "nyc tape 'test/**/*.js'",
  98. "version": "auto-changelog && git add CHANGELOG.md"
  99. },
  100. "testling": {
  101. "files": "test.js",
  102. "browsers": [
  103. "iexplore/6.0..latest",
  104. "firefox/3.0..6.0",
  105. "firefox/15.0..latest",
  106. "firefox/nightly",
  107. "chrome/4.0..10.0",
  108. "chrome/20.0..latest",
  109. "chrome/canary",
  110. "opera/10.0..latest",
  111. "opera/next",
  112. "safari/4.0..latest",
  113. "ipad/6.0..latest",
  114. "iphone/6.0..latest",
  115. "android-browser/4.2"
  116. ]
  117. },
  118. "version": "1.1.1"
  119. }