fsu
Version:
Unique file name with streams support
36 lines (35 loc) • 685 B
JSON
{
"author": {
"name": "Alexey Novikov",
"url": "http://2dubs.com"
},
"bugs": {
"url": "https://github.com/velocityzen/fsu/issues"
},
"description": "Unique file name with streams support",
"homepage": "https://github.com/velocityzen/fsu#readme",
"keywords": [
"counter",
"file",
"filename",
"fs",
"stream",
"unique"
],
"license": "MIT",
"main": "./index",
"name": "fsu",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/velocityzen/fsu.git"
},
"version": "2.0.2",
"devDependencies": {
"ava": "^3.0.0",
"del": "^5.0.0",
"nyc": "^15.0.0"
},
"scripts": {
"test": "nyc ava"
}
}