package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "is-arguments@^1.0.4",
  3. "_id": "is-arguments@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==",
  6. "_location": "/is-arguments",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-arguments@^1.0.4",
  12. "name": "is-arguments",
  13. "escapedName": "is-arguments",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/deep-equal"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz",
  22. "_shasum": "62353031dfbee07ceb34656a6bde59efecae8dd9",
  23. "_spec": "is-arguments@^1.0.4",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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-bind": "^1.0.0"
  51. },
  52. "deprecated": false,
  53. "description": "Is this an arguments object? It's a harder question than you think.",
  54. "devDependencies": {
  55. "@ljharb/eslint-config": "^17.3.0",
  56. "aud": "^1.1.3",
  57. "auto-changelog": "^2.2.1",
  58. "eslint": "^7.14.0",
  59. "nyc": "^10.3.2",
  60. "safe-publish-latest": "^1.1.4",
  61. "tape": "^5.0.1"
  62. },
  63. "engines": {
  64. "node": ">= 0.4"
  65. },
  66. "funding": {
  67. "url": "https://github.com/sponsors/ljharb"
  68. },
  69. "homepage": "https://github.com/inspect-js/is-arguments",
  70. "keywords": [
  71. "arguments",
  72. "js",
  73. "javascript",
  74. "is-arguments",
  75. "is",
  76. "object"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-arguments",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/inspect-js/is-arguments.git"
  84. },
  85. "scripts": {
  86. "lint": "eslint .",
  87. "posttest": "npx aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "prepublish": "safe-publish-latest",
  90. "pretest": "npm run --silent lint",
  91. "test": "npm run tests-only",
  92. "tests-only": "nyc tape 'test/**/*.js'",
  93. "version": "auto-changelog && git add CHANGELOG.md"
  94. },
  95. "testling": {
  96. "files": "test.js",
  97. "browsers": [
  98. "iexplore/6.0..latest",
  99. "firefox/3.0..6.0",
  100. "firefox/15.0..latest",
  101. "firefox/nightly",
  102. "chrome/4.0..10.0",
  103. "chrome/20.0..latest",
  104. "chrome/canary",
  105. "opera/10.0..latest",
  106. "opera/next",
  107. "safari/4.0..latest",
  108. "ipad/6.0..latest",
  109. "iphone/6.0..latest",
  110. "android-browser/4.2"
  111. ]
  112. },
  113. "version": "1.1.0"
  114. }