123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "_args": [
- [
- "spawn-wrap@2.0.0",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "spawn-wrap@2.0.0",
- "_id": "spawn-wrap@2.0.0",
- "_inBundle": false,
- "_integrity": "sha512-EeajNjfN9zMnULLwhZZQU3GWBoFNkbngTUPfaawT4RkMiviTxcX0qfhVbGey39mfctfDHkWtuecgQ8NJcyQWHg==",
- "_location": "/spawn-wrap",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "spawn-wrap@2.0.0",
- "name": "spawn-wrap",
- "escapedName": "spawn-wrap",
- "rawSpec": "2.0.0",
- "saveSpec": null,
- "fetchSpec": "2.0.0"
- },
- "_requiredBy": [
- "/nyc"
- ],
- "_resolved": "https://registry.npmjs.org/spawn-wrap/-/spawn-wrap-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/istanbuljs/spawn-wrap/issues"
- },
- "dependencies": {
- "foreground-child": "^2.0.0",
- "is-windows": "^1.0.2",
- "make-dir": "^3.0.0",
- "rimraf": "^3.0.0",
- "signal-exit": "^3.0.2",
- "which": "^2.0.1"
- },
- "description": "Wrap all spawned Node.js child processes by adding environs and arguments ahead of the main JavaScript file argument.",
- "devDependencies": {
- "standard-version": "^7.1.0",
- "tap": "^14.10.5"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "lib/",
- "index.js",
- "shim.js"
- ],
- "homepage": "https://github.com/istanbuljs/spawn-wrap#readme",
- "license": "ISC",
- "main": "index.js",
- "name": "spawn-wrap",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/istanbuljs/spawn-wrap.git"
- },
- "scripts": {
- "clean": "rm -rf ~/.node-spawn-wrap-*",
- "release": "standard-version",
- "test": "tap"
- },
- "tap": {
- "coverage": false,
- "timeout": 240
- },
- "version": "2.0.0"
- }
|