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.
83 lines
1.8 KiB
83 lines
1.8 KiB
{
|
|
"_from": "uuid@~3.0.1",
|
|
"_id": "uuid@3.0.1",
|
|
"_integrity": "sha1-ZUS7ot/ajBzxfmKaOjBeK7H+5sE=",
|
|
"_location": "/uuid",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "uuid@~3.0.1",
|
|
"name": "uuid",
|
|
"escapedName": "uuid",
|
|
"rawSpec": "~3.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~3.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/",
|
|
"/request",
|
|
"/tap/coveralls/request"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz",
|
|
"_shasum": "6544bba2dfda8c1cf17e629a3a305e2bb1fee6c1",
|
|
"_shrinkwrap": null,
|
|
"_spec": "uuid@~3.0.1",
|
|
"_where": "/Users/zkat/Documents/code/npm",
|
|
"bin": {
|
|
"uuid": "./bin/uuid"
|
|
},
|
|
"browser": {
|
|
"./lib/rng.js": "./lib/rng-browser.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kelektiv/node-uuid/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Robert Kieffer",
|
|
"email": "robert@broofa.com"
|
|
},
|
|
{
|
|
"name": "Christoph Tavan",
|
|
"email": "dev@tavan.de"
|
|
},
|
|
{
|
|
"name": "AJ ONeal",
|
|
"email": "coolaj86@gmail.com"
|
|
},
|
|
{
|
|
"name": "Vincent Voyer",
|
|
"email": "vincent@zeroload.net"
|
|
},
|
|
{
|
|
"name": "Roman Shtylman",
|
|
"email": "shtylman@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "RFC4122 (v1 and v4) generator",
|
|
"devDependencies": {
|
|
"mocha": "3.1.2"
|
|
},
|
|
"homepage": "https://github.com/kelektiv/node-uuid#readme",
|
|
"keywords": [
|
|
"uuid",
|
|
"guid",
|
|
"rfc4122"
|
|
],
|
|
"license": "MIT",
|
|
"name": "uuid",
|
|
"optionalDependencies": {},
|
|
"peerDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/kelektiv/node-uuid.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/test.js"
|
|
},
|
|
"version": "3.0.1"
|
|
}
|
|
|