ionic
Version:
A tool for creating and developing Ionic Framework mobile apps.
86 lines (85 loc) • 2.17 kB
JSON
{
"name": "cross-spawn",
"version": "5.0.1",
"description": "Cross platform child_process#spawn and child_process#spawnSync",
"main": "index.js",
"scripts": {
"test": "node test/prepare && mocha --bail test/test",
"lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'"
},
"bugs": {
"url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
},
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/node-cross-spawn.git"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"spawn",
"spawnSync",
"windows",
"cross",
"platform",
"path",
"ext",
"path-ext",
"path_ext",
"shebang",
"hashbang",
"cmd",
"execute"
],
"author": {
"name": "IndigoUnited",
"email": "hello@indigounited.com",
"url": "http://indigounited.com"
},
"license": "MIT",
"dependencies": {
"lru-cache": "^4.0.1",
"shebang-command": "^1.2.0",
"which": "^1.2.9"
},
"devDependencies": {
"@satazor/eslint-config": "^3.0.0",
"eslint": "^3.0.0",
"expect.js": "^0.3.0",
"glob": "^7.0.0",
"mkdirp": "^0.5.1",
"mocha": "^3.0.2",
"once": "^1.4.0",
"rimraf": "^2.5.0"
},
"gitHead": "d74d461bc4543787b955cfac5c006c86da55a4ca",
"homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
"_id": "cross-spawn@5.0.1",
"_shasum": "a3bbb302db2297cbea3c04edf36941f4613aa399",
"_from": "cross-spawn@>=5.0.1 <6.0.0",
"_npmVersion": "3.10.8",
"_nodeVersion": "6.9.1",
"_npmUser": {
"name": "satazor",
"email": "andremiguelcruz@msn.com"
},
"dist": {
"shasum": "a3bbb302db2297cbea3c04edf36941f4613aa399",
"tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.0.1.tgz"
},
"maintainers": [
{
"name": "satazor",
"email": "andremiguelcruz@msn.com"
}
],
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/cross-spawn-5.0.1.tgz_1478303144933_0.1565041346475482"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.0.1.tgz",
"readme": "ERROR: No README data found!"
}