package.json 2.67 KB
{
  "_args": [
    [
      "spawn-default-shell@^1.1.0",
      "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\concurrently"
    ]
  ],
  "_from": "spawn-default-shell@>=1.1.0 <2.0.0",
  "_id": "spawn-default-shell@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/spawn-default-shell",
  "_nodeVersion": "6.3.1",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/spawn-default-shell-1.1.0.tgz_1475267505391_0.4221811124589294"
  },
  "_npmUser": {
    "email": "kimmo.brunfeldt@gmail.com",
    "name": "kimmobrunfeldt"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "name": "spawn-default-shell",
    "raw": "spawn-default-shell@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/concurrently"
  ],
  "_resolved": "https://registry.npmjs.org/spawn-default-shell/-/spawn-default-shell-1.1.0.tgz",
  "_shasum": "095439d44c4b7c0aff56a53929fbaab87878e7c6",
  "_shrinkwrap": null,
  "_spec": "spawn-default-shell@^1.1.0",
  "_where": "D:\\100-PROJECTS\\Angular\\quickstart\\node_modules\\concurrently",
  "author": {
    "name": "Kimmo Brunfeldt"
  },
  "bugs": {
    "url": "https://github.com/kimmobrunfeldt/spawn-default-shell/issues"
  },
  "dependencies": {},
  "description": "Spawn shell command with platform default shell",
  "devDependencies": {
    "eslint": "^3.5.0",
    "eslint-config-airbnb-base": "^7.1.0",
    "eslint-plugin-import": "^1.15.0",
    "lodash": "^4.16.2",
    "mocha": "^3.0.2",
    "releasor": "^1.2.1"
  },
  "directories": {},
  "dist": {
    "shasum": "095439d44c4b7c0aff56a53929fbaab87878e7c6",
    "tarball": "https://registry.npmjs.org/spawn-default-shell/-/spawn-default-shell-1.1.0.tgz"
  },
  "gitHead": "2c9535432cde35e18528921b50a261dcea6e1b86",
  "homepage": "https://github.com/kimmobrunfeldt/spawn-default-shell#readme",
  "keywords": [
    "shell",
    "exec",
    "bash",
    "sh",
    "command",
    "cross-platform",
    "windows",
    "linux",
    "mac"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "maintainers": [
    {
      "email": "kimmo.brunfeldt@gmail.com",
      "name": "kimmobrunfeldt"
    }
  ],
  "name": "spawn-default-shell",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kimmobrunfeldt/spawn-default-shell.git"
  },
  "scripts": {
    "lint": "eslint ./src ./test",
    "test": "npm run test-debug-print && mocha",
    "test-debug-print": "node -e \"var a = require('./src/get-shell')(); console.log('> getShell()\\n' + JSON.stringify(a, null, 2));\""
  },
  "version": "1.1.0"
}