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.
90 lines
2.1 KiB
90 lines
2.1 KiB
{
|
|
"_from": "empty-dir@2.0.0",
|
|
"_id": "empty-dir@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-xZtOc7mQnTxL1Jwfva6lIDH+Iqw=",
|
|
"_location": "/empty-dir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "empty-dir@2.0.0",
|
|
"name": "empty-dir",
|
|
"escapedName": "empty-dir",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@umijs/ui"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/empty-dir/download/empty-dir-2.0.0.tgz",
|
|
"_shasum": "c59b4e73b9909d3c4bd49c1fbdaea52031fe22ac",
|
|
"_spec": "empty-dir@2.0.0",
|
|
"_where": "/Users/zq/Desktop/hngs/node_modules/@umijs/ui",
|
|
"author": {
|
|
"name": "Gulp Team",
|
|
"email": "team@gulpjs.com",
|
|
"url": "http://gulpjs.com/"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gulpjs/empty-dir/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Tyler Kellen",
|
|
"email": "tyler@sleekcode.net"
|
|
},
|
|
{
|
|
"name": "Jon Schlinkert",
|
|
"email": "jon.schlinkert@sellside.com"
|
|
},
|
|
{
|
|
"name": "Blaine Bublitz",
|
|
"email": "blaine.bublitz@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Check if a directory is empty.",
|
|
"devDependencies": {
|
|
"eslint": "^2.13.0",
|
|
"eslint-config-gulp": "^3.0.1",
|
|
"expect": "^1.20.2",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"mocha": "^3.5.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"LICENSE"
|
|
],
|
|
"homepage": "https://github.com/gulpjs/empty-dir#readme",
|
|
"keywords": [
|
|
"empty",
|
|
"is-empty",
|
|
"directory",
|
|
"folder",
|
|
"check"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "empty-dir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/empty-dir.git"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha --report lcovonly",
|
|
"coveralls": "npm run cover && istanbul-coveralls",
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --async-only"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|