122 lines
3.3 KiB
JSON
122 lines
3.3 KiB
JSON
{
|
|
"_from": "bufferstreams@^2.0.1",
|
|
"_id": "bufferstreams@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-RBsmfC/D/uArsdkpKJ2hE5A71e8=",
|
|
"_location": "/bufferstreams",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "bufferstreams@^2.0.1",
|
|
"name": "bufferstreams",
|
|
"escapedName": "bufferstreams",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ttf2woff2"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/bufferstreams/download/bufferstreams-2.0.1.tgz",
|
|
"_shasum": "441b267c2fc3fee02bb1d929289da113903bd5ef",
|
|
"_spec": "bufferstreams@^2.0.1",
|
|
"_where": "D:\\workspace\\plugin\\mini_font\\packages\\mini_font\\publish\\mini_font\\node_modules\\ttf2woff2",
|
|
"author": {
|
|
"name": "Nicolas Froidure"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nfroidure/BufferStreams/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"readable-stream": "^2.3.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Abstract streams to deal with the whole buffered contents.",
|
|
"devDependencies": {
|
|
"commitizen": "^2.9.6",
|
|
"conventional-changelog-cli": "^1.3.8",
|
|
"coveralls": "^3.0.0",
|
|
"cz-conventional-changelog": "^2.1.0",
|
|
"eslint": "^4.19.0",
|
|
"eslint-plugin-prettier": "^2.6.0",
|
|
"istanbul": "^0.4.5",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"metapak": "^1.0.3",
|
|
"metapak-nfroidure": "^6.0.0",
|
|
"mocha": "^5.0.0",
|
|
"mocha-lcov-reporter": "^1.3.0",
|
|
"prettier": "^1.11.1",
|
|
"streamtest": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.5"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"greenkeeper": {
|
|
"ignore": [
|
|
"commitizen",
|
|
"cz-conventional-changelog",
|
|
"conventional-changelog-cli",
|
|
"eslint",
|
|
"eslint-config-prettier",
|
|
"prettier",
|
|
"mocha",
|
|
"mocha-lcov-reporter",
|
|
"coveralls",
|
|
"istanbul"
|
|
]
|
|
},
|
|
"homepage": "https://github.com/nfroidure/BufferStreams",
|
|
"keywords": [
|
|
"buffer",
|
|
"streaming",
|
|
"stream",
|
|
"async",
|
|
"abstract"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/index.js",
|
|
"metapak": {
|
|
"configs": [
|
|
"readme",
|
|
"eslint",
|
|
"mocha",
|
|
"codeclimate",
|
|
"travis"
|
|
],
|
|
"data": {
|
|
"files": "src/*.js tests/*.mocha.js",
|
|
"testsFiles": "tests/*.mocha.js"
|
|
}
|
|
},
|
|
"name": "bufferstreams",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/nfroidure/BufferStreams.git"
|
|
},
|
|
"scripts": {
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
|
"cli": "env NODE_ENV=${NODE_ENV:-cli}",
|
|
"cover": "istanbul cover _mocha --report html -- 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",
|
|
"cz": "env NODE_ENV=${NODE_ENV:-cli} git cz",
|
|
"lint": "eslint src/*.js tests/*.mocha.js",
|
|
"metapak": "metapak",
|
|
"mocha": "mocha tests/*.mocha.js",
|
|
"prettier": "prettier --write src/*.js tests/*.mocha.js",
|
|
"preversion": "npm t && npm run lint && npm run metapak -s",
|
|
"test": "npm run mocha",
|
|
"version": "npm run changelog && git add CHANGELOG.md"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|