123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- {
- "_args": [
- [
- "loose-envify@1.4.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "loose-envify@1.4.0",
- "_id": "loose-envify@1.4.0",
- "_inBundle": false,
- "_integrity": "sha1-ce5R+nvkyuwaY4OffmgtgTLTDK8=",
- "_location": "/loose-envify",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "loose-envify@1.4.0",
- "name": "loose-envify",
- "escapedName": "loose-envify",
- "rawSpec": "1.4.0",
- "saveSpec": null,
- "fetchSpec": "1.4.0"
- },
- "_requiredBy": [
- "/invariant"
- ],
- "_resolved": "https://registry.npm.taobao.org/loose-envify/download/loose-envify-1.4.0.tgz",
- "_spec": "1.4.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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": "^3.0.0 || ^4.0.0"
- },
- "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
- "devDependencies": {
- "browserify": "^13.1.1",
- "envify": "^3.4.0",
- "tap": "^8.0.0"
- },
- "homepage": "https://github.com/zertosh/loose-envify",
- "keywords": [
- "environment",
- "variables",
- "browserify",
- "browserify-transform",
- "transform",
- "source",
- "configuration"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "loose-envify",
- "repository": {
- "type": "git",
- "url": "git://github.com/zertosh/loose-envify.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.4.0"
- }
|