1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "foreground-child@2.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "foreground-child@2.0.0",
- "_id": "foreground-child@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
- "_location": "/foreground-child",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "foreground-child@2.0.0",
- "name": "foreground-child",
- "escapedName": "foreground-child",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/nyc",
- "/spawn-wrap"
- ],
- "_resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
- "_spec": "2.0.0",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- },
- "bugs": {
- "url": "https://github.com/tapjs/foreground-child/issues"
- },
- "dependencies": {
- "cross-spawn": "^7.0.0",
- "signal-exit": "^3.0.2"
- },
- "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.",
- "devDependencies": {
- "tap": "^14.6.1"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=8.0.0"
- },
- "files": [
- "index.js"
- ],
- "homepage": "https://github.com/tapjs/foreground-child#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "foreground-child",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tapjs/foreground-child.git"
- },
- "scripts": {
- "changelog": "bash changelog.sh",
- "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
- "test": "tap"
- },
- "tap": {
- "jobs": 1
- },
- "version": "2.0.0"
- }
|