package.json 2.8 KB

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