biofriction-wp-theme/node_modules/console-stream/package.json

100 lines
2.2 KiB
JSON

{
"_args": [
[
"console-stream@0.1.1",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "console-stream@0.1.1",
"_id": "console-stream@0.1.1",
"_inBundle": false,
"_integrity": "sha1-oJX+B7IEZZVfL6/Si11yvM2UnUQ=",
"_location": "/console-stream",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "console-stream@0.1.1",
"name": "console-stream",
"escapedName": "console-stream",
"rawSpec": "0.1.1",
"saveSpec": null,
"fetchSpec": "0.1.1"
},
"_requiredBy": [
"/squeak"
],
"_resolved": "https://registry.npmjs.org/console-stream/-/console-stream-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Raynos",
"email": "raynos2@gmail.com"
},
"bugs": {
"url": "https://github.com/Raynos/console-stream/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Raynos"
}
],
"dependencies": {},
"description": "A writable stream that writes to the console",
"devDependencies": {
"browserify": "https://github.com/raynos/node-browserify/tarball/master",
"tape": "~0.2.2",
"testem": "~0.2.55"
},
"homepage": "https://github.com/Raynos/console-stream",
"keywords": [],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/console-stream/raw/master/LICENSE"
}
],
"main": "index",
"name": "console-stream",
"repository": {
"type": "git",
"url": "git://github.com/Raynos/console-stream.git"
},
"scripts": {
"build": "browserify test/index.js -o test/static/bundle.js",
"test": "node ./test",
"testem": "testem"
},
"testling": {
"files": "test/index.js",
"browsers": {
"ie": [
"8",
"9",
"10"
],
"firefox": [
"16",
"17",
"nightly"
],
"chrome": [
"22",
"23",
"canary"
],
"opera": [
"12",
"next"
],
"safari": [
"5.1"
]
}
},
"version": "0.1.1"
}