VisionFTF / express-admin / node_modules / rndm / package.json
package.json
Raw
{
  "_from": "rndm@1.2.0",
  "_id": "rndm@1.2.0",
  "_inBundle": false,
  "_integrity": "sha1-8z/pz7Urv9UgqhgyO8ZdsRCht2w=",
  "_location": "/rndm",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rndm@1.2.0",
    "name": "rndm",
    "escapedName": "rndm",
    "rawSpec": "1.2.0",
    "saveSpec": null,
    "fetchSpec": "1.2.0"
  },
  "_requiredBy": [
    "/csrf"
  ],
  "_resolved": "https://registry.npmjs.org/rndm/-/rndm-1.2.0.tgz",
  "_shasum": "f33fe9cfb52bbfd520aa18323bc65db110a1b76c",
  "_spec": "rndm@1.2.0",
  "_where": "/home/priya/Documents/vision/express-admin/node_modules/csrf",
  "author": {
    "name": "Jonathan Ong",
    "email": "me@jongleberry.com",
    "url": "http://jongleberry.com"
  },
  "bugs": {
    "url": "https://github.com/crypto-utils/rndm/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "random string generator",
  "devDependencies": {
    "istanbul": "0",
    "mocha": "2"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/crypto-utils/rndm#readme",
  "keywords": [
    "random",
    "number",
    "generator",
    "uid",
    "id"
  ],
  "license": "MIT",
  "name": "rndm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/crypto-utils/rndm.git"
  },
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "version": "1.2.0"
}