|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "cors@2.8.5",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_from": "cors@2.8.5",
- "_id": "cors@2.8.5",
- "_inBundle": false,
- "_integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==",
- "_location": "/cors",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cors@2.8.5",
- "name": "cors",
- "escapedName": "cors",
- "rawSpec": "2.8.5",
- "saveSpec": null,
- "fetchSpec": "2.8.5"
- },
- "_requiredBy": [
- "/engine.io"
- ],
- "_resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz",
- "_spec": "2.8.5",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Troy Goode",
- "email": "troygoode@gmail.com",
- "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"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "lib/index.js",
- "CONTRIBUTING.md",
- "HISTORY.md",
- "LICENSE",
- "README.md"
- ],
- "homepage": "https://github.com/expressjs/cors#readme",
- "keywords": [
- "cors",
- "express",
- "connect",
- "middleware"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "cors",
- "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"
- }
|