aboutsummaryrefslogtreecommitdiff
path: root/node_modules/loose-envify/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/loose-envify/package.json')
-rw-r--r--node_modules/loose-envify/package.json101
1 files changed, 101 insertions, 0 deletions
diff --git a/node_modules/loose-envify/package.json b/node_modules/loose-envify/package.json
new file mode 100644
index 000000000..a8c5726bb
--- /dev/null
+++ b/node_modules/loose-envify/package.json
@@ -0,0 +1,101 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "loose-envify@^1.0.0",
+ "scope": null,
+ "escapedName": "loose-envify",
+ "name": "loose-envify",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/invariant"
+ ]
+ ],
+ "_from": "loose-envify@>=1.0.0 <2.0.0",
+ "_id": "loose-envify@1.2.0",
+ "_inCache": true,
+ "_location": "/loose-envify",
+ "_nodeVersion": "6.1.0",
+ "_npmOperationalInternal": {
+ "host": "packages-16-east.internal.npmjs.com",
+ "tmp": "tmp/loose-envify-1.2.0.tgz_1463284327398_0.7049096294213086"
+ },
+ "_npmUser": {
+ "name": "zertosh",
+ "email": "zertosh@gmail.com"
+ },
+ "_npmVersion": "3.8.6",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "loose-envify@^1.0.0",
+ "scope": null,
+ "escapedName": "loose-envify",
+ "name": "loose-envify",
+ "rawSpec": "^1.0.0",
+ "spec": ">=1.0.0 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/invariant"
+ ],
+ "_resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz",
+ "_shasum": "69a65aad3de542cf4ee0f4fe74e8e33c709ccb0f",
+ "_shrinkwrap": null,
+ "_spec": "loose-envify@^1.0.0",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/invariant",
+ "author": {
+ "name": "Andres Suarez",
+ "email": "zertosh@gmail.com"
+ },
+ "bin": {
+ "loose-envify": "cli.js"
+ },
+ "bugs": {
+ "url": "https://github.com/zertosh/loose-envify/issues"
+ },
+ "dependencies": {
+ "js-tokens": "^1.0.1"
+ },
+ "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
+ "devDependencies": {
+ "browserify": "^11.0.1",
+ "envify": "^3.4.0",
+ "tap": "^1.4.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "69a65aad3de542cf4ee0f4fe74e8e33c709ccb0f",
+ "tarball": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.2.0.tgz"
+ },
+ "gitHead": "58a4c7641e8c8569df3e7cea72b398a9cb1cf158",
+ "homepage": "https://github.com/zertosh/loose-envify",
+ "keywords": [
+ "environment",
+ "variables",
+ "browserify",
+ "browserify-transform",
+ "transform",
+ "source",
+ "configuration"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "zertosh",
+ "email": "zertosh@gmail.com"
+ }
+ ],
+ "name": "loose-envify",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/zertosh/loose-envify.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.2.0"
+}