Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: node_modules/dotenv/package.json
- Revision:
- 0:a40b9a259b52
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/node_modules/dotenv/package.json Fri Jan 12 19:05:14 2018 +0900 @@ -0,0 +1,71 @@ +{ + "name": "dotenv", + "version": "2.0.0", + "description": "Loads environment variables from .env file", + "main": "lib/main.js", + "scripts": { + "test": "lab test/* --coverage", + "posttest": "npm run lint", + "lint": "standard" + }, + "repository": { + "type": "git", + "url": "git://github.com/motdotla/dotenv.git" + }, + "keywords": [ + "dotenv", + "env", + ".env", + "environment", + "variables", + "config", + "settings" + ], + "author": { + "name": "scottmotte" + }, + "license": "BSD-2-Clause", + "devDependencies": { + "babel": "5.8.23", + "lab": "5.17.0", + "semver": "5.0.3", + "should": "7.1.0", + "sinon": "1.16.1", + "standard": "5.3.0" + }, + "dependencies": {}, + "gitHead": "97d1a99d96b8992e54480b81880a6187de81c86b", + "bugs": { + "url": "https://github.com/motdotla/dotenv/issues" + }, + "homepage": "https://github.com/motdotla/dotenv#readme", + "_id": "dotenv@2.0.0", + "_shasum": "bd759c357aaa70365e01c96b7b0bec08a6e0d949", + "_from": "dotenv@>=2.0.0 <3.0.0", + "_npmVersion": "3.3.12", + "_nodeVersion": "5.1.0", + "_npmUser": { + "name": "motdotla", + "email": "mot@mot.la" + }, + "maintainers": [ + { + "name": "scottmotte", + "email": "scott@scottmotte.com" + }, + { + "name": "jcblw", + "email": "jacoblowe2.0@gmail.com" + }, + { + "name": "motdotla", + "email": "mot@mot.la" + } + ], + "dist": { + "shasum": "bd759c357aaa70365e01c96b7b0bec08a6e0d949", + "tarball": "https://registry.npmjs.org/dotenv/-/dotenv-2.0.0.tgz" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-2.0.0.tgz" +}