1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "_args": [
- [
- "has-cors@1.1.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_from": "has-cors@1.1.0",
- "_id": "has-cors@1.1.0",
- "_inBundle": false,
- "_integrity": "sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA==",
- "_location": "/has-cors",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "has-cors@1.1.0",
- "name": "has-cors",
- "escapedName": "has-cors",
- "rawSpec": "1.1.0",
- "saveSpec": null,
- "fetchSpec": "1.1.0"
- },
- "_requiredBy": [
- "/engine.io-client"
- ],
- "_resolved": "https://registry.npmmirror.com/has-cors/-/has-cors-1.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Nathan Rajlich",
- "email": "nathan@tootallnate.net",
- "url": "http://n8.io/"
- },
- "bugs": {
- "url": "https://github.com/component/has-cors/issues"
- },
- "component": {
- "scripts": {
- "has-cors/index.js": "index.js"
- }
- },
- "description": "Detects support for Cross-Origin Resource Sharing",
- "devDependencies": {
- "chai": "^1.10",
- "mocha": "^2.0"
- },
- "homepage": "https://github.com/component/has-cors#readme",
- "keywords": [
- "cors",
- "cross",
- "origin",
- "resource",
- "sharing",
- "domain"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "has-cors",
- "repository": {
- "type": "git",
- "url": "git://github.com/component/has-cors.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.1.0"
- }
|