| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_args": [
- [
- {
- "raw": "negotiator@0.4.9",
- "scope": null,
- "escapedName": "negotiator",
- "name": "negotiator",
- "rawSpec": "0.4.9",
- "spec": "0.4.9",
- "type": "version"
- },
- "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accepts"
- ]
- ],
- "_from": "negotiator@0.4.9",
- "_id": "negotiator@0.4.9",
- "_inCache": true,
- "_installable": true,
- "_location": "/negotiator",
- "_npmUser": {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- "_npmVersion": "1.4.21",
- "_phantomChildren": {},
- "_requested": {
- "raw": "negotiator@0.4.9",
- "scope": null,
- "escapedName": "negotiator",
- "name": "negotiator",
- "rawSpec": "0.4.9",
- "spec": "0.4.9",
- "type": "version"
- },
- "_requiredBy": [
- "/accepts"
- ],
- "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz",
- "_shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
- "_shrinkwrap": null,
- "_spec": "negotiator@0.4.9",
- "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/accepts",
- "author": {
- "name": "Federico Romero",
- "email": "federico.romero@outboxlabs.com"
- },
- "bugs": {
- "url": "https://github.com/jshttp/negotiator/issues"
- },
- "contributors": [
- {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- }
- ],
- "dependencies": {},
- "description": "HTTP content negotiation",
- "devDependencies": {
- "istanbul": "~0.3.2",
- "nodeunit": "0.8.x"
- },
- "directories": {},
- "dist": {
- "shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f",
- "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "lib",
- "LICENSE"
- ],
- "gitHead": "1e90abd710b662db80f1ea244e647cce3bd74504",
- "homepage": "https://github.com/jshttp/negotiator",
- "keywords": [
- "http",
- "content negotiation",
- "accept",
- "accept-language",
- "accept-encoding",
- "accept-charset"
- ],
- "license": "MIT",
- "main": "lib/negotiator.js",
- "maintainers": [
- {
- "name": "federomero",
- "email": "federomero@gmail.com"
- },
- {
- "name": "dougwilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "jongleberry",
- "email": "jonathanrichardong@gmail.com"
- }
- ],
- "name": "negotiator",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/negotiator.git"
- },
- "scripts": {
- "test": "nodeunit test",
- "test-cov": "istanbul cover ./node_modules/nodeunit/bin/nodeunit test"
- },
- "version": "0.4.9"
- }
|