Files
game-server-watcher/node_modules/barse/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

80 lines
1.8 KiB
JSON

{
"_args": [
[
"barse@0.4.3",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "barse@0.4.3",
"_id": "barse@0.4.3",
"_inBundle": false,
"_integrity": "sha512-UEpvriJqAn8zuVinYICuKoPttZy3XxXEoqX/V2uYAL4zzJRuNzCK3+20nAu3YUIa2U7G53kf90wfBIp9/A+Odw==",
"_location": "/barse",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "barse@0.4.3",
"name": "barse",
"escapedName": "barse",
"rawSpec": "0.4.3",
"saveSpec": null,
"fetchSpec": "0.4.3"
},
"_requiredBy": [
"/gbxremote"
],
"_resolved": "https://registry.npmjs.org/barse/-/barse-0.4.3.tgz",
"_spec": "0.4.3",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "Julian Gruber",
"email": "mail@juliangruber.com",
"url": "http://juliangruber.com"
},
"bugs": {
"url": "https://github.com/juliangruber/barse/issues"
},
"dependencies": {
"readable-stream": "~1.0.2"
},
"description": "Binary parser with a fluent api",
"devDependencies": {
"tape": "~2.3.2"
},
"homepage": "https://github.com/juliangruber/barse",
"keywords": [
"binary",
"parser",
"parse",
"fluent"
],
"license": "MIT",
"main": "index.js",
"name": "barse",
"repository": {
"type": "git",
"url": "git://github.com/juliangruber/barse.git"
},
"scripts": {
"test": "tape test/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "0.4.3"
}