Files
freeCodeCamp/probot/presolver/node_modules/dotenv/package.json
2018-12-05 11:23:55 +05:30

74 lines
1.7 KiB
JSON

{
"_from": "dotenv@~6.1.0",
"_id": "dotenv@6.1.0",
"_inBundle": false,
"_integrity": "sha512-/veDn2ztgRlB7gKmE3i9f6CmDIyXAy6d5nBq+whO9SLX+Zs1sXEgFLPi+aSuWqUuusMfbi84fT8j34fs1HaYUw==",
"_location": "/dotenv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dotenv@~6.1.0",
"name": "dotenv",
"escapedName": "dotenv",
"rawSpec": "~6.1.0",
"saveSpec": null,
"fetchSpec": "~6.1.0"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-6.1.0.tgz",
"_shasum": "9853b6ca98292acb7dec67a95018fa40bccff42c",
"_spec": "dotenv@~6.1.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"bugs": {
"url": "https://github.com/motdotla/dotenv/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Loads environment variables from .env file",
"devDependencies": {
"flow-bin": "^0.82.0",
"sinon": "^6.3.5",
"standard": "^12.0.1",
"standard-markdown": "^5.0.1",
"tap": "^12.0.1"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/motdotla/dotenv#readme",
"keywords": [
"dotenv",
"env",
".env",
"environment",
"variables",
"config",
"settings"
],
"license": "BSD-2-Clause",
"main": "lib/main.js",
"name": "dotenv",
"repository": {
"type": "git",
"url": "git://github.com/motdotla/dotenv.git"
},
"scripts": {
"flow": "flow",
"lint": "standard",
"lint-md": "standard-markdown",
"postlint": "npm run lint-md",
"pretest": "npm run lint",
"test": "tap tests/*.js --100"
},
"standard": {
"ignore": [
"flow-typed/"
]
},
"version": "6.1.0"
}