mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
37 lines
No EOL
769 B
JSON
37 lines
No EOL
769 B
JSON
{
|
|
"name": "findit",
|
|
"homepage": "https://github.com/coderaiser/domfs-findit",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Walk a directory tree in DOM File System",
|
|
"main": "lib/findit.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"findit",
|
|
"DOM",
|
|
"File System"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"modules"
|
|
],
|
|
"dependencies": {
|
|
"emitify": "^2.1.1"
|
|
},
|
|
"version": "1.1.6",
|
|
"_release": "1.1.6",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.1.6",
|
|
"commit": "3a28a3bf3aff0a50012fea6a44a8334a043111c9"
|
|
},
|
|
"_source": "https://github.com/coderaiser/domfs-findit.git",
|
|
"_target": "~1.1.4",
|
|
"_originalSource": "findit"
|
|
} |