|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "resolve-alpn@1.1.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "resolve-alpn@1.1.2",
- "_id": "resolve-alpn@1.1.2",
- "_inBundle": false,
- "_integrity": "sha512-8OyfzhAtA32LVUsJSke3auIyINcwdh5l3cvYKdKO0nvsYSKuiLfTM5i78PJswFPT8y6cPW+L1v6/hE95chcpDA==",
- "_location": "/resolve-alpn",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "resolve-alpn@1.1.2",
- "name": "resolve-alpn",
- "escapedName": "resolve-alpn",
- "rawSpec": "1.1.2",
- "saveSpec": null,
- "fetchSpec": "1.1.2"
- },
- "_requiredBy": [
- "/http2-wrapper"
- ],
- "_resolved": "https://registry.npmjs.org/resolve-alpn/-/resolve-alpn-1.1.2.tgz",
- "_spec": "1.1.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Szymon Marczak"
- },
- "bugs": {
- "url": "https://github.com/szmarczak/resolve-alpn/issues"
- },
- "description": "Detects the ALPN protocol",
- "devDependencies": {
- "ava": "^3.15.0",
- "nyc": "^15.1.0",
- "pem": "1.14.3",
- "xo": "^0.38.2"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/szmarczak/resolve-alpn#readme",
- "keywords": [
- "alpn",
- "tls",
- "socket",
- "http2"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "resolve-alpn",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/szmarczak/resolve-alpn.git"
- },
- "scripts": {
- "test": "xo && nyc --reporter=lcovonly --reporter=text --reporter=html ava"
- },
- "version": "1.1.2"
- }
|