unexample
Version:
convert .env.example to .env (and some)
70 lines (69 loc) • 1.73 kB
JSON
{
"_from": "minimist-options",
"_id": "minimist-options@4.0.1",
"_inBundle": false,
"_integrity": "sha512-mM6mNIRActjNAB6tHeB9qBPg4LqGWVGrnB8mHupgVu7SwrcyTO3qUB184L1H+MuJS8lQYHCu+NzE3HDf5hu/pw==",
"_location": "/minimist-options",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "minimist-options",
"name": "minimist-options",
"escapedName": "minimist-options",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-4.0.1.tgz",
"_shasum": "7acffad2a4885859737f9430b2f634328e02732a",
"_spec": "minimist-options",
"_where": "/Users/fran/Sites/node/env-example-to-dotenv",
"author": {
"name": "Vadim Demedes",
"email": "vdemedes@gmail.com"
},
"bugs": {
"url": "https://github.com/vadimdemedes/minimist-options/issues"
},
"bundleDependencies": false,
"dependencies": {
"arrify": "^1.0.1",
"is-plain-obj": "^1.1.0"
},
"deprecated": false,
"description": "Pretty options for minimist",
"devDependencies": {
"@types/minimist": "^1.2.0",
"ava": "^1.0.1",
"tsd-check": "^0.3.0",
"xo": "^0.24.0"
},
"engines": {
"node": ">= 6"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/vadimdemedes/minimist-options#readme",
"keywords": [
"minimist",
"argv",
"args"
],
"license": "MIT",
"name": "minimist-options",
"repository": {
"type": "git",
"url": "git+https://github.com/vadimdemedes/minimist-options.git"
},
"scripts": {
"test": "xo && ava && tsd-check"
},
"version": "4.0.1"
}