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.json90
1 files changed, 57 insertions, 33 deletions
diff --git a/node_modules/ini/package.json b/node_modules/ini/package.json
index e9b9d5396..ca9e5bfd5 100644
--- a/node_modules/ini/package.json
+++ b/node_modules/ini/package.json
@@ -1,56 +1,80 @@
{
+ "_args": [
+ [
+ "ini@~1.3.4",
+ "/Users/rebecca/code/npm"
+ ]
+ ],
+ "_from": "ini@>=1.3.4 <1.4.0",
+ "_id": "ini@1.3.4",
+ "_inCache": true,
+ "_location": "/ini",
+ "_nodeVersion": "2.0.1",
+ "_npmUser": {
+ "email": "isaacs@npmjs.com",
+ "name": "isaacs"
+ },
+ "_npmVersion": "2.10.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "ini",
+ "raw": "ini@~1.3.4",
+ "rawSpec": "~1.3.4",
+ "scope": null,
+ "spec": ">=1.3.4 <1.4.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/",
+ "/config-chain"
+ ],
+ "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
+ "_shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
+ "_shrinkwrap": null,
+ "_spec": "ini@~1.3.4",
+ "_where": "/Users/rebecca/code/npm",
"author": {
- "name": "Isaac Z. Schlueter",
"email": "i@izs.me",
+ "name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
- "name": "ini",
+ "bugs": {
+ "url": "https://github.com/isaacs/ini/issues"
+ },
+ "dependencies": {},
"description": "An ini encoder/decoder for node",
- "version": "1.3.4",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/ini.git"
+ "devDependencies": {
+ "tap": "^1.2.0"
},
- "main": "ini.js",
- "scripts": {
- "test": "tap test/*.js"
+ "directories": {},
+ "dist": {
+ "shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
+ "tarball": "http://registry.npmjs.org/ini/-/ini-1.3.4.tgz"
},
"engines": {
"node": "*"
},
- "dependencies": {},
- "devDependencies": {
- "tap": "^1.2.0"
- },
- "license": "ISC",
"files": [
"ini.js"
],
"gitHead": "4a3001abc4c608e51add9f1d2b2cadf02b8e6dea",
- "bugs": {
- "url": "https://github.com/isaacs/ini/issues"
- },
"homepage": "https://github.com/isaacs/ini#readme",
- "_id": "ini@1.3.4",
- "_shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
- "_from": "ini@latest",
- "_npmVersion": "2.10.1",
- "_nodeVersion": "2.0.1",
- "_npmUser": {
- "name": "isaacs",
- "email": "isaacs@npmjs.com"
- },
- "dist": {
- "shasum": "0537cb79daf59b59a1a517dff706c86ec039162e",
- "tarball": "http://registry.npmjs.org/ini/-/ini-1.3.4.tgz"
- },
+ "license": "ISC",
+ "main": "ini.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
- "directories": {},
- "_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.4.tgz",
- "readme": "ERROR: No README data found!"
+ "name": "ini",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/isaacs/ini.git"
+ },
+ "scripts": {
+ "test": "tap test/*.js"
+ },
+ "version": "1.3.4"
}