123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "_from": "node-uuid",
- "_id": "node-uuid@1.4.8",
- "_inBundle": false,
- "_integrity": "sha1-sEDrCSOWivq/jTL7HxfxFn/auQc=",
- "_location": "/node-uuid",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "node-uuid",
- "name": "node-uuid",
- "escapedName": "node-uuid",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "http://registry.npm.taobao.org/node-uuid/download/node-uuid-1.4.8.tgz",
- "_shasum": "b040eb0923968afabf8d32fb1f17f1167fdab907",
- "_spec": "node-uuid",
- "_where": "E:\\dev\\007\\node_module\\node10",
- "author": {
- "name": "Robert Kieffer",
- "email": "robert@broofa.com"
- },
- "bin": {
- "uuid": "./bin/uuid"
- },
- "bugs": {
- "url": "https://github.com/broofa/node-uuid/issues"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "AJ ONeal",
- "email": "coolaj86@gmail.com"
- },
- {
- "name": "Christoph Tavan",
- "email": "dev@tavan.de"
- }
- ],
- "dependencies": {},
- "deprecated": "Use uuid module instead",
- "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
- "devDependencies": {
- "nyc": "^2.2.0"
- },
- "directories": {},
- "homepage": "https://github.com/broofa/node-uuid",
- "installable": true,
- "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": "git+https://github.com/broofa/node-uuid.git"
- },
- "scripts": {
- "coverage": "nyc npm test && nyc report",
- "test": "node test/test.js"
- },
- "url": "http://github.com/broofa/node-uuid",
- "version": "1.4.8"
- }
|