{ "_args": [ [ "koa-lusca@2.2.0", "/home/freeclou/app.optimyar.com/backend" ] ], "_from": "koa-lusca@2.2.0", "_id": "koa-lusca@2.2.0", "_inBundle": false, "_integrity": "sha1-brltMBJFjGl0R/aIIAl2v0m7m/w=", "_location": "/koa-lusca", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "koa-lusca@2.2.0", "name": "koa-lusca", "escapedName": "koa-lusca", "rawSpec": "2.2.0", "saveSpec": null, "fetchSpec": "2.2.0" }, "_requiredBy": [ "/strapi" ], "_resolved": "https://registry.npmjs.org/koa-lusca/-/koa-lusca-2.2.0.tgz", "_spec": "2.2.0", "_where": "/home/freeclou/app.optimyar.com/backend", "author": { "name": "fengmk2", "email": "m@fengmk2.com" }, "bugs": { "url": "https://github.com/koajs/koa-lusca/issues" }, "dependencies": { "koa-compose": "~2.3.0" }, "description": "Web application security middleware for koa.", "devDependencies": { "autod": "*", "contributors": "*", "data-driven": "~1.1.0", "istanbul-harmony": "*", "jshint": "*", "koa": "~0.17.0", "koa-middlewares": "~2.1.0", "koa-router": "~4.0.1", "mocha": "*", "pedding": "~1.0.0", "supertest": "~0.15.0" }, "engineStrict": true, "engines": { "node": ">=0.11.x" }, "files": [ "index.js", "lib/" ], "homepage": "https://github.com/koajs/koa-lusca", "licenses": "MIT", "main": "index.js", "name": "koa-lusca", "repository": { "type": "git", "url": "git+https://github.com/koajs/koa-lusca.git" }, "scripts": { "autod": "autod -w --prefix '~'", "cnpm": "npm install --registry=https://registry.npm.taobao.org", "contributors": "contributors -f plain -o AUTHORS", "jshint": "jshint lib/ test/ index.js", "test": "mocha --harmony -t 5000 test/*.js", "test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -t 5000 test/*.js", "test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 test/*.js" }, "version": "2.2.0" }