Files
enviPy-bayer/static/js/ketcher2/node_modules/plexer/package.json
2025-06-23 20:13:54 +02:00

85 lines
2.2 KiB
JSON

{
"_from": "plexer@^1.0.1",
"_id": "plexer@1.0.1",
"_inBundle": false,
"_integrity": "sha1-qAG2Ur+BRXOXlepNO/CvlGwwwN0=",
"_location": "/plexer",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "plexer@^1.0.1",
"name": "plexer",
"escapedName": "plexer",
"rawSpec": "^1.0.1",
"saveSpec": null,
"fetchSpec": "^1.0.1"
},
"_requiredBy": [
"/gulp-iconfont",
"/gulp-svgicons2svgfont"
],
"_resolved": "https://registry.npmjs.org/plexer/-/plexer-1.0.1.tgz",
"_shasum": "a801b652bf8145739795ea4d3bf0af946c30c0dd",
"_spec": "plexer@^1.0.1",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/gulp-iconfont",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"bugs": {
"url": "https://github.com/nfroidure/plexer/issues"
},
"bundleDependencies": false,
"dependencies": {
"isstream": "^0.1.2",
"readable-stream": "^2.0.2"
},
"deprecated": false,
"description": "Streams2 duplexer.",
"devDependencies": {
"coveralls": "^2.11.4",
"eslint": "^1.3.1",
"eslint-config-simplifield": "^1.1.0",
"istanbul": "^0.3.19",
"mocha": "^2.3.1",
"mocha-lcov-reporter": "^0.0.2",
"streamtest": "^1.2.1"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/nfroidure/plexer",
"keywords": [
"duplexer",
"streaming",
"stream2",
"stream",
"readable",
"writable",
"async",
"pipe"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nfroidure/plexer/blob/master/LICENSE"
}
],
"main": "src/index.js",
"name": "plexer",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/plexer.git"
},
"scripts": {
"cli": "env NPM_RUN_CLI=1",
"cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -R spec -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -R spec -t 5000 && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"lint": "eslint **/*.js",
"prepublish": "npm test && npm run lint",
"test": "mocha tests/*.mocha.js"
},
"version": "1.0.1"
}