package.json 1.8 KB
{
  "_args": [
    [
      "dotenv@7.0.0",
      "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction"
    ]
  ],
  "_from": "dotenv@7.0.0",
  "_id": "dotenv@7.0.0",
  "_inBundle": false,
  "_integrity": "sha512-M3NhsLbV1i6HuGzBUH8vXrtxOk+tWmzWKDMbAVSUp3Zsjm7ywFeuwrUXhmhQyRK1q5B5GGy7hcXPbj3bnfZg2g==",
  "_location": "/dotenv",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "dotenv@7.0.0",
    "name": "dotenv",
    "escapedName": "dotenv",
    "rawSpec": "7.0.0",
    "saveSpec": null,
    "fetchSpec": "7.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-7.0.0.tgz",
  "_spec": "7.0.0",
  "_where": "/Users/ye/Desktop/NodeBook/nodejs-book/ch12/12.4/node-auction",
  "bugs": {
    "url": "https://github.com/motdotla/dotenv/issues"
  },
  "dependencies": {},
  "description": "Loads environment variables from .env file",
  "devDependencies": {
    "decache": "^4.5.1",
    "flow-bin": "^0.92.1",
    "sinon": "^7.2.3",
    "standard": "^12.0.1",
    "standard-markdown": "^5.0.1",
    "tap": "^12.5.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",
    "postlint": "standard-markdown",
    "pretest": "npm run lint",
    "test": "tap tests/*.js --100"
  },
  "standard": {
    "ignore": [
      "flow-typed/"
    ]
  },
  "version": "7.0.0"
}