package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "_from": "deep-equal@^1.0.1",
  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.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.npmmirror.com/deep-equal/-/deep-equal-1.1.2.tgz",
  22. "_shasum": "78a561b7830eef3134c7f6f3a3d6af272a678761",
  23. "_spec": "deep-equal@^1.0.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\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. "hideCredit": true
  37. },
  38. "browser": {
  39. "assert.js": false
  40. },
  41. "bugs": {
  42. "url": "https://github.com/inspect-js/node-deep-equal/issues"
  43. },
  44. "bundleDependencies": false,
  45. "dependencies": {
  46. "is-arguments": "^1.1.1",
  47. "is-date-object": "^1.0.5",
  48. "is-regex": "^1.1.4",
  49. "object-is": "^1.1.5",
  50. "object-keys": "^1.1.1",
  51. "regexp.prototype.flags": "^1.5.1"
  52. },
  53. "deprecated": false,
  54. "description": "node's assert.deepEqual algorithm",
  55. "devDependencies": {
  56. "@ljharb/eslint-config": "^21.1.0",
  57. "aud": "^2.0.3",
  58. "auto-changelog": "^2.4.0",
  59. "define-data-property": "^1.1.1",
  60. "eslint": "=8.8.0",
  61. "has-typed-arrays": "^1.0.1",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.0",
  64. "nyc": "^10.3.2",
  65. "object.getownpropertydescriptors": "^2.1.7",
  66. "safe-publish-latest": "^2.0.0",
  67. "semver": "^6.3.1",
  68. "tape": "^5.7.2"
  69. },
  70. "directories": {
  71. "lib": ".",
  72. "example": "example",
  73. "test": "test"
  74. },
  75. "engines": {
  76. "node": ">= 0.4"
  77. },
  78. "funding": {
  79. "url": "https://github.com/sponsors/ljharb"
  80. },
  81. "homepage": "https://github.com/inspect-js/node-deep-equal#readme",
  82. "keywords": [
  83. "equality",
  84. "equal",
  85. "compare"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "deep-equal",
  90. "publishConfig": {
  91. "ignore": [
  92. ".github/workflows"
  93. ]
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git+ssh://git@github.com/inspect-js/node-deep-equal.git"
  98. },
  99. "scripts": {
  100. "lint": "eslint --ext=js,mjs .",
  101. "posttest": "aud --production",
  102. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  103. "prepack": "npmignore --auto --commentLines=autogenerated",
  104. "prepublish": "not-in-publish || npm run prepublishOnly",
  105. "prepublishOnly": "safe-publish-latest",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "nyc tape 'test/**/*.js'",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "testling": {
  112. "files": "test/*.js",
  113. "browsers": {
  114. "ie": [
  115. 6,
  116. 7,
  117. 8,
  118. 9
  119. ],
  120. "ff": [
  121. 3.5,
  122. 10,
  123. 15
  124. ],
  125. "chrome": [
  126. 10,
  127. 22
  128. ],
  129. "safari": [
  130. 5.1
  131. ],
  132. "opera": [
  133. 12
  134. ]
  135. }
  136. },
  137. "version": "1.1.2"
  138. }