2017-09-13 07:52:34 +02:00

121 lines
2.8 KiB
JSON

{
"_args": [
[
{
"raw": "dotenv@^4.0.0",
"scope": null,
"escapedName": "dotenv",
"name": "dotenv",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix"
]
],
"_from": "dotenv@>=4.0.0 <5.0.0",
"_id": "dotenv@4.0.0",
"_inCache": true,
"_location": "/dotenv",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/dotenv-4.0.0.tgz_1483816132917_0.4720889476593584"
},
"_npmUser": {
"name": "maxbeatty",
"email": "max@beatty.me"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "dotenv@^4.0.0",
"scope": null,
"escapedName": "dotenv",
"name": "dotenv",
"rawSpec": "^4.0.0",
"spec": ">=4.0.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz",
"_shasum": "864ef1379aced55ce6f95debecdce179f7a0cd1d",
"_shrinkwrap": null,
"_spec": "dotenv@^4.0.0",
"_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\laravel-mix",
"author": {
"name": "scottmotte"
},
"bugs": {
"url": "https://github.com/motdotla/dotenv/issues"
},
"dependencies": {},
"description": "Loads environment variables from .env file",
"devDependencies": {
"babel": "5.8.23",
"coveralls": "^2.11.9",
"lab": "11.1.0",
"semver": "5.3.0",
"should": "11.1.1",
"sinon": "1.17.6",
"standard": "8.4.0",
"standard-markdown": "2.2.0"
},
"directories": {},
"dist": {
"shasum": "864ef1379aced55ce6f95debecdce179f7a0cd1d",
"tarball": "https://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz"
},
"engines": {
"node": ">=4.6.0"
},
"gitHead": "fdd0923e82e12a6e29b65898990201857141e75d",
"homepage": "https://github.com/motdotla/dotenv#readme",
"keywords": [
"dotenv",
"env",
".env",
"environment",
"variables",
"config",
"settings"
],
"license": "BSD-2-Clause",
"main": "lib/main.js",
"maintainers": [
{
"name": "jcblw",
"email": "jacoblowe2.0@gmail.com"
},
{
"name": "maxbeatty",
"email": "max@beatty.me"
},
{
"name": "motdotla",
"email": "mot@mot.la"
},
{
"name": "scottmotte",
"email": "scott@scottmotte.com"
}
],
"name": "dotenv",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/motdotla/dotenv.git"
},
"scripts": {
"lint": "standard",
"lint-md": "standard-markdown",
"postlint": "npm run lint-md",
"pretest": "npm run lint",
"test": "lab test/* -r lcov | coveralls"
},
"version": "4.0.0"
}