{
  "name": "parse-env-string",
  "version": "1.0.1",
  "description": "Parse a string containing environment variables to a key/value object",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "standard": "^14.3.4",
    "tape": "^5.0.0"
  },
  "scripts": {
    "test": "standard && node test.js"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/parse-env-string.git"
  },
  "keywords": [
    "parse",
    "parser",
    "env",
    "environment",
    "variable"
  ],
  "author": "Thomas Watson <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/parse-env-string/issues"
  },
  "homepage": "https://github.com/watson/parse-env-string#readme"
}
