mirror of https://github.com/lukechilds/node.git
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.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"name": "unique-filename",
|
|
"version": "1.0.0",
|
|
"description": "Generate a unique filename for use in temporary directories or caches.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "standard && tap test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iarna/unique-filename.git"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "Rebecca Turner",
|
|
"email": "me@re-becca.org",
|
|
"url": "http://re-becca.org/"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/iarna/unique-filename/issues"
|
|
},
|
|
"homepage": "https://github.com/iarna/unique-filename",
|
|
"devDependencies": {
|
|
"standard": "^3.7.3",
|
|
"tap": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"unique-slug": "^1.0.0"
|
|
},
|
|
"gitHead": "935739361f6ecc7b613c5daf66a57b67938796d4",
|
|
"_id": "unique-filename@1.0.0",
|
|
"_shasum": "0bee4219e192e86da3c4ffc0cc6e054d8634eab9",
|
|
"_from": "unique-filename@>=1.0.0 <1.1.0",
|
|
"_npmVersion": "2.7.6",
|
|
"_nodeVersion": "1.6.2",
|
|
"_npmUser": {
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "iarna",
|
|
"email": "me@re-becca.org"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "0bee4219e192e86da3c4ffc0cc6e054d8634eab9",
|
|
"tarball": "http://registry.npmjs.org/unique-filename/-/unique-filename-1.0.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.0.0.tgz"
|
|
}
|
|
|