55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"buffer-indexof@1.1.1",
|
||
|
"C:\\laragon\\www\\idlers"
|
||
|
]
|
||
|
],
|
||
|
"_development": true,
|
||
|
"_from": "buffer-indexof@1.1.1",
|
||
|
"_id": "buffer-indexof@1.1.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==",
|
||
|
"_location": "/buffer-indexof",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "buffer-indexof@1.1.1",
|
||
|
"name": "buffer-indexof",
|
||
|
"escapedName": "buffer-indexof",
|
||
|
"rawSpec": "1.1.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.1.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/dns-txt"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz",
|
||
|
"_spec": "1.1.1",
|
||
|
"_where": "C:\\laragon\\www\\idlers",
|
||
|
"author": {
|
||
|
"name": "Ryan Day"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/soldair/node-buffer-indexof/issues"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"description": "find the index of a buffer in a buffer",
|
||
|
"devDependencies": {
|
||
|
"chalk": "^1.1.3",
|
||
|
"tape": "~1.1.0"
|
||
|
},
|
||
|
"homepage": "https://github.com/soldair/node-buffer-indexof#readme",
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "buffer-indexof",
|
||
|
"repository": {
|
||
|
"url": "git://github.com/soldair/node-buffer-indexof.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "tape test/*.js"
|
||
|
},
|
||
|
"version": "1.1.1"
|
||
|
}
|