{
"_args": [
[
"smart-buffer@^4.1.0",
"/usr/local/lib/node_modules/@ionic/cli/node_modules/socks"
]
],
"_from": "smart-buffer@>=4.1.0 <5.0.0",
"_hasShrinkwrap": false,
"_id": "smart-buffer@4.1.0",
"_inCache": true,
"_installable": true,
"_location": "/@ionic/cli/smart-buffer",
"_nodeVersion": "12.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/smart-buffer_4.1.0_1563945423406_0.37403237444041904"
},
"_npmUser": {
"email": "npm@joshglazebrook.com",
"name": "joshglazebrook"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"name": "smart-buffer",
"raw": "smart-buffer@^4.1.0",
"rawSpec": "^4.1.0",
"scope": null,
"spec": ">=4.1.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/@ionic/cli/socks"
],
"_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz",
"_shasum": "91605c25d91652f4661ea69ccf45f1b331ca21ba",
"_shrinkwrap": null,
"_spec": "smart-buffer@^4.1.0",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/socks",
"author": {
"name": "Josh Glazebrook"
},
"bugs": {
"url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
},
"dependencies": {},
"description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.",
"devDependencies": {
"@types/chai": "4.1.7",
"@types/mocha": "5.2.7",
"@types/node": "^12.0.0",
"chai": "4.2.0",
"coveralls": "3.0.5",
"istanbul": "^0.4.5",
"mocha": "6.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "14.1.1",
"source-map-support": "0.5.12",
"ts-node": "8.3.0",
"tslint": "5.18.0",
"typescript": "^3.2.1"
},
"directories": {},
"dist": {
"fileCount": 14,
"integrity": "sha512-iVICrxOzCynf/SNaBQCw34eM9jROU/s5rzIhpOvzhzuYHfJR/DhZfDkXiZSgKXfgv26HT3Yni3AV/DGw0cGnnw==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdN+nQCRA9TVsSAnZWagAAhqgP/Arv8ooRwPDrt5lFmSJR\nzFaHVqLoC1ZvvnPOJAPXUQn0iKtoUTsdJyG1pGoKjL3gI/ljZYBR0PrryPst\n/ySQe5ShrOQccSvUttpCrJVCWqUAQBwRn/edjn6j+2FRosvzSk6+Py7SmG9L\nSZ+1jl58JupBrMcavCvjcT5VvNP/VqOf5LcrDhC6yhL5prX0iPAWCNIfY2ti\npp5nkpsiQEU6hocLHdjetVyv0Gwl60uueMPY2roB2ACU1Bjh8Jo6Tp4MHJkT\nA3RgsPwqr1kMbHwDrZ4EliHsTENrq63i+xQQUS1FBzKHFiMHsgTlHLhNh38I\n6PME1fHOj50WxMs4W06hauinD1dgEoyDPsmSSyEoph8dalYB3iz17DX/TzBc\nUsxAM5HEqFRNBxVc9+qRxpdUE7PPIS2Exz4NYglgs3mvysa6tojKGmYOxpb5\nbbXfX+csQlnzlY/1BJCxLTiWW6vdgUiRYaJa4sE/a55aNUU9yKnnrCOx/Pdf\nInrcnB0ck4l6Gv2mu7/I+BSoM0S2HUBRcafcMBNVeuu/5jc8aEZjGGkdtCie\nHkkbv9MOtGmN5s/3DNwHa9jJ9tMR7d1lXwu43NdqVMwqvunyjVRleqX2O+rL\n1bojTIl2a7R8nqVPe5fbrWlcW+wBN6OQYHR7AxG3lcm3XUxxtnhrsZM9MfKt\nbu3x\r\n=kZN3\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "91605c25d91652f4661ea69ccf45f1b331ca21ba",
"tarball": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.1.0.tgz",
"unpackedSize": 137947
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"gitHead": "32966f3c17cd62d5465cb5415de406636fd564b4",
"homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
"keywords": [
"buffer",
"cursor",
"network",
"packet",
"serialize",
"simple",
"smart"
],
"license": "MIT",
"main": "build/smartbuffer.js",
"maintainers": [
{
"name": "joshglazebrook",
"email": "npm@joshglazebrook.com"
}
],
"name": "smart-buffer",
"nyc": {
"all": true,
"exclude": [
"**.*.d.ts",
"node_modules",
"typings"
],
"extension": [
".ts",
".tsx"
],
"include": [
"src/**/*.ts",
"src/*.ts"
],
"reporter": [
"html",
"json"
],
"require": [
"ts-node/register"
]
},
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/JoshGlazebrook/smart-buffer.git"
},
"scripts": {
"build": "tsc -p ./",
"coverage": "NODE_ENV=test nyc npm test",
"coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls",
"lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'",
"prepublish": "npm install -g typescript && npm run build",
"test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts"
},
"typings": "typings/smartbuffer.d.ts",
"version": "4.1.0"
}