forked from enviPath/enviPy
Current Dev State
This commit is contained in:
82
static/js/ketcher2/node_modules/bufferstreams/package.json
generated
vendored
Normal file
82
static/js/ketcher2/node_modules/bufferstreams/package.json
generated
vendored
Normal file
@ -0,0 +1,82 @@
|
||||
{
|
||||
"_from": "bufferstreams@^1.1.1",
|
||||
"_id": "bufferstreams@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-AWE3MGCsWYjv+ZBYcxEU9uGV1R4=",
|
||||
"_location": "/bufferstreams",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "bufferstreams@^1.1.1",
|
||||
"name": "bufferstreams",
|
||||
"escapedName": "bufferstreams",
|
||||
"rawSpec": "^1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-eslint",
|
||||
"/gulp-svg2ttf",
|
||||
"/gulp-ttf2eot",
|
||||
"/gulp-ttf2woff",
|
||||
"/gulp-ttf2woff2",
|
||||
"/ttf2woff2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.1.tgz",
|
||||
"_shasum": "0161373060ac5988eff99058731114f6e195d51e",
|
||||
"_spec": "bufferstreams@^1.1.1",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-eslint",
|
||||
"author": {
|
||||
"name": "Nicolas Froidure",
|
||||
"url": "http://www.insertafter.com/blog.html"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/nfroidure/BufferStreams/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"readable-stream": "^2.0.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"homepage": "https://github.com/nfroidure/BufferStreams",
|
||||
"keywords": [
|
||||
"buffer",
|
||||
"streaming",
|
||||
"stream",
|
||||
"async",
|
||||
"abstract"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/index.js",
|
||||
"name": "bufferstreams",
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user