summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ini/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/ini/package.json')
-rw-r--r--deps/npm/node_modules/ini/package.json40
1 files changed, 18 insertions, 22 deletions
diff --git a/deps/npm/node_modules/ini/package.json b/deps/npm/node_modules/ini/package.json
index 1bce638696..8e13a10d4f 100644
--- a/deps/npm/node_modules/ini/package.json
+++ b/deps/npm/node_modules/ini/package.json
@@ -1,37 +1,36 @@
{
- "_from": "ini@1.3.5",
- "_id": "ini@1.3.5",
- "_inBundle": false,
- "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
+ "_from": "ini@~1.3.4",
+ "_id": "ini@1.3.4",
+ "_integrity": "sha1-BTfLedr1m1mhpRff9wbIbsA5Fi4=",
"_location": "/ini",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "ini@1.3.5",
+ "raw": "ini@~1.3.4",
"name": "ini",
"escapedName": "ini",
- "rawSpec": "1.3.5",
+ "rawSpec": "~1.3.4",
"saveSpec": null,
- "fetchSpec": "1.3.5"
+ "fetchSpec": "~1.3.4"
},
"_requiredBy": [
- "#USER",
"/",
"/config-chain",
- "/update-notifier/is-installed-globally/global-dirs",
"/update-notifier/latest-version/package-json/registry-auth-token/rc",
"/update-notifier/latest-version/package-json/registry-url/rc"
],
- "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
- "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
- "_spec": "ini@1.3.5",
- "_where": "/Users/rebecca/code/npm",
+ "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
+ "_shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
+ "_shrinkwrap": null,
+ "_spec": "ini@~1.3.4",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
+ "bin": null,
"bugs": {
"url": "https://github.com/isaacs/ini/issues"
},
@@ -40,8 +39,7 @@
"deprecated": false,
"description": "An ini encoder/decoder for node",
"devDependencies": {
- "standard": "^10.0.3",
- "tap": "^10.7.3 || 11"
+ "tap": "^1.2.0"
},
"engines": {
"node": "*"
@@ -53,16 +51,14 @@
"license": "ISC",
"main": "ini.js",
"name": "ini",
+ "optionalDependencies": {},
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/ini.git"
},
"scripts": {
- "postpublish": "git push origin --all; git push origin --tags",
- "postversion": "npm publish",
- "pretest": "standard ini.js",
- "preversion": "npm test",
- "test": "tap test/*.js --100 -J"
+ "test": "tap test/*.js"
},
- "version": "1.3.5"
+ "version": "1.3.4"
}