mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 12:02:48 +00:00
euh
This commit is contained in:
92
node_modules/ini/package.json
generated
vendored
Normal file
92
node_modules/ini/package.json
generated
vendored
Normal file
@@ -0,0 +1,92 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"ini@^1.3.4",
|
||||
"/home/beppe/Github/yahooApi/node_modules/global-dirs"
|
||||
]
|
||||
],
|
||||
"_from": "ini@>=1.3.4 <2.0.0",
|
||||
"_id": "ini@1.3.5",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/ini",
|
||||
"_nodeVersion": "8.9.1",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/ini-1.3.5.tgz_1511302634290_0.6889052151236683"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "i@izs.me",
|
||||
"name": "isaacs"
|
||||
},
|
||||
"_npmVersion": "5.5.1",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "ini",
|
||||
"raw": "ini@^1.3.4",
|
||||
"rawSpec": "^1.3.4",
|
||||
"scope": null,
|
||||
"spec": ">=1.3.4 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/global-dirs",
|
||||
"/rc"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
|
||||
"_shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "ini@^1.3.4",
|
||||
"_where": "/home/beppe/Github/yahooApi/node_modules/global-dirs",
|
||||
"author": {
|
||||
"email": "i@izs.me",
|
||||
"name": "Isaac Z. Schlueter",
|
||||
"url": "http://blog.izs.me/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/isaacs/ini/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "An ini encoder/decoder for node",
|
||||
"devDependencies": {
|
||||
"standard": "^10.0.3",
|
||||
"tap": "^10.7.3 || 11"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
|
||||
"shasum": "eee25f56db1c9ec6085e0c22778083f596abf927",
|
||||
"tarball": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"files": [
|
||||
"ini.js"
|
||||
],
|
||||
"gitHead": "738eca59d77d8cfdddf5c477c17a0d8f8fbfe0fd",
|
||||
"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": {
|
||||
"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"
|
||||
}
|
Reference in New Issue
Block a user