1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_args": [
- [
- "detect-node@2.1.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "detect-node@2.1.0",
- "_id": "detect-node@2.1.0",
- "_inBundle": false,
- "_integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==",
- "_location": "/detect-node",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "detect-node@2.1.0",
- "name": "detect-node",
- "escapedName": "detect-node",
- "rawSpec": "2.1.0",
- "saveSpec": null,
- "fetchSpec": "2.1.0"
- },
- "_requiredBy": [
- "/roarr"
- ],
- "_resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz",
- "_spec": "2.1.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Ilya Kantor"
- },
- "browser": "browser.js",
- "bugs": {
- "url": "https://github.com/iliakan/detect-node/issues"
- },
- "description": "Detect Node.JS (as opposite to browser environment) (reliable)",
- "homepage": "https://github.com/iliakan/detect-node",
- "keywords": [
- "detect",
- "node"
- ],
- "license": "MIT",
- "main": "index.js",
- "module": "index.esm.js",
- "name": "detect-node",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/iliakan/detect-node.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "2.1.0"
- }
|