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.
81 lines
2.0 KiB
81 lines
2.0 KiB
{
|
|
"_args": [
|
|
[
|
|
"unique-filename@^1.1.0",
|
|
"/Users/ogd/Documents/projects/npm/npm"
|
|
]
|
|
],
|
|
"_from": "unique-filename@>=1.1.0 <2.0.0",
|
|
"_id": "unique-filename@1.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/unique-filename",
|
|
"_nodeVersion": "4.2.2",
|
|
"_npmUser": {
|
|
"email": "me@re-becca.org",
|
|
"name": "iarna"
|
|
},
|
|
"_npmVersion": "2.14.13",
|
|
"_phantomChildren": {
|
|
"imurmurhash": "0.1.4"
|
|
},
|
|
"_requested": {
|
|
"name": "unique-filename",
|
|
"raw": "unique-filename@^1.1.0",
|
|
"rawSpec": "^1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.0.tgz",
|
|
"_shasum": "d05f2fe4032560871f30e93cbe735eea201514f3",
|
|
"_shrinkwrap": null,
|
|
"_spec": "unique-filename@^1.1.0",
|
|
"_where": "/Users/ogd/Documents/projects/npm/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": "^2.0.0"
|
|
},
|
|
"description": "Generate a unique filename for use in temporary directories or caches.",
|
|
"devDependencies": {
|
|
"standard": "^5.4.1",
|
|
"tap": "^2.3.1"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "d05f2fe4032560871f30e93cbe735eea201514f3",
|
|
"tarball": "http://registry.npmjs.org/unique-filename/-/unique-filename-1.1.0.tgz"
|
|
},
|
|
"gitHead": "cb31644c71f842258a8019e0e6ef8f2b8533a5c0",
|
|
"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": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/iarna/unique-filename.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && tap test"
|
|
},
|
|
"version": "1.1.0"
|
|
}
|
|
|