12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "koa-cors@~0.0.13",
- "D:\\work\\im"
- ]
- ],
- "_from": "koa-cors@>=0.0.13 <0.1.0",
- "_id": "koa-cors@0.0.16",
- "_inCache": true,
- "_installable": true,
- "_location": "/koa-cors",
- "_nodeVersion": "0.12.4",
- "_npmUser": {
- "email": "everton@notreve.com",
- "name": "evert0n"
- },
- "_npmVersion": "2.10.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "koa-cors",
- "raw": "koa-cors@~0.0.13",
- "rawSpec": "~0.0.13",
- "scope": null,
- "spec": ">=0.0.13 <0.1.0",
- "type": "range"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/koa-cors/-/koa-cors-0.0.16.tgz",
- "_shasum": "98107993a7909e34c042986c5ec6156d77f3432e",
- "_shrinkwrap": null,
- "_spec": "koa-cors@~0.0.13",
- "_where": "D:\\work\\im",
- "author": {
- "name": "Everton Yoshitani"
- },
- "bugs": {
- "url": "https://github.com/evert0n/koa-cors/issues"
- },
- "dependencies": {},
- "description": "CORS middleware for Koa",
- "devDependencies": {
- "chai": "^2.0.0",
- "koa": "^0.18.0",
- "mocha": "^2.1.0",
- "superagent": "^0.21.0"
- },
- "directories": {},
- "dist": {
- "shasum": "98107993a7909e34c042986c5ec6156d77f3432e",
- "tarball": "https://registry.npmjs.org/koa-cors/-/koa-cors-0.0.16.tgz"
- },
- "gitHead": "6e136afbba2c7b1048a7435e195894b29202935b",
- "homepage": "https://github.com/evert0n/koa-cors",
- "keywords": [
- "cors",
- "koa",
- "koajs"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "email": "everton@notreve.com",
- "name": "evert0n"
- }
- ],
- "name": "koa-cors",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/evert0n/koa-cors.git"
- },
- "scripts": {
- "test": "mocha --harmony test"
- },
- "version": "0.0.16"
- }
|