Sha256: a8a5b1f05bc445acfee2633e340ac3d6d761f657720e5b24e56bb5b960b4e846
Contents?: true
Size: 1.92 KB
Versions: 10
Compression:
Stored size: 1.92 KB
Contents
{ "name": "csrf", "description": "primary logic behind csrf tokens", "version": "2.0.7", "author": { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" } ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/pillarjs/csrf" }, "dependencies": { "base64-url": "1.2.1", "rndm": "~1.1.0", "scmp": "1.0.0", "uid-safe": "~1.1.0" }, "devDependencies": { "bluebird": "2.9.23", "istanbul": "0.3.9", "mocha": "~2.2.4" }, "files": [ "LICENSE", "HISTORY.md", "README.md", "index.js" ], "engines": { "node": ">= 0.8" }, "scripts": { "test": "mocha --reporter spec", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot" }, "keywords": [ "csrf", "tokens" ], "gitHead": "78ec701a00c7141609bae02c05b36fcbbc1b105a", "bugs": { "url": "https://github.com/pillarjs/csrf/issues" }, "homepage": "https://github.com/pillarjs/csrf", "_id": "csrf@2.0.7", "_shasum": "d04f52e0f6a28a7e2cfe1e01dd5ebc251b3d4201", "_from": "csrf@>=2.0.5 <2.1.0", "_npmVersion": "1.4.28", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "maintainers": [ { "name": "dwolla", "email": "michael@dwolla.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "dist": { "shasum": "d04f52e0f6a28a7e2cfe1e01dd5ebc251b3d4201", "tarball": "http://registry.npmjs.org/csrf/-/csrf-2.0.7.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/csrf/-/csrf-2.0.7.tgz" }
Version data entries
10 entries across 10 versions & 1 rubygems