123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "_args": [
- [
- "buffer-indexof@1.1.1",
- "E:\\amr1.0\\AMR"
- ]
- ],
- "_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": "E:\\amr1.0\\AMR",
- "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"
- }
|