Files
game-server-watcher/node_modules/string-to-stream/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

92 lines
2.2 KiB
JSON

{
"_args": [
[
"string-to-stream@1.1.1",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "string-to-stream@1.1.1",
"_id": "string-to-stream@1.1.1",
"_inBundle": false,
"_integrity": "sha512-QySF2+3Rwq0SdO3s7BAp4x+c3qsClpPQ6abAmb0DGViiSBAkT5kL6JT2iyzEVP+T1SmzHrQD1TwlP9QAHCc+Sw==",
"_location": "/string-to-stream",
"_phantomChildren": {
"core-util-is": "1.0.3",
"inherits": "2.0.4",
"process-nextick-args": "2.0.1",
"safe-buffer": "5.1.2",
"util-deprecate": "1.0.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "string-to-stream@1.1.1",
"name": "string-to-stream",
"escapedName": "string-to-stream",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/gbxremote"
],
"_resolved": "https://registry.npmjs.org/string-to-stream/-/string-to-stream-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/string-to-stream/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.1.0"
},
"description": "Convert a string into a stream (streams2)",
"devDependencies": {
"concat-stream": "^1.4.6",
"tape": "^4.0.0"
},
"homepage": "https://github.com/feross/string-to-stream",
"keywords": [
"string to stream",
"string stream",
"convert string to stream",
"convert",
"string",
"stream",
"str",
"str stream"
],
"license": "MIT",
"main": "index.js",
"name": "string-to-stream",
"repository": {
"type": "git",
"url": "git://github.com/feross/string-to-stream.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/9..latest",
"chrome/25..latest",
"chrome/canary",
"firefox/20..latest",
"firefox/nightly",
"safari/6..latest",
"opera/15.0..latest",
"opera/next",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "1.1.1"
}