UNPKG

motion

Version:

motion - moving development forward

105 lines (104 loc) 2.46 kB
{ "_args": [ [ "cors@2.7.1", "/Users/nw/motion/packages/motion" ] ], "_from": "cors@2.7.1", "_id": "cors@2.7.1", "_inCache": true, "_installable": true, "_location": "/cors", "_nodeVersion": "0.12.0", "_npmUser": { "email": "troygoode@gmail.com", "name": "troygoode" }, "_npmVersion": "2.5.1", "_phantomChildren": {}, "_requested": { "name": "cors", "raw": "cors@2.7.1", "rawSpec": "2.7.1", "scope": null, "spec": "2.7.1", "type": "version" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/cors/-/cors-2.7.1.tgz", "_shasum": "3c2e50a58af9ef8c89bee21226b099be1f02739b", "_shrinkwrap": null, "_spec": "cors@2.7.1", "_where": "/Users/nw/motion/packages/motion", "author": { "email": "troygoode@gmail.com", "name": "Troy Goode", "url": "https://github.com/troygoode/" }, "bugs": { "url": "https://github.com/expressjs/cors/issues" }, "contributors": [ { "name": "Troy Goode", "email": "troygoode@gmail.com", "url": "https://github.com/troygoode/" } ], "dependencies": { "vary": "^1" }, "description": "middleware for dynamically or statically enabling CORS in express/connect applications", "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" }, "directories": {}, "dist": { "shasum": "3c2e50a58af9ef8c89bee21226b099be1f02739b", "tarball": "http://registry.npmjs.org/cors/-/cors-2.7.1.tgz" }, "engines": { "node": ">=0.10.0" }, "gitHead": "bef1a97c22a3f15cb23ab2d9cf8e7e3f7134e107", "homepage": "https://github.com/expressjs/cors/", "keywords": [ "connect", "cors", "express", "middleware" ], "license": "MIT", "main": "./lib/index.js", "maintainers": [ { "name": "troygoode", "email": "troygoode@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "name": "cors", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/expressjs/cors.git" }, "scripts": { "lint": "./node_modules/eslint/bin/eslint.js lib test", "test": "npm run lint && ./node_modules/mocha/bin/mocha" }, "version": "2.7.1" }