package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "deep-equal@^1.0.0",
  3. "_id": "deep-equal@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5tdhKF6DbU7iIzrIOa1AOUt39ZRm13cmL1cGEh//aqR8x9+tNfbywRf0n5FD/18OKMdo7DNEtrX2t22ZAkI+eg==",
  6. "_location": "/deep-equal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "deep-equal@^1.0.0",
  12. "name": "deep-equal",
  13. "escapedName": "deep-equal",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@turf/line-overlap",
  20. "/geojson-equality"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.2.tgz",
  23. "_shasum": "78a561b7830eef3134c7f6f3a3d6af272a678761",
  24. "_spec": "deep-equal@^1.0.0",
  25. "_where": "F:\\project\\node_util\\node_modules\\geojson-equality",
  26. "author": {
  27. "name": "James Halliday",
  28. "email": "mail@substack.net",
  29. "url": "http://substack.net"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "browser": {
  40. "assert.js": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/inspect-js/node-deep-equal/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "is-arguments": "^1.1.1",
  48. "is-date-object": "^1.0.5",
  49. "is-regex": "^1.1.4",
  50. "object-is": "^1.1.5",
  51. "object-keys": "^1.1.1",
  52. "regexp.prototype.flags": "^1.5.1"
  53. },
  54. "deprecated": false,
  55. "description": "node's assert.deepEqual algorithm",
  56. "devDependencies": {
  57. "@ljharb/eslint-config": "^21.1.0",
  58. "aud": "^2.0.3",
  59. "auto-changelog": "^2.4.0",
  60. "define-data-property": "^1.1.1",
  61. "eslint": "=8.8.0",
  62. "has-typed-arrays": "^1.0.1",
  63. "in-publish": "^2.0.1",
  64. "npmignore": "^0.3.0",
  65. "nyc": "^10.3.2",
  66. "object.getownpropertydescriptors": "^2.1.7",
  67. "safe-publish-latest": "^2.0.0",
  68. "semver": "^6.3.1",
  69. "tape": "^5.7.2"
  70. },
  71. "directories": {
  72. "lib": ".",
  73. "example": "example",
  74. "test": "test"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "funding": {
  80. "url": "https://github.com/sponsors/ljharb"
  81. },
  82. "homepage": "https://github.com/inspect-js/node-deep-equal#readme",
  83. "keywords": [
  84. "equality",
  85. "equal",
  86. "compare"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "name": "deep-equal",
  91. "publishConfig": {
  92. "ignore": [
  93. ".github/workflows"
  94. ]
  95. },
  96. "repository": {
  97. "type": "git",
  98. "url": "git+ssh://git@github.com/inspect-js/node-deep-equal.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint --ext=js,mjs .",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prepack": "npmignore --auto --commentLines=autogenerated",
  105. "prepublish": "not-in-publish || npm run prepublishOnly",
  106. "prepublishOnly": "safe-publish-latest",
  107. "pretest": "npm run lint",
  108. "test": "npm run tests-only",
  109. "tests-only": "nyc tape 'test/**/*.js'",
  110. "version": "auto-changelog && git add CHANGELOG.md"
  111. },
  112. "testling": {
  113. "files": "test/*.js",
  114. "browsers": {
  115. "ie": [
  116. 6,
  117. 7,
  118. 8,
  119. 9
  120. ],
  121. "ff": [
  122. 3.5,
  123. 10,
  124. 15
  125. ],
  126. "chrome": [
  127. 10,
  128. 22
  129. ],
  130. "safari": [
  131. 5.1
  132. ],
  133. "opera": [
  134. 12
  135. ]
  136. }
  137. },
  138. "version": "1.1.2"
  139. }