81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"_from": "@expo/spawn-async@1.5.0",
|
|
"_id": "@expo/spawn-async@1.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-LB7jWkqrHo+5fJHNrLAFdimuSXQ2MQ4lA7SQW5bf/HbsXuV2VrT/jN/M8f/KoWt0uJMGN4k/j7Opx4AvOOxSew==",
|
|
"_location": "/@expo/spawn-async",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@expo/spawn-async@1.5.0",
|
|
"name": "@expo/spawn-async",
|
|
"escapedName": "@expo%2fspawn-async",
|
|
"scope": "@expo",
|
|
"rawSpec": "1.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@expo/image-utils",
|
|
"/jest-expo/@expo/image-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@expo/spawn-async/-/spawn-async-1.5.0.tgz",
|
|
"_shasum": "799827edd8c10ef07eb1a2ff9dcfe081d596a395",
|
|
"_spec": "@expo/spawn-async@1.5.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/image-utils",
|
|
"author": {
|
|
"name": "Expo"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/spawn-async/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"cross-spawn": "^6.0.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A Promise-based interface into processes created by child_process.spawn",
|
|
"devDependencies": {
|
|
"@types/cross-spawn": "^6.0.0",
|
|
"@types/jest": "^23.3.9",
|
|
"jest": "^23.6.0",
|
|
"ts-jest": "^23.10.4",
|
|
"typescript": "^3.1.6"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"build"
|
|
],
|
|
"homepage": "https://github.com/expo/spawn-async#readme",
|
|
"jest": {
|
|
"preset": "ts-jest",
|
|
"testEnvironment": "node",
|
|
"rootDir": "src"
|
|
},
|
|
"keywords": [
|
|
"spawn",
|
|
"child_process",
|
|
"async",
|
|
"promise",
|
|
"process"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@expo/spawn-async",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expo/spawn-async.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rm -rf build",
|
|
"prepare": "yarn clean && yarn build",
|
|
"test": "jest"
|
|
},
|
|
"types": "./build/spawnAsync.d.ts",
|
|
"version": "1.5.0"
|
|
}
|