2 "_from": "uid-safe@~2.1.5",
3 "_id": "uid-safe@2.1.5",
5 "_integrity": "sha512-KPHm4VL5dDXKz01UuEd88Df+KzynaohSL9fBh096KWAxSKZQDI2uBrVqtvRM4rwrIrRRKsdLNML/lnaaVSRioA==",
6 "_location": "/uid-safe",
7 "_phantomChildren": {},
11 "raw": "uid-safe@~2.1.5",
13 "escapedName": "uid-safe",
21 "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.5.tgz",
22 "_shasum": "2b3d5c7240e8fc2e58f8aa269e5ee49c0857bd3a",
23 "_spec": "uid-safe@~2.1.5",
24 "_where": "/home/kenshin.choi/workspace/MDE-Framework/DeviceWebServer/GlobalServiceApp_Tau_VDHomeScreen/node_modules/express-session",
26 "url": "https://github.com/crypto-utils/uid-safe/issues"
28 "bundleDependencies": false,
31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com"
35 "name": "Jonathan Ong",
36 "email": "me@jongleberry.com",
37 "url": "http://jongleberry.com"
41 "random-bytes": "~1.0.0"
44 "description": "URL and cookie safe UIDs",
48 "eslint-config-standard": "10.2.1",
49 "eslint-plugin-import": "2.7.0",
50 "eslint-plugin-node": "5.1.1",
51 "eslint-plugin-promise": "3.5.0",
52 "eslint-plugin-standard": "3.0.1",
65 "homepage": "https://github.com/crypto-utils/uid-safe#readme",
76 "url": "git+https://github.com/crypto-utils/uid-safe.git"
80 "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
81 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
82 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"