package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "deep-equal@^1.0.1",
  3. "_id": "deep-equal@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
  6. "_location": "/deep-equal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "deep-equal@^1.0.1",
  12. "name": "deep-equal",
  13. "escapedName": "deep-equal",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/bonjour"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
  22. "_shasum": "b5c98c942ceffaf7cb051e24e1434a25a2e6076a",
  23. "_spec": "deep-equal@^1.0.1",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\bonjour",
  25. "author": {
  26. "name": "James Halliday",
  27. "email": "mail@substack.net",
  28. "url": "http://substack.net"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false
  36. },
  37. "bugs": {
  38. "url": "https://github.com/substack/node-deep-equal/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "is-arguments": "^1.0.4",
  43. "is-date-object": "^1.0.1",
  44. "is-regex": "^1.0.4",
  45. "object-is": "^1.0.1",
  46. "object-keys": "^1.1.1",
  47. "regexp.prototype.flags": "^1.2.0"
  48. },
  49. "deprecated": false,
  50. "description": "node's assert.deepEqual algorithm",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^15.0.1",
  53. "auto-changelog": "^1.16.2",
  54. "eslint": "^6.6.0",
  55. "safe-publish-latest": "^1.1.4",
  56. "tape": "^4.11.0"
  57. },
  58. "directories": {
  59. "lib": ".",
  60. "example": "example",
  61. "test": "test"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/substack/node-deep-equal#readme",
  67. "keywords": [
  68. "equality",
  69. "equal",
  70. "compare"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "deep-equal",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+ssh://git@github.com/substack/node-deep-equal.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint .",
  81. "posttest": "npx aud",
  82. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  83. "prepublish": "safe-publish-latest",
  84. "pretest": "npm run lint",
  85. "test": "npm run tests-only",
  86. "tests-only": "tape test/*",
  87. "version": "auto-changelog && git add CHANGELOG.md"
  88. },
  89. "testling": {
  90. "files": "test/*.js",
  91. "browsers": {
  92. "ie": [
  93. 6,
  94. 7,
  95. 8,
  96. 9
  97. ],
  98. "ff": [
  99. 3.5,
  100. 10,
  101. 15
  102. ],
  103. "chrome": [
  104. 10,
  105. 22
  106. ],
  107. "safari": [
  108. 5.1
  109. ],
  110. "opera": [
  111. 12
  112. ]
  113. }
  114. },
  115. "version": "1.1.1"
  116. }