package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "buffer-equal@^1.0.0",
  3. "_id": "buffer-equal@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QoV3ptgEaQpvVwbXdSO39iqPQTCxSF7A5U99AxbHYqUdCizL/lH2Z0A2y6nbZucxMEOtNyZfG2s6gsVugGpKkg==",
  6. "_location": "/buffer-equal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-equal@^1.0.0",
  12. "name": "buffer-equal",
  13. "escapedName": "buffer-equal",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/append-buffer"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/buffer-equal/-/buffer-equal-1.0.1.tgz",
  22. "_shasum": "2f7651be5b1b3f057fcd6e7ee16cf34767077d90",
  23. "_spec": "buffer-equal@^1.0.0",
  24. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/append-buffer",
  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. "bugs": {
  39. "url": "https://github.com/inspect-js/buffer-equal/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "return whether two buffers are equal",
  44. "devDependencies": {
  45. "@ljharb/eslint-config": "^21.0.0",
  46. "aud": "^2.0.1",
  47. "auto-changelog": "^2.4.0",
  48. "eslint": "=8.8.0",
  49. "in-publish": "^2.0.1",
  50. "npmignore": "^0.3.0",
  51. "safe-publish-latest": "^2.0.0",
  52. "tape": "^5.6.1"
  53. },
  54. "directories": {
  55. "example": "example",
  56. "test": "test"
  57. },
  58. "engines": {
  59. "node": ">=0.4"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/buffer-equal#readme",
  65. "keywords": [
  66. "buffer",
  67. "equal"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "buffer-equal",
  72. "publishConfig": {
  73. "ignore": [
  74. ".github/workflows"
  75. ]
  76. },
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/inspect-js/buffer-equal.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --ext=js,mjs .",
  83. "posttest": "aud --production",
  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. "prepack": "npmignore --auto --commentLines=autogenerated",
  86. "prepublish": "not-in-publish || npm run prepublishOnly",
  87. "prepublishOnly": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only",
  90. "tests-only": "tape 'test/**/*.js'",
  91. "version": "auto-changelog && git add CHANGELOG.md"
  92. },
  93. "version": "1.0.1"
  94. }