65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"_from": "empty-dir@^0.1.0",
|
|
"_id": "empty-dir@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-SRW9i2N3PD9Fiy3FAznJCISchPA=",
|
|
"_location": "/empty-dir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "empty-dir@^0.1.0",
|
|
"name": "empty-dir",
|
|
"escapedName": "empty-dir",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/postgresql"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/empty-dir/-/empty-dir-0.1.0.tgz",
|
|
"_shasum": "4915bd8b63773c3f458b2dc50339c908849c84f0",
|
|
"_spec": "empty-dir@^0.1.0",
|
|
"_where": "D:\\5CHITM\\Diplomarbeit\\smart-shopper\\SmartShopper\\express-server\\node_modules\\postgresql",
|
|
"author": {
|
|
"name": "Tyler Kellen",
|
|
"url": "http://goingslowly.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tkellen/node-empty-dir/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Check if a directory is empty.",
|
|
"devDependencies": {
|
|
"chai": "~1.9.1",
|
|
"mocha": "~1.18.2"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"homepage": "https://github.com/tkellen/node-empty-dir",
|
|
"keywords": [
|
|
"empty directory",
|
|
"empty dir",
|
|
"empty folder"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/tkellen/node-empty-dir/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"name": "empty-dir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tkellen/node-empty-dir.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec test"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|