123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "_args": [
- [
- "uid-safe@~2.1.1",
- "D:\\work\\im\\node_modules\\koa-generic-session"
- ]
- ],
- "_from": "uid-safe@>=2.1.1 <2.2.0",
- "_id": "uid-safe@2.1.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/uid-safe",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/uid-safe-2.1.2.tgz_1471284806211_0.030802547931671143"
- },
- "_npmUser": {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "uid-safe",
- "raw": "uid-safe@~2.1.1",
- "rawSpec": "~2.1.1",
- "scope": null,
- "spec": ">=2.1.1 <2.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/koa-generic-session"
- ],
- "_resolved": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.2.tgz",
- "_shasum": "c934b3caead0fdcd0fb2cff3a8876d06fe0ee0fd",
- "_shrinkwrap": null,
- "_spec": "uid-safe@~2.1.1",
- "_where": "D:\\work\\im\\node_modules\\koa-generic-session",
- "bugs": {
- "url": "https://github.com/crypto-utils/uid-safe/issues"
- },
- "contributors": [
- {
- "email": "doug@somethingdoug.com",
- "name": "Douglas Christopher Wilson"
- },
- {
- "email": "me@jongleberry.com",
- "name": "Jonathan Ong",
- "url": "http://jongleberry.com"
- }
- ],
- "dependencies": {
- "base64-url": "1.3.2",
- "random-bytes": "~1.0.0"
- },
- "description": "URL and cookie safe UIDs",
- "devDependencies": {
- "bluebird": "3.4.1",
- "eslint": "2.13.1",
- "eslint-config-standard": "5.3.5",
- "eslint-plugin-promise": "2.0.1",
- "eslint-plugin-standard": "2.0.0",
- "istanbul": "0.4.4",
- "mocha": "2.5.3"
- },
- "directories": {},
- "dist": {
- "shasum": "c934b3caead0fdcd0fb2cff3a8876d06fe0ee0fd",
- "tarball": "https://registry.npmjs.org/uid-safe/-/uid-safe-2.1.2.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "README.md",
- "index.js"
- ],
- "gitHead": "32285798f2d803ac9442aae092943346a97c1d11",
- "homepage": "https://github.com/crypto-utils/uid-safe",
- "keywords": [
- "random",
- "generator",
- "uid",
- "safe"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- {
- "email": "fishrock123@rocketmail.com",
- "name": "fishrock123"
- },
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- }
- ],
- "name": "uid-safe",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/crypto-utils/uid-safe.git"
- },
- "scripts": {
- "lint": "eslint **/*.js",
- "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --trace-deprecation --reporter dot --check-leaks test/",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --trace-deprecation --reporter spec --check-leaks test/"
- },
- "version": "2.1.2"
- }
|