diff options
| author | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-03 02:37:42 -0700 |
| commit | 60867fb030bae582082340ead7dbc7efdc2f5398 (patch) | |
| tree | 4c6a7356351be2e4914e15c4703172597c45656e /node_modules/spawn-sync/package.json | |
| parent | commenting (diff) | |
| download | s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.tar.xz s5nical-60867fb030bae582082340ead7dbc7efdc2f5398.zip | |
2020/04/03, 02:34, v1.2.0
Diffstat (limited to 'node_modules/spawn-sync/package.json')
| -rw-r--r-- | node_modules/spawn-sync/package.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/node_modules/spawn-sync/package.json b/node_modules/spawn-sync/package.json new file mode 100644 index 0000000..ac280e8 --- /dev/null +++ b/node_modules/spawn-sync/package.json @@ -0,0 +1,55 @@ +{ + "_from": "spawn-sync@^1.0.1", + "_id": "[email protected]", + "_inBundle": false, + "_integrity": "sha1-sAeZVX63+wyDdsKdROih6mfldHY=", + "_location": "/spawn-sync", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "spawn-sync@^1.0.1", + "name": "spawn-sync", + "escapedName": "spawn-sync", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/sync-request" + ], + "_resolved": "https://registry.npmjs.org/spawn-sync/-/spawn-sync-1.0.15.tgz", + "_shasum": "b00799557eb7fb0c8376c29d44e8a1ea67e57476", + "_spec": "spawn-sync@^1.0.1", + "_where": "E:\\Documents\\GitHub\\s5nical\\node_modules\\sync-request", + "author": { + "name": "ForbesLindesay" + }, + "bugs": { + "url": "https://github.com/ForbesLindesay/spawn-sync/issues" + }, + "bundleDependencies": false, + "dependencies": { + "concat-stream": "^1.4.7", + "os-shim": "^0.1.2" + }, + "deprecated": false, + "description": "Prollyfill for child_process.spawnSync", + "devDependencies": { + "try-thread-sleep": "^1.0.0" + }, + "homepage": "https://github.com/ForbesLindesay/spawn-sync#readme", + "keywords": [], + "license": "MIT", + "name": "spawn-sync", + "repository": { + "type": "git", + "url": "git+https://github.com/ForbesLindesay/spawn-sync.git" + }, + "scripts": { + "postinstall": "node postinstall", + "prepublish": "node postinstall", + "test": "node test/index.js" + }, + "version": "1.0.15" +} |