This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v1/node_modules/cors/package.json
2019-12-02 12:10:45 +10:30

107 lines
3.4 KiB
JSON

{
"_args": [
[
"cors",
"/home/solomon/ownCloud/Personal/workspace/inkletblot.com"
]
],
"_from": "cors@latest",
"_hasShrinkwrap": false,
"_id": "cors@2.8.5",
"_inCache": true,
"_installable": true,
"_location": "/cors",
"_nodeVersion": "8.12.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/cors_2.8.5_1541365213146_0.114361639846984"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "6.4.1",
"_phantomChildren": {},
"_requested": {
"name": "cors",
"raw": "cors",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
"_shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29",
"_shrinkwrap": null,
"_spec": "cors",
"_where": "/home/solomon/ownCloud/Personal/workspace/inkletblot.com",
"author": {
"email": "troygoode@gmail.com",
"name": "Troy Goode",
"url": "https://github.com/troygoode/"
},
"bugs": {
"url": "https://github.com/expressjs/cors/issues"
},
"dependencies": {
"object-assign": "^4",
"vary": "^1"
},
"description": "Node.js CORS middleware",
"devDependencies": {
"after": "0.8.2",
"eslint": "2.13.1",
"express": "4.16.3",
"mocha": "5.2.0",
"nyc": "13.1.0",
"supertest": "3.3.0"
},
"directories": {},
"dist": {
"fileCount": 6,
"integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb313dCRA9TVsSAnZWagAApVgP/30ky26N6zFR3CDubvgd\nvrQRFNnbrB3n80hIoyBOVnGARmeO2LX+Cx2BvuQc10omCjLWDO8pS8FQCasg\nV0rGsbMId632LvJ598RnfyWw2qwwP2jBKWqtiAa+sg2nizqvvVnXlp/OapbH\nvSFncO9EFR8f5f0j61/Ue3SfFlak5d1RNOrCYprNHL6gzNS54IPzQkYix9H9\n9yih7kL82nijOPAe0wSRQGF++lW3Cs4oM3h+U/cT+dPEU+eB6JWKc92uXtkt\n7bd68ZWeUDyUA86SvxZfsOqiTakojR248wUPmC91X9wXFRRbcGP6U7HfCxSh\n7YihwCW06LnFDsaZzMZHNUfnrilsehT80rfQBGCG7cGll3c0O53ZT7otJT9g\nQJlHyNGhqzgwku1/WPMPL7UciFGy9HJsleXAYt+iUzJiMWBdprAmxVP/yJkl\nFvlsiqvz/R247da8ONXJqg5xis7+nIlB31ccPqmchbSIRhfDYVEpFUnn0des\nmtoBpqW+xuRxR7Atko65CyizTc/8ZM0mbkYeQdrSnbt34K/BY/bbMwy/bJhX\n7wb8xWmRPZEi7LTRHDqJkBj2+kv1FzCkZZk1srhy1uFIX4rnf5KJq0aj7BK7\nLfLk/eekTQETfvi9ZefYuCgBcE7YVFZ9faYAXtx6J08OShR17NsPDnYxVPpc\nxCzl\r\n=ec0y\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "eac11da51592dd86b9f06f6e7ac293b3df875d29",
"tarball": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
"unpackedSize": 19988
},
"engines": {
"node": ">= 0.10"
},
"gitHead": "9158a8686d64bf567440d030873378c429ad60b0",
"homepage": "https://github.com/expressjs/cors#readme",
"keywords": [
"connect",
"cors",
"express",
"middleware"
],
"license": "MIT",
"main": "./lib/index.js",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "troygoode",
"email": "troygoode@gmail.com"
}
],
"name": "cors",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/cors.git"
},
"scripts": {
"lint": "eslint lib test",
"test": "npm run lint && nyc --reporter=html --reporter=text mocha --require test/support/env"
},
"version": "2.8.5"
}