Files
freeCodeCamp/probot/presolver/node_modules/update-dotenv/package.json
2018-12-05 11:23:55 +05:30

64 lines
1.6 KiB
JSON

{
"_from": "update-dotenv@^1.1.0",
"_id": "update-dotenv@1.1.1",
"_inBundle": false,
"_integrity": "sha512-3cIC18In/t0X/yH793c00qqxcKD8jVCgNOPif/fGQkFpYMGecM9YAc+kaAKXuZsM2dE9I9wFI7KvAuNX22SGMQ==",
"_location": "/update-dotenv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "update-dotenv@^1.1.0",
"name": "update-dotenv",
"escapedName": "update-dotenv",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/probot"
],
"_resolved": "https://registry.npmjs.org/update-dotenv/-/update-dotenv-1.1.1.tgz",
"_shasum": "17146f302f216c3c92419d5a327a45be910050ca",
"_spec": "update-dotenv@^1.1.0",
"_where": "/Users/traceybushman/Documents/FreeCodeCamp/presolver/node_modules/probot",
"author": {
"name": "Brandon Keepers",
"email": "bkeepers@github.com"
},
"bugs": {
"url": "https://github.com/bkeepers/update-dotenv/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Write updates to a .env file",
"devDependencies": {
"dotenv": "^6.0.0",
"jest": "^23.5.0",
"standard": "^11.0.1"
},
"homepage": "https://github.com/bkeepers/update-dotenv#readme",
"keywords": [
"dotenv"
],
"license": "ISC",
"main": "index.js",
"name": "update-dotenv",
"peerDependencies": {
"dotenv": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bkeepers/update-dotenv.git"
},
"scripts": {
"test": "jest && standard"
},
"standard": {
"env": [
"jest"
]
},
"version": "1.1.1"
}