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.
77 lines
1.8 KiB
77 lines
1.8 KiB
9 years ago
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"unique-filename@~1.0.0",
|
||
|
"/Users/rebecca/code/npm"
|
||
|
]
|
||
|
],
|
||
|
"_from": "unique-filename@>=1.0.0 <1.1.0",
|
||
|
"_id": "unique-filename@1.0.0",
|
||
|
"_inCache": true,
|
||
|
"_location": "/unique-filename",
|
||
|
"_nodeVersion": "1.6.2",
|
||
|
"_npmUser": {
|
||
|
"email": "me@re-becca.org",
|
||
|
"name": "iarna"
|
||
|
},
|
||
|
"_npmVersion": "2.7.6",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"name": "unique-filename",
|
||
|
"raw": "unique-filename@~1.0.0",
|
||
|
"rawSpec": "~1.0.0",
|
||
|
"scope": null,
|
||
|
"spec": ">=1.0.0 <1.1.0",
|
||
|
"type": "range"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/"
|
||
|
],
|
||
|
"_shasum": "0bee4219e192e86da3c4ffc0cc6e054d8634eab9",
|
||
|
"_shrinkwrap": null,
|
||
|
"_spec": "unique-filename@~1.0.0",
|
||
|
"_where": "/Users/rebecca/code/npm",
|
||
|
"author": {
|
||
|
"email": "me@re-becca.org",
|
||
|
"name": "Rebecca Turner",
|
||
|
"url": "http://re-becca.org/"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/iarna/unique-filename/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"unique-slug": "^1.0.0"
|
||
|
},
|
||
|
"description": "Generate a unique filename for use in temporary directories or caches.",
|
||
|
"devDependencies": {
|
||
|
"standard": "^3.7.3",
|
||
|
"tap": "^1.0.0"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"dist": {
|
||
|
"shasum": "0bee4219e192e86da3c4ffc0cc6e054d8634eab9",
|
||
|
"tarball": "http://registry.npmjs.org/unique-filename/-/unique-filename-1.0.0.tgz"
|
||
|
},
|
||
|
"gitHead": "935739361f6ecc7b613c5daf66a57b67938796d4",
|
||
|
"homepage": "https://github.com/iarna/unique-filename",
|
||
|
"keywords": [],
|
||
|
"license": "ISC",
|
||
|
"main": "index.js",
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "iarna",
|
||
|
"email": "me@re-becca.org"
|
||
|
}
|
||
|
],
|
||
|
"name": "unique-filename",
|
||
|
"optionalDependencies": {},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/iarna/unique-filename.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "standard && tap test"
|
||
|
},
|
||
|
"version": "1.0.0"
|
||
|
}
|