mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-09 15:38:28 +00:00
107 lines
2.8 KiB
JSON
107 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "smart-buffer@^1.0.13",
|
|
"scope": null,
|
|
"escapedName": "smart-buffer",
|
|
"name": "smart-buffer",
|
|
"rawSpec": "^1.0.13",
|
|
"spec": ">=1.0.13 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/frappe/frappe-bench/node_modules/socks"
|
|
]
|
|
],
|
|
"_from": "smart-buffer@>=1.0.13 <2.0.0",
|
|
"_id": "smart-buffer@1.1.15",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/smart-buffer",
|
|
"_nodeVersion": "6.1.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/smart-buffer-1.1.15.tgz_1485802535898_0.37321774289011955"
|
|
},
|
|
"_npmUser": {
|
|
"name": "joshglazebrook",
|
|
"email": "npm@joshglazebrook.com"
|
|
},
|
|
"_npmVersion": "3.8.6",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "smart-buffer@^1.0.13",
|
|
"scope": null,
|
|
"escapedName": "smart-buffer",
|
|
"name": "smart-buffer",
|
|
"rawSpec": "^1.0.13",
|
|
"spec": ">=1.0.13 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/socks"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz",
|
|
"_shasum": "7f114b5b65fab3e2a35aa775bb12f0d1c649bf16",
|
|
"_shrinkwrap": null,
|
|
"_spec": "smart-buffer@^1.0.13",
|
|
"_where": "/home/frappe/frappe-bench/node_modules/socks",
|
|
"author": {
|
|
"name": "Josh Glazebrook"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",
|
|
"devDependencies": {
|
|
"chai": "^3.5.0",
|
|
"coveralls": "^2.11.15",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^3.2.0",
|
|
"mocha-lcov-reporter": "^1.2.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "7f114b5b65fab3e2a35aa775bb12f0d1c649bf16",
|
|
"tarball": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.15",
|
|
"npm": ">= 1.3.5"
|
|
},
|
|
"gitHead": "071f618b339a341c2617ac41ea2a77132fd307e8",
|
|
"homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
|
|
"keywords": [
|
|
"buffer",
|
|
"smart",
|
|
"serialize",
|
|
"packet",
|
|
"network",
|
|
"cursor",
|
|
"simple"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/smart-buffer.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "joshglazebrook",
|
|
"email": "josh@joshglazebrook.com"
|
|
}
|
|
],
|
|
"name": "smart-buffer",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JoshGlazebrook/smart-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"coverage": "istanbul cover node_modules/mocha/bin/_mocha recursive test",
|
|
"fullcoverage": "istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test",
|
|
"test": "mocha test/smart-buffer.test.js"
|
|
},
|
|
"typings": "typings/index",
|
|
"version": "1.1.15"
|
|
}
|