package.json 605 B

12345678910111213141516171819202122
  1. {
  2. "name": "buffer-indexof",
  3. "description": "find the index of a buffer in a buffer",
  4. "version": "1.1.1",
  5. "repository": {
  6. "url": "git://github.com/soldair/node-buffer-indexof.git"
  7. },
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "tape test/*.js"
  11. },
  12. "author": "Ryan Day",
  13. "license": "MIT",
  14. "dependencies": {},
  15. "devDependencies": {
  16. "chalk": "^1.1.3",
  17. "tape": "~1.1.0"
  18. },
  19. "__npminstall_done": "Thu Dec 24 2020 20:21:04 GMT+0800 (CST)",
  20. "_from": "buffer-indexof@1.1.1",
  21. "_resolved": "https://registry.npm.taobao.org/buffer-indexof/download/buffer-indexof-1.1.1.tgz"
  22. }