Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ini/package.json')
-rw-r--r--node_modules/ini/package.json72
1 files changed, 18 insertions, 54 deletions
diff --git a/node_modules/ini/package.json b/node_modules/ini/package.json
index 15c442fad..269bc158d 100644
--- a/node_modules/ini/package.json
+++ b/node_modules/ini/package.json
@@ -1,66 +1,30 @@
{
- "_from": "ini@^1.3.5",
- "_id": "ini@1.3.5",
- "_inBundle": false,
- "_integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
- "_location": "/ini",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "ini@^1.3.5",
- "name": "ini",
- "escapedName": "ini",
- "rawSpec": "^1.3.5",
- "saveSpec": null,
- "fetchSpec": "^1.3.5"
+ "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
+ "name": "ini",
+ "description": "An ini encoder/decoder for node",
+ "version": "1.3.5",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/ini.git"
},
- "_requiredBy": [
- "/",
- "/config-chain",
- "/global-dirs",
- "/rc"
- ],
- "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
- "_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
- "_spec": "ini@^1.3.5",
- "_where": "/Users/isaacs/dev/npm/cli",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
+ "main": "ini.js",
+ "scripts": {
+ "pretest": "standard ini.js",
+ "test": "tap test/*.js --100 -J",
+ "preversion": "npm test",
+ "postversion": "npm publish",
+ "postpublish": "git push origin --all; git push origin --tags"
},
- "bugs": {
- "url": "https://github.com/isaacs/ini/issues"
+ "engines": {
+ "node": "*"
},
- "bundleDependencies": false,
"dependencies": {},
- "deprecated": false,
- "description": "An ini encoder/decoder for node",
"devDependencies": {
"standard": "^10.0.3",
"tap": "^10.7.3 || 11"
},
- "engines": {
- "node": "*"
- },
+ "license": "ISC",
"files": [
"ini.js"
- ],
- "homepage": "https://github.com/isaacs/ini#readme",
- "license": "ISC",
- "main": "ini.js",
- "name": "ini",
- "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"
- },
- "version": "1.3.5"
+ ]
}