package.json 3.3 KB
{
  "_args": [
    [
      {
        "raw": "cosmiconfig@^2.1.0",
        "scope": null,
        "escapedName": "cosmiconfig",
        "name": "cosmiconfig",
        "rawSpec": "^2.1.0",
        "spec": ">=2.1.0 <3.0.0",
        "type": "range"
      },
      "/Users/admin/Documents/workspace/programming/node_modules/postcss-load-config"
    ]
  ],
  "_from": "cosmiconfig@>=2.1.0 <3.0.0",
  "_id": "cosmiconfig@2.1.1",
  "_inCache": true,
  "_location": "/cosmiconfig",
  "_nodeVersion": "4.6.1",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/cosmiconfig-2.1.1.tgz_1480883998374_0.7163176657631993"
  },
  "_npmUser": {
    "name": "davidtheclark",
    "email": "david.dave.clark@gmail.com"
  },
  "_npmVersion": "4.0.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "cosmiconfig@^2.1.0",
    "scope": null,
    "escapedName": "cosmiconfig",
    "name": "cosmiconfig",
    "rawSpec": "^2.1.0",
    "spec": ">=2.1.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/postcss-load-config",
    "/postcss-load-options",
    "/postcss-load-plugins"
  ],
  "_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.1.tgz",
  "_shasum": "817f2c2039347a1e9bf7d090c0923e53f749ca82",
  "_shrinkwrap": null,
  "_spec": "cosmiconfig@^2.1.0",
  "_where": "/Users/admin/Documents/workspace/programming/node_modules/postcss-load-config",
  "author": {
    "name": "David Clark",
    "email": "david.dave.clark@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/davidtheclark/cosmiconfig/issues"
  },
  "contributors": [
    {
      "name": "Bogdan Chadkin",
      "email": "trysound@yandex.ru"
    }
  ],
  "dependencies": {
    "js-yaml": "^3.4.3",
    "minimist": "^1.2.0",
    "object-assign": "^4.1.0",
    "os-homedir": "^1.0.1",
    "parse-json": "^2.2.0",
    "require-from-string": "^1.1.0"
  },
  "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
  "devDependencies": {
    "ava": "0.16.0",
    "eslint": "3.5.0",
    "eslint-config-davidtheclark-node": "^0.2.0",
    "eslint-plugin-node": "^2.0.0",
    "expect": "^1.20.2",
    "lodash": "4.16.1",
    "node-version-check": "^2.1.1",
    "nyc": "^8.3.0",
    "sinon": "1.17.6"
  },
  "directories": {},
  "dist": {
    "shasum": "817f2c2039347a1e9bf7d090c0923e53f749ca82",
    "tarball": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-2.1.1.tgz"
  },
  "engines": {
    "node": ">=0.12"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "gitHead": "833385b0897c7d698e346442cc260a40f0e8eb9d",
  "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
  "keywords": [
    "load",
    "configuration",
    "config"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "davidtheclark",
      "email": "david.dave.clark@gmail.com"
    }
  ],
  "name": "cosmiconfig",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
  },
  "scripts": {
    "ava": "ava test/*.test.js",
    "coverage": "nyc npm run ava && nyc report --reporter=html && open coverage/index.html",
    "lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
    "test": "npm run ava && npm run lint"
  },
  "version": "2.1.1"
}