package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "buffer-indexof@^1.0.0",
  3. "_id": "buffer-indexof@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
  6. "_location": "/buffer-indexof",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "buffer-indexof@^1.0.0",
  12. "name": "buffer-indexof",
  13. "escapedName": "buffer-indexof",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/dns-txt"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
  22. "_shasum": "52fabcc6a606d1a00302802648ef68f639da268c",
  23. "_spec": "buffer-indexof@^1.0.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\dns-txt",
  25. "author": {
  26. "name": "Ryan Day"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/soldair/node-buffer-indexof/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {},
  33. "deprecated": false,
  34. "description": "find the index of a buffer in a buffer",
  35. "devDependencies": {
  36. "chalk": "^1.1.3",
  37. "tape": "~1.1.0"
  38. },
  39. "homepage": "https://github.com/soldair/node-buffer-indexof#readme",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "buffer-indexof",
  43. "repository": {
  44. "url": "git://github.com/soldair/node-buffer-indexof.git"
  45. },
  46. "scripts": {
  47. "test": "tape test/*.js"
  48. },
  49. "version": "1.1.1"
  50. }