summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/dotenv/package.json
blob: bc07f36006752123b1f2caf4ad3dc2e5c498010d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "_from": "dotenv@^5.0.1",
  "_id": "dotenv@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-4As8uPrjfwb7VXC+WnLCbXK7y+Ueb2B3zgNCePYfhxS1PYeaO1YTeplffTEcbfLhvFNGLAz90VvJs9yomG7bow==",
  "_location": "/dotenv",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dotenv@^5.0.1",
    "name": "dotenv",
    "escapedName": "dotenv",
    "rawSpec": "^5.0.1",
    "saveSpec": null,
    "fetchSpec": "^5.0.1"
  },
  "_requiredBy": [
    "/libnpx"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-5.0.1.tgz",
  "_shasum": "a5317459bd3d79ab88cff6e44057a6a3fbb1fcef",
  "_spec": "dotenv@^5.0.1",
  "_where": "/Users/rebecca/code/npm/node_modules/libnpx",
  "author": {
    "name": "scottmotte"
  },
  "bugs": {
    "url": "https://github.com/motdotla/dotenv/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Loads environment variables from .env file",
  "devDependencies": {
    "babel": "5.8.23",
    "coveralls": "^2.11.9",
    "lab": "^14.3.2",
    "should": "11.1.1",
    "sinon": "1.17.6",
    "standard": "8.4.0",
    "standard-markdown": "2.2.0"
  },
  "engines": {
    "node": ">=4.6.0"
  },
  "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": {
    "ci:coverage": "lab test/* -r lcov | coveralls",
    "lint": "standard",
    "lint-md": "standard-markdown",
    "postlint": "npm run lint-md",
    "pretest": "npm run lint",
    "test": "lab"
  },
  "version": "5.0.1"
}