UNPKG

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