package.json 2.8 KB

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