1{ 2 "_from": "smart-buffer@^4.1.0", 3 "_id": "smart-buffer@4.1.0", 4 "_inBundle": false, 5 "_integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==", 6 "_location": "/smart-buffer", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "smart-buffer@^4.1.0", 12 "name": "smart-buffer", 13 "escapedName": "smart-buffer", 14 "rawSpec": "^4.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^4.1.0" 17 }, 18 "_requiredBy": [ 19 "/socks" 20 ], 21 "_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz", 22 "_shasum": "91605c25d91652f4661ea69ccf45f1b331ca21ba", 23 "_spec": "smart-buffer@^4.1.0", 24 "_where": "/Users/claudiahdz/npm/cli/node_modules/socks", 25 "author": { 26 "name": "Josh Glazebrook" 27 }, 28 "bugs": { 29 "url": "https://github.com/JoshGlazebrook/smart-buffer/issues" 30 }, 31 "bundleDependencies": false, 32 "dependencies": {}, 33 "deprecated": false, 34 "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", 35 "devDependencies": { 36 "@types/chai": "4.1.7", 37 "@types/mocha": "5.2.7", 38 "@types/node": "^12.0.0", 39 "chai": "4.2.0", 40 "coveralls": "3.0.5", 41 "istanbul": "^0.4.5", 42 "mocha": "6.2.0", 43 "mocha-lcov-reporter": "^1.3.0", 44 "nyc": "14.1.1", 45 "source-map-support": "0.5.12", 46 "ts-node": "8.3.0", 47 "tslint": "5.18.0", 48 "typescript": "^3.2.1" 49 }, 50 "engines": { 51 "node": ">= 6.0.0", 52 "npm": ">= 3.0.0" 53 }, 54 "homepage": "https://github.com/JoshGlazebrook/smart-buffer/", 55 "keywords": [ 56 "buffer", 57 "smart", 58 "packet", 59 "serialize", 60 "network", 61 "cursor", 62 "simple" 63 ], 64 "license": "MIT", 65 "main": "build/smartbuffer.js", 66 "name": "smart-buffer", 67 "nyc": { 68 "extension": [ 69 ".ts", 70 ".tsx" 71 ], 72 "include": [ 73 "src/*.ts", 74 "src/**/*.ts" 75 ], 76 "exclude": [ 77 "**.*.d.ts", 78 "node_modules", 79 "typings" 80 ], 81 "require": [ 82 "ts-node/register" 83 ], 84 "reporter": [ 85 "json", 86 "html" 87 ], 88 "all": true 89 }, 90 "repository": { 91 "type": "git", 92 "url": "git+https://github.com/JoshGlazebrook/smart-buffer.git" 93 }, 94 "scripts": { 95 "build": "tsc -p ./", 96 "coverage": "NODE_ENV=test nyc npm test", 97 "coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls", 98 "lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'", 99 "prepublish": "npm install -g typescript && npm run build", 100 "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts" 101 }, 102 "typings": "typings/smartbuffer.d.ts", 103 "version": "4.1.0" 104} 105