package.json 2.8 KB

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