{ "_from": "rc-config-loader@^3.0.0", "_id": "rc-config-loader@3.0.0", "_inBundle": false, "_integrity": "sha512-bwfUSB37TWkHfP+PPjb/x8BUjChFmmBK44JMfVnU7paisWqZl/o5k7ttCH+EQLnrbn2Aq8Fo1LAsyUiz+WF4CQ==", "_location": "/rc-config-loader", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-config-loader@^3.0.0", "name": "rc-config-loader", "escapedName": "rc-config-loader", "rawSpec": "^3.0.0", "saveSpec": null, "fetchSpec": "^3.0.0" }, "_requiredBy": [ "/npm-check-updates" ], "_resolved": "https://registry.npmjs.org/rc-config-loader/-/rc-config-loader-3.0.0.tgz", "_shasum": "1484ed55d6fb8b21057699c8426370f7529c52a7", "_spec": "rc-config-loader@^3.0.0", "_where": "/Users/anchaa/Documents/Research/iStacking_code/istacking/frontend/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.1", "require-from-string": "^2.0.2" }, "deprecated": false, "description": "load config file from .{product}rc.{json,yml,js}", "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^12.12.5", "chai": "^4.2.0", "cross-env": "^6.0.3", "husky": "^3.0.9", "lint-staged": "^9.4.2", "mocha": "^6.2.2", "prettier": "^1.8.2", "ts-node": "^8.4.1", "ts-node-test-register": "^8.0.1", "typescript": "^3.6.4" }, "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": [ "config", "configuration", "json", "loader", "rc", "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 tsc -p .", "prepublish": "npm run --if-present build", "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'", "test": "mocha \"test/**/*.{js,ts}\"", "watch": "tsc -p . --watch" }, "types": "lib/rc-config-loader.d.ts", "version": "3.0.0" }