File: D:/HostingSpaces/SBogers10/helder.komma.pro/node_modules/cosmiconfig/package.json
{
"_args": [
[
{
"raw": "cosmiconfig@^4.0.0",
"scope": null,
"escapedName": "cosmiconfig",
"name": "cosmiconfig",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"/Users/mike/Webdevelopment/Helder/node_modules/postcss-load-config"
]
],
"_from": "cosmiconfig@>=4.0.0 <5.0.0",
"_id": "cosmiconfig@4.0.0",
"_inCache": true,
"_location": "/cosmiconfig",
"_nodeVersion": "8.9.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/cosmiconfig-4.0.0.tgz_1516072984111_0.9652654137462378"
},
"_npmUser": {
"name": "sudo-suhas",
"email": "sudo.suhas@gmail.com"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {
"argparse": "1.0.10",
"error-ex": "1.3.2",
"json-parse-better-errors": "1.0.2"
},
"_requested": {
"raw": "cosmiconfig@^4.0.0",
"scope": null,
"escapedName": "cosmiconfig",
"name": "cosmiconfig",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/postcss-load-config"
],
"_resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz",
"_shasum": "760391549580bbd2df1e562bc177b13c290972dc",
"_shrinkwrap": null,
"_spec": "cosmiconfig@^4.0.0",
"_where": "/Users/mike/Webdevelopment/Helder/node_modules/postcss-load-config",
"author": {
"name": "David Clark",
"email": "david.dave.clark@gmail.com"
},
"babel": {
"plugins": [
"transform-flow-strip-types"
]
},
"bugs": {
"url": "https://github.com/davidtheclark/cosmiconfig/issues"
},
"contributors": [
{
"name": "Bogdan Chadkin",
"email": "trysound@yandex.ru"
},
{
"name": "Suhas Karanth",
"email": "sudo.suhas@gmail.com"
}
],
"dependencies": {
"is-directory": "^0.3.1",
"js-yaml": "^3.9.0",
"parse-json": "^4.0.0",
"require-from-string": "^2.0.1"
},
"description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"eslint": "^4.12.1",
"eslint-config-davidtheclark-node": "^0.2.2",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-node": "^5.2.1",
"flow-bin": "^0.54.1",
"flow-remove-types": "^1.2.3",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^6.0.0",
"prettier": "^1.8.2"
},
"directories": {},
"dist": {
"integrity": "sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==",
"shasum": "760391549580bbd2df1e562bc177b13c290972dc",
"tarball": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz"
},
"engines": {
"node": ">=4"
},
"files": [
"dist"
],
"gitHead": "e520cde1cbbbd528e8b0533c3f02bcb35e8a359e",
"homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
"jest": {
"testEnvironment": "node",
"collectCoverageFrom": [
"src/*.js"
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"keywords": [
"load",
"configuration",
"config"
],
"license": "MIT",
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write",
"git add"
]
},
"main": "dist/index.js",
"maintainers": [
{
"name": "sudo-suhas",
"email": "sudo.suhas@gmail.com"
},
{
"name": "davidtheclark",
"email": "david.dave.clark@gmail.com"
}
],
"name": "cosmiconfig",
"optionalDependencies": {},
"prettier": {
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/davidtheclark/cosmiconfig.git"
},
"scripts": {
"build": "flow-remove-types src --out-dir dist --quiet",
"coverage": "jest --coverage --coverageReporters=html --coverageReporters=text",
"format": "prettier --write \"{src/*.js,test/*.js}\"",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"precommit": "lint-staged && jest && flow check",
"prepublishOnly": "npm run build",
"pretest": "npm run lint && flow check",
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"version": "4.0.0"
}