aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ini
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/ini
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/ini')
-rw-r--r--node_modules/ini/package.json92
1 files changed, 14 insertions, 78 deletions
diff --git a/node_modules/ini/package.json b/node_modules/ini/package.json
index 0ffb07a45..53445b6a6 100644
--- a/node_modules/ini/package.json
+++ b/node_modules/ini/package.json
@@ -1,89 +1,25 @@
{
- "_args": [
- [
- {
- "raw": "ini@^1.3.4",
- "scope": null,
- "escapedName": "ini",
- "name": "ini",
- "rawSpec": "^1.3.4",
- "spec": ">=1.3.4 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/global-prefix"
- ]
- ],
- "_from": "ini@>=1.3.4 <2.0.0",
- "_id": "ini@1.3.4",
- "_inCache": true,
- "_location": "/ini",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "raw": "ini@^1.3.4",
- "scope": null,
- "escapedName": "ini",
- "name": "ini",
- "rawSpec": "^1.3.4",
- "spec": ">=1.3.4 <2.0.0",
- "type": "range"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "name": "ini",
+ "description": "An ini encoder/decoder for node",
+ "version": "1.3.4",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/ini.git"
},
- "_requiredBy": [
- "/global-prefix"
- ],
- "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
- "_shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
- "_shrinkwrap": null,
- "_spec": "ini@^1.3.4",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/global-prefix",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
+ "main": "ini.js",
+ "scripts": {
+ "test": "tap test/*.js"
},
- "bugs": {
- "url": "https://github.com/isaacs/ini/issues"
+ "engines": {
+ "node": "*"
},
"dependencies": {},
- "description": "An ini encoder/decoder for node",
"devDependencies": {
"tap": "^1.2.0"
},
- "directories": {},
- "dist": {
- "shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
- "tarball": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz"
- },
- "engines": {
- "node": "*"
- },
+ "license": "ISC",
"files": [
"ini.js"
- ],
- "gitHead": "4a3001abc4c608e51add9f1d2b2cadf02b8e6dea",
- "homepage": "https://github.com/isaacs/ini#readme",
- "license": "ISC",
- "main": "ini.js",
- "maintainers": [
- {
- "name": "isaacs",
- "email": "i@izs.me"
- }
- ],
- "name": "ini",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/ini.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "1.3.4"
+ ]
}