12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "node-uuid@~1.4.0",
- "/repo/combiclub.com/wwwroot/themes/combi/_grunt/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": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/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",
- "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": "https://github.com/broofa/node-uuid.git"
- },
- "scripts": {
- "test": "node test/test.js"
- },
- "url": "http://github.com/broofa/node-uuid",
- "version": "1.4.3"
- }
|