summaryrefslogtreecommitdiff
path: root/node_modules/loose-envify/package.json
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-08-18 13:29:54 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-08-18 13:29:54 +0300
commitfd70f95224374d23157ee7c0357733102cd0df53 (patch)
treee490c12e021cedaf211b292d5d623baa32a673fc /node_modules/loose-envify/package.json
initialHEADmaster
Diffstat (limited to 'node_modules/loose-envify/package.json')
-rw-r--r--node_modules/loose-envify/package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/loose-envify/package.json b/node_modules/loose-envify/package.json
new file mode 100644
index 0000000..5e3d0e2
--- /dev/null
+++ b/node_modules/loose-envify/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "loose-envify",
+ "version": "1.4.0",
+ "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
+ "keywords": [
+ "environment",
+ "variables",
+ "browserify",
+ "browserify-transform",
+ "transform",
+ "source",
+ "configuration"
+ ],
+ "homepage": "https://github.com/zertosh/loose-envify",
+ "license": "MIT",
+ "author": "Andres Suarez <zertosh@gmail.com>",
+ "main": "index.js",
+ "bin": {
+ "loose-envify": "cli.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/zertosh/loose-envify.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "dependencies": {
+ "js-tokens": "^3.0.0 || ^4.0.0"
+ },
+ "devDependencies": {
+ "browserify": "^13.1.1",
+ "envify": "^3.4.0",
+ "tap": "^8.0.0"
+ }
+}