You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

55 lines
1.3 KiB

{
"_args": [
[
"buffer-indexof@1.1.1",
"/Users/linhuakun/Downloads/nodejs/codewhy"
]
],
"_development": true,
"_from": "buffer-indexof@1.1.1",
"_id": "buffer-indexof@1.1.1",
"_inBundle": false,
"_integrity": "sha1-Uvq8xqYG0aADAoAmSO9o9jnaJow=",
"_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.npm.taobao.org/buffer-indexof/download/buffer-indexof-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "/Users/linhuakun/Downloads/nodejs/codewhy",
"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"
}