1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00
ssh-key-action/node_modules/rc-config-loader/package.json
2019-09-18 20:37:31 +09:00

110 lines
2.8 KiB
JSON

{
"_from": "rc-config-loader@^2.0.4",
"_id": "rc-config-loader@2.0.4",
"_inBundle": false,
"_integrity": "sha512-k06UzRbYDWgF4Mc/YrsZsmzSpDLuHoThJxep+vq5H09hiX8rbA5Ue/Ra0dwWm5MQvWYW4YBXgA186inNxuxidQ==",
"_location": "/rc-config-loader",
"_phantomChildren": {
"ms": "2.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "rc-config-loader@^2.0.4",
"name": "rc-config-loader",
"escapedName": "rc-config-loader",
"rawSpec": "^2.0.4",
"saveSpec": null,
"fetchSpec": "^2.0.4"
},
"_requiredBy": [
"/npm-check-updates"
],
"_resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-2.0.4.tgz",
"_shasum": "fe23e26a87e2ec07541b29e7f37bfd75807a4c36",
"_spec": "rc-config-loader@^2.0.4",
"_where": "/home/shimataro/projects/actions/ssh-key-action/node_modules/npm-check-updates",
"author": {
"name": "azu"
},
"bugs": {
"url": "https://github.com/azu/rc-config-loader/issues"
},
"bundleDependencies": false,
"dependencies": {
"debug": "^4.1.1",
"js-yaml": "^3.12.0",
"json5": "^2.1.0",
"object-assign": "^4.1.0",
"object-keys": "^1.0.12",
"path-exists": "^3.0.0",
"require-from-string": "^2.0.2"
},
"deprecated": false,
"description": "load config file from .{product}rc.{json,yml,js}",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-preset-jsdoc-to-assert": "^5.0.0",
"babel-preset-power-assert": "^3.0.0",
"chai": "^4.2.0",
"cross-env": "^5.2.0",
"eslint": "^6.0.1",
"husky": "^3.0.0",
"lint-staged": "^9.1.0",
"mocha": "^6.1.4",
"power-assert": "^1.4.2",
"prettier": "^1.8.2"
},
"directories": {
"test": "test"
},
"files": [
"bin/",
"lib/",
"src/"
],
"homepage": "https://github.com/azu/rc-config-loader",
"husky": {
"hooks": {
"post-commit": "git reset",
"pre-commit": "lint-staged"
}
},
"keywords": [
"rc",
"config",
"configuration",
"loader",
"json",
"yaml",
"yml"
],
"license": "MIT",
"lint-staged": {
"*.{js,jsx,ts,tsx,css}": [
"prettier --write",
"git add"
]
},
"main": "lib/rc-config-loader.js",
"name": "rc-config-loader",
"prettier": {
"printWidth": 120,
"tabWidth": 4
},
"repository": {
"type": "git",
"url": "git+https://github.com/azu/rc-config-loader.git"
},
"scripts": {
"build": "cross-env NODE_ENV=production babel src --out-dir lib --copy-files --source-maps",
"prepublish": "npm run --if-present build",
"prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'",
"test": "mocha test/",
"watch": "babel src --out-dir lib --watch --source-maps"
},
"version": "2.0.4"
}