123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- {
- "_args": [
- [
- {
- "raw": "uuid@~1.4.0",
- "scope": null,
- "escapedName": "uuid",
- "name": "uuid",
- "rawSpec": "~1.4.0",
- "spec": ">=1.4.0 <1.5.0",
- "type": "range"
- },
- "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/tempfile"
- ]
- ],
- "_from": "uuid@>=1.4.0 <1.5.0",
- "_id": "uuid@1.4.2",
- "_inCache": true,
- "_location": "/uuid",
- "_npmUser": {
- "name": "vvo",
- "email": "vincent.voyer@gmail.com"
- },
- "_npmVersion": "2.0.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "uuid@~1.4.0",
- "scope": null,
- "escapedName": "uuid",
- "name": "uuid",
- "rawSpec": "~1.4.0",
- "spec": ">=1.4.0 <1.5.0",
- "type": "range"
- },
- "_requiredBy": [
- "/tempfile"
- ],
- "_resolved": "https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz",
- "_shasum": "453019f686966a6df83cdc5244e7c990ecc332fc",
- "_shrinkwrap": null,
- "_spec": "uuid@~1.4.0",
- "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/tempfile",
- "author": {
- "name": "Robert Kieffer",
- "email": "robert@broofa.com"
- },
- "browser": {
- "./rng.js": "./rng-browser.js",
- "./buffer.js": "./buffer-browser.js"
- },
- "bugs": {
- "url": "https://github.com/shtylman/node-uuid/issues"
- },
- "contributors": [
- {
- "name": "Christoph Tavan",
- "email": "dev@tavan.de"
- },
- {
- "name": "Vincent Voyer",
- "email": "vincent@zeroload.net"
- }
- ],
- "dependencies": {},
- "description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
- "devDependencies": {
- "mocha": "1.8.0"
- },
- "directories": {},
- "dist": {
- "shasum": "453019f686966a6df83cdc5244e7c990ecc332fc",
- "tarball": "https://registry.npmjs.org/uuid/-/uuid-1.4.2.tgz"
- },
- "gitHead": "688730efe3ec3ab7c12c6b92db2aa2826a50ed14",
- "homepage": "https://github.com/shtylman/node-uuid",
- "keywords": [
- "uuid",
- "guid",
- "rfc4122"
- ],
- "main": "./uuid.js",
- "maintainers": [
- {
- "name": "broofa",
- "email": "robert@broofa.com"
- },
- {
- "name": "tim-smart",
- "email": "tim@fostle.com"
- },
- {
- "name": "shtylman",
- "email": "shtylman@gmail.com"
- },
- {
- "name": "vvo",
- "email": "vincent.voyer@gmail.com"
- }
- ],
- "name": "uuid",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/shtylman/node-uuid.git"
- },
- "scripts": {
- "test": "mocha test/test.js"
- },
- "testling": {
- "browsers": [
- "ie6..latest",
- "firefox/3.6..latest",
- "chrome/22..latest",
- "safari/5.1..latest"
- ],
- "harness": "mocha-tdd",
- "files": "test/*.js"
- },
- "version": "1.4.2"
- }
|