Sha256: 7165208f33add52bef19c37f66d60f56187de6a7d1de97ef0ba33d458de4b7ab
Contents?: true
Size: 1.92 KB
Versions: 10
Compression:
Stored size: 1.92 KB
Contents
{ "name": "cors", "version": "2.7.1", "author": { "name": "Troy Goode", "email": "troygoode@gmail.com", "url": "https://github.com/troygoode/" }, "description": "middleware for dynamically or statically enabling CORS in express/connect applications", "keywords": [ "cors", "express", "connect", "middleware" ], "homepage": "https://github.com/expressjs/cors/", "repository": { "type": "git", "url": "git://github.com/expressjs/cors.git" }, "contributors": [ { "name": "Troy Goode", "email": "troygoode@gmail.com", "url": "https://github.com/troygoode/" } ], "license": "MIT", "bugs": { "url": "https://github.com/expressjs/cors/issues" }, "main": "./lib/index.js", "engines": { "node": ">=0.10.0" }, "dependencies": { "vary": "^1" }, "devDependencies": { "basic-auth-connect": "^1.0.0", "body-parser": "^1.12.4", "eslint": "^0.21.2", "express": "^4.12.4", "mocha": "^2.2.5", "should": "^6.0.3", "supertest": "^1.0.1" }, "scripts": { "test": "npm run lint && ./node_modules/mocha/bin/mocha", "lint": "./node_modules/eslint/bin/eslint.js lib test" }, "gitHead": "bef1a97c22a3f15cb23ab2d9cf8e7e3f7134e107", "_id": "cors@2.7.1", "_shasum": "3c2e50a58af9ef8c89bee21226b099be1f02739b", "_from": "cors@>=2.7.1 <3.0.0", "_npmVersion": "2.5.1", "_nodeVersion": "0.12.0", "_npmUser": { "name": "troygoode", "email": "troygoode@gmail.com" }, "maintainers": [ { "name": "troygoode", "email": "troygoode@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "dist": { "shasum": "3c2e50a58af9ef8c89bee21226b099be1f02739b", "tarball": "http://registry.npmjs.org/cors/-/cors-2.7.1.tgz" }, "directories": {}, "_resolved": "http://registry.npmjs.org/cors/-/cors-2.7.1.tgz", "readme": "ERROR: No README data found!" }
Version data entries
10 entries across 10 versions & 1 rubygems