mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.1 KiB
49 lines
1.1 KiB
{
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"name": "ini",
|
|
"description": "An ini encoder/decoder for node",
|
|
"version": "1.2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/isaacs/ini.git"
|
|
},
|
|
"main": "ini.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "~0.4.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/ini/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/ini",
|
|
"_id": "ini@1.2.0",
|
|
"_shasum": "2cc36789605809930722e793ae13ac835e623ac6",
|
|
"_from": "ini@latest",
|
|
"_npmVersion": "1.4.10",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "2cc36789605809930722e793ae13ac835e623ac6",
|
|
"tarball": "http://registry.npmjs.org/ini/-/ini-1.2.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/ini/-/ini-1.2.0.tgz"
|
|
}
|
|
|