package.json 624 字节
{
  "name": "uuid",
  "version": "3.1.0",
  "description": "RFC4122 (v1, v4, and v5) UUIDs",
  "keywords": [
    "uuid",
    "guid",
    "rfc4122"
  ],
  "license": "MIT",
  "bin": {
    "uuid": "./bin/uuid"
  },
  "devDependencies": {
    "mocha": "3.1.2"
  },
  "scripts": {
    "test": "mocha test/test.js"
  },
  "browser": {
    "./lib/rng.js": "./lib/rng-browser.js",
    "./lib/sha1.js": "./lib/sha1-browser.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kelektiv/node-uuid.git"
  },
  "_from": "uuid@3.1.0",
  "_resolved": "http://registry.npm.taobao.org/uuid/download/uuid-3.1.0.tgz"
}