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.
90 lines
2.1 KiB
90 lines
2.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"node-uuid@~1.4.0",
|
|
"/Users/rebecca/code/npm/node_modules/request"
|
|
]
|
|
],
|
|
"_from": "node-uuid@>=1.4.0 <1.5.0",
|
|
"_id": "node-uuid@1.4.3",
|
|
"_inCache": true,
|
|
"_location": "/node-uuid",
|
|
"_npmUser": {
|
|
"email": "robert@broofa.com",
|
|
"name": "broofa"
|
|
},
|
|
"_npmVersion": "1.4.28",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "node-uuid",
|
|
"raw": "node-uuid@~1.4.0",
|
|
"rawSpec": "~1.4.0",
|
|
"scope": null,
|
|
"spec": ">=1.4.0 <1.5.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz",
|
|
"_shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
|
|
"_shrinkwrap": null,
|
|
"_spec": "node-uuid@~1.4.0",
|
|
"_where": "/Users/rebecca/code/npm/node_modules/request",
|
|
"author": {
|
|
"email": "robert@broofa.com",
|
|
"name": "Robert Kieffer"
|
|
},
|
|
"bin": {
|
|
"uuid": "./bin/uuid"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/broofa/node-uuid/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Christoph Tavan",
|
|
"email": "dev@tavan.de"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "319bb7a56e7cb63f00b5c0cd7851cd4b4ddf1df9",
|
|
"tarball": "http://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz"
|
|
},
|
|
"gitHead": "886463c660a095dfebfa69603921a8d156fdb12c",
|
|
"homepage": "https://github.com/broofa/node-uuid",
|
|
"keywords": [
|
|
"guid",
|
|
"rfc4122",
|
|
"uuid"
|
|
],
|
|
"lib": ".",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/broofa/node-uuid/master/LICENSE.md"
|
|
}
|
|
],
|
|
"main": "./uuid.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "broofa",
|
|
"email": "robert@broofa.com"
|
|
}
|
|
],
|
|
"name": "node-uuid",
|
|
"optionalDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/broofa/node-uuid.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"url": "http://github.com/broofa/node-uuid",
|
|
"version": "1.4.3"
|
|
}
|
|
|