| Server IP : 68.183.124.220 / Your IP : 216.73.217.137 Web Server : Apache/2.4.18 (Ubuntu) System : Linux Sandbox-A 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64 User : gavin ( 1000) PHP Version : 7.0.33-0ubuntu0.16.04.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/gavin/workspace/readjs/node_modules/bufferstreams/ |
Upload File : |
{
"_args": [
[
{
"raw": "bufferstreams@^1.1.1",
"scope": null,
"escapedName": "bufferstreams",
"name": "bufferstreams",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"/home/gavin/workspace/meanjs/node_modules/gulp-eslint"
]
],
"_from": "bufferstreams@>=1.1.1 <2.0.0",
"_id": "bufferstreams@1.1.1",
"_inCache": true,
"_location": "/bufferstreams",
"_nodeVersion": "4.4.5",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bufferstreams-1.1.1.tgz_1467112826909_0.5332817453891039"
},
"_npmUser": {
"name": "shinnn",
"email": "snnskwtnb@gmail.com"
},
"_npmVersion": "3.10.2",
"_phantomChildren": {},
"_requested": {
"raw": "bufferstreams@^1.1.1",
"scope": null,
"escapedName": "bufferstreams",
"name": "bufferstreams",
"rawSpec": "^1.1.1",
"spec": ">=1.1.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/gulp-eslint",
"/gulp-ng-annotate"
],
"_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz",
"_shasum": "0161373060ac5988eff99058731114f6e195d51e",
"_shrinkwrap": null,
"_spec": "bufferstreams@^1.1.1",
"_where": "/home/gavin/workspace/meanjs/node_modules/gulp-eslint",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"bugs": {
"url": "https://github.com/nfroidure/BufferStreams/issues"
},
"dependencies": {
"readable-stream": "^2.0.2"
},
"description": "Abstract streams to deal with the whole buffered contents.",
"devDependencies": {
"eslint": "^1.0.0",
"istanbul": "^0.3.17",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^0.0.2",
"sf-lint": "^1.0.2",
"streamtest": "^1.2.1"
},
"directories": {},
"dist": {
"shasum": "0161373060ac5988eff99058731114f6e195d51e",
"tarball": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"src"
],
"gitHead": "acd18756a3066c72b4cff8aa79aa44a3dcb4f85f",
"homepage": "https://github.com/nfroidure/BufferStreams",
"keywords": [
"buffer",
"streaming",
"stream",
"async",
"abstract"
],
"license": "MIT",
"main": "src/index.js",
"maintainers": [
{
"name": "nfroidure",
"email": "nfroidure@elitwork.com"
}
],
"name": "bufferstreams",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/BufferStreams.git"
},
"scripts": {
"cli": "env NPM_RUN_CLI=1",
"cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -t 5000 && istanbul-coveralls",
"lint": "eslint **/*.s",
"test": "mocha tests/*.mocha.js",
"trinity": "npm-check-updates -u && npm install && npm test && git commit package.json -m \"Dependencies update\" && git push"
},
"version": "1.1.1"
}