1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "negotiator@0.6.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "negotiator@0.6.1",
- "_id": "negotiator@0.6.1",
- "_inBundle": false,
- "_integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=",
- "_location": "/negotiator",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "negotiator@0.6.1",
- "name": "negotiator",
- "escapedName": "negotiator",
- "rawSpec": "0.6.1",
- "saveSpec": null,
- "fetchSpec": "0.6.1"
- },
- "_requiredBy": [
- "/accepts"
- ],
- "_resolved": "https://registry.npm.taobao.org/negotiator/download/negotiator-0.6.1.tgz",
- "_spec": "0.6.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/jshttp/negotiator/issues"
- },
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "Federico Romero",
- "email": "federico.romero@outboxlabs.com"
- },
- {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me/"
- }
- ],
- "description": "HTTP content negotiation",
- "devDependencies": {
- "istanbul": "0.4.3",
- "mocha": "~1.21.5"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "lib/",
- "HISTORY.md",
- "LICENSE",
- "index.js",
- "README.md"
- ],
- "homepage": "https://github.com/jshttp/negotiator#readme",
- "keywords": [
- "http",
- "content negotiation",
- "accept",
- "accept-language",
- "accept-encoding",
- "accept-charset"
- ],
- "license": "MIT",
- "name": "negotiator",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/negotiator.git"
- },
- "scripts": {
- "test": "mocha --reporter spec --check-leaks --bail test/",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
- },
- "version": "0.6.1"
- }
|