This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/csurf/node_modules/csrf/package.json

68 lines
1.6 KiB
JSON

{
"name": "csrf",
"description": "primary logic behind csrf tokens",
"version": "2.0.1",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pillarjs/csrf"
},
"dependencies": {
"rndm": "~1.0.0",
"scmp": "0.0.3",
"uid-safe": "~1.0.1",
"base64-url": "1.0.0"
},
"devDependencies": {
"istanbul": "0",
"bluebird": "2",
"mocha": "1"
},
"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"
],
"files": [
"index.js"
],
"gitHead": "d23024ade7607942a2236ec0ae5903396f610db0",
"bugs": {
"url": "https://github.com/pillarjs/csrf/issues"
},
"homepage": "https://github.com/pillarjs/csrf",
"_id": "csrf@2.0.1",
"_shasum": "d673a2efb4db7d0e6805dadd838c57e30ae0ee73",
"_from": "csrf@~2.0.1",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
"maintainers": [
{
"name": "dwolla",
"email": "michael@dwolla.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"dist": {
"shasum": "d673a2efb4db7d0e6805dadd838c57e30ae0ee73",
"tarball": "http://registry.npmjs.org/csrf/-/csrf-2.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/csrf/-/csrf-2.0.1.tgz"
}