123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "_args": [
- [
- {
- "raw": "cross-spawn@^5.1.0",
- "scope": null,
- "escapedName": "cross-spawn",
- "name": "cross-spawn",
- "rawSpec": "^5.1.0",
- "spec": ">=5.1.0 <6.0.0",
- "type": "range"
- },
- "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts"
- ]
- ],
- "_from": "cross-spawn@>=5.1.0 <6.0.0",
- "_id": "cross-spawn@5.1.0",
- "_inCache": true,
- "_location": "/cross-spawn",
- "_nodeVersion": "7.0.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/cross-spawn-5.1.0.tgz_1488134324770_0.025160177145153284"
- },
- "_npmUser": {
- "name": "satazor",
- "email": "andremiguelcruz@msn.com"
- },
- "_npmVersion": "3.10.8",
- "_phantomChildren": {},
- "_requested": {
- "raw": "cross-spawn@^5.1.0",
- "scope": null,
- "escapedName": "cross-spawn",
- "name": "cross-spawn",
- "rawSpec": "^5.1.0",
- "spec": ">=5.1.0 <6.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/@ionic/app-scripts",
- "/execa"
- ],
- "_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
- "_shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
- "_shrinkwrap": null,
- "_spec": "cross-spawn@^5.1.0",
- "_where": "/Users/tennesseeg/blueCoin/node_modules/@ionic/app-scripts",
- "author": {
- "name": "IndigoUnited",
- "email": "hello@indigounited.com",
- "url": "http://indigounited.com"
- },
- "bugs": {
- "url": "https://github.com/IndigoUnited/node-cross-spawn/issues/"
- },
- "dependencies": {
- "lru-cache": "^4.0.1",
- "shebang-command": "^1.2.0",
- "which": "^1.2.9"
- },
- "description": "Cross platform child_process#spawn and child_process#spawnSync",
- "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"
- },
- "directories": {},
- "dist": {
- "shasum": "e8bd0efee58fcff6f8f94510a0a554bbfa235449",
- "tarball": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz"
- },
- "files": [
- "index.js",
- "lib"
- ],
- "gitHead": "1da4c09ccf658079849a3d191b16e59bc600e8b4",
- "homepage": "https://github.com/IndigoUnited/node-cross-spawn#readme",
- "keywords": [
- "spawn",
- "spawnSync",
- "windows",
- "cross",
- "platform",
- "path",
- "ext",
- "path-ext",
- "path_ext",
- "shebang",
- "hashbang",
- "cmd",
- "execute"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "satazor",
- "email": "andremiguelcruz@msn.com"
- }
- ],
- "name": "cross-spawn",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/IndigoUnited/node-cross-spawn.git"
- },
- "scripts": {
- "lint": "eslint '{*.js,lib/**/*.js,test/**/*.js}'",
- "test": "node test/prepare && mocha --bail test/test"
- },
- "version": "5.1.0"
- }
|