Sha256: ed9cc89e791ba8bc52bb56379007ebfd34f6bb96436b05206a75854d2649e6f1
Contents?: true
Size: 1.79 KB
Versions: 20
Compression:
Stored size: 1.79 KB
Contents
{ "name": "negotiator", "description": "HTTP content negotiation", "version": "0.4.9", "author": { "name": "Federico Romero", "email": "federico.romero@outboxlabs.com" }, "contributors": [ { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" } ], "repository": { "type": "git", "url": "https://github.com/jshttp/negotiator" }, "keywords": [ "http", "content negotiation", "accept", "accept-language", "accept-encoding", "accept-charset" ], "license": "MIT", "devDependencies": { "istanbul": "~0.3.2", "nodeunit": "0.8.x" }, "scripts": { "test": "nodeunit test", "test-cov": "istanbul cover ./node_modules/nodeunit/bin/nodeunit test" }, "engines": { "node": ">= 0.6" }, "main": "lib/negotiator.js", "files": [ "lib", "LICENSE" ], "gitHead": "1e90abd710b662db80f1ea244e647cce3bd74504", "bugs": { "url": "https://github.com/jshttp/negotiator/issues" }, "homepage": "https://github.com/jshttp/negotiator", "_id": "negotiator@0.4.9", "_shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f", "_from": "negotiator@0.4.9", "_npmVersion": "1.4.21", "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "maintainers": [ { "name": "federomero", "email": "federomero@gmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" } ], "dist": { "shasum": "92e46b6db53c7e421ed64a2bc94f08be7630df3f", "tarball": "http://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.4.9.tgz" }
Version data entries
20 entries across 10 versions & 1 rubygems