Welcome to mirror list, hosted at ThFree Co, Russian Federation.

component.json « node-uuid « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 149f84b22bec4f18cc2b62d10bbfd0b914e0dd04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "node-uuid",
  "repo": "broofa/node-uuid",
  "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
  "version": "1.4.3",
  "author": "Robert Kieffer <robert@broofa.com>",
  "contributors": [
    {"name": "Christoph Tavan <dev@tavan.de>", "github": "https://github.com/ctavan"}
  ],
  "keywords": ["uuid", "guid", "rfc4122"],
  "dependencies": {},
  "development": {},
  "main": "uuid.js",
  "scripts": [
    "uuid.js"
  ],
  "license": "MIT"
}