forgeplus-react/node_modules/@novnc/novnc/package.json

121 lines
3.0 KiB
JSON

{
"_args": [
[
"@novnc/novnc@1.4.0",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "@novnc/novnc@1.4.0",
"_id": "@novnc/novnc@1.4.0",
"_inBundle": false,
"_integrity": "sha512-kW6ALMc5BuH08e/ond/I1naYcfjc19JYMN1EdtmgjjjzPGCjW8fMtVM3MwM6q7YLRjPlQ3orEvoKMgSS7RkEVQ==",
"_location": "/@novnc/novnc",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@novnc/novnc@1.4.0",
"name": "@novnc/novnc",
"escapedName": "@novnc%2fnovnc",
"scope": "@novnc",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@novnc/novnc/-/novnc-1.4.0.tgz",
"_spec": "1.4.0",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Joel Martin",
"email": "github@martintribe.org",
"url": "https://github.com/kanaka"
},
"browser": "lib/rfb",
"bugs": {
"url": "https://github.com/novnc/noVNC/issues"
},
"contributors": [
{
"name": "Samuel Mannehed",
"email": "samuel@cendio.se",
"url": "https://github.com/samhed"
},
{
"name": "Pierre Ossman",
"email": "ossman@cendio.se",
"url": "https://github.com/CendioOssman"
}
],
"dependencies": {},
"description": "An HTML5 VNC client",
"devDependencies": {
"@babel/cli": "latest",
"@babel/core": "latest",
"@babel/plugin-syntax-dynamic-import": "latest",
"@babel/plugin-transform-modules-commonjs": "latest",
"@babel/preset-env": "latest",
"@chiragrupani/karma-chromium-edge-launcher": "latest",
"babel-plugin-import-redirect": "latest",
"babelify": "latest",
"browserify": "latest",
"chai": "latest",
"commander": "latest",
"core-js": "latest",
"es-module-loader": "latest",
"eslint": "latest",
"fs-extra": "latest",
"jsdom": "latest",
"karma": "latest",
"karma-chrome-launcher": "latest",
"karma-firefox-launcher": "latest",
"karma-ie-launcher": "latest",
"karma-mocha": "latest",
"karma-mocha-reporter": "latest",
"karma-safari-launcher": "latest",
"karma-script-launcher": "latest",
"karma-sinon-chai": "latest",
"mocha": "latest",
"node-getopt": "latest",
"po2json": "latest",
"sinon": "latest",
"sinon-chai": "latest"
},
"directories": {
"lib": "lib",
"doc": "docs",
"test": "tests"
},
"files": [
"lib",
"AUTHORS",
"VERSION",
"docs/API.md",
"docs/LIBRARY.md",
"docs/LICENSE*",
"core",
"vendor/pako"
],
"homepage": "https://github.com/novnc/noVNC",
"keywords": [
"vnc",
"rfb",
"novnc",
"websockify"
],
"license": "MPL-2.0",
"name": "@novnc/novnc",
"repository": {
"type": "git",
"url": "git+https://github.com/novnc/noVNC.git"
},
"scripts": {
"lint": "eslint app core po/po2js po/xgettext-html tests utils",
"prepublish": "node ./utils/convert.js --clean",
"test": "karma start karma.conf.js"
},
"version": "1.4.0"
}