comercioeletronico-cotacao-api/node_modules/cors/package.json

117 lines
2.7 KiB
JSON

{
"_args": [
[
{
"raw": "cors",
"scope": null,
"escapedName": "cors",
"name": "cors",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/adler/Documentos/git/pedidos.webapi"
]
],
"_from": "cors@latest",
"_id": "cors@2.8.1",
"_inCache": true,
"_location": "/cors",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/cors-2.8.1.tgz_1473366971988_0.42439922760240734"
},
"_npmUser": {
"name": "troygoode",
"email": "troygoode@gmail.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "cors",
"scope": null,
"escapedName": "cors",
"name": "cors",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.1.tgz",
"_shasum": "6181aa56abb45a2825be3304703747ae4e9d2383",
"_shrinkwrap": null,
"_spec": "cors",
"_where": "/home/adler/Documentos/git/pedidos.webapi",
"author": {
"name": "Troy Goode",
"email": "troygoode@gmail.com",
"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": "6181aa56abb45a2825be3304703747ae4e9d2383",
"tarball": "https://registry.npmjs.org/cors/-/cors-2.8.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"gitHead": "458804a9ebd71a205a22d41da60f4cc5502a7776",
"homepage": "https://github.com/expressjs/cors/",
"keywords": [
"cors",
"express",
"connect",
"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.8.1"
}