123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "_args": [
- [
- "accepts@1.3.6",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "accepts@1.3.6",
- "_id": "accepts@1.3.6",
- "_inBundle": false,
- "_integrity": "sha1-J96GgvCDPpZt3lxdemPshSMQbks=",
- "_location": "/accepts",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "accepts@1.3.6",
- "name": "accepts",
- "escapedName": "accepts",
- "rawSpec": "1.3.6",
- "saveSpec": null,
- "fetchSpec": "1.3.6"
- },
- "_requiredBy": [
- "/compression",
- "/express",
- "/serve-index"
- ],
- "_resolved": "https://registry.npm.taobao.org/accepts/download/accepts-1.3.6.tgz",
- "_spec": "1.3.6",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "bugs": {
- "url": "https://github.com/jshttp/accepts/issues"
- },
- "contributors": [
- {
- "name": "Douglas Christopher Wilson",
- "email": "doug@somethingdoug.com"
- },
- {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- }
- ],
- "dependencies": {
- "mime-types": "~2.1.24",
- "negotiator": "0.6.1"
- },
- "description": "Higher-level content negotiation",
- "devDependencies": {
- "deep-equal": "1.0.1",
- "eslint": "5.16.0",
- "eslint-config-standard": "12.0.0",
- "eslint-plugin-import": "2.17.2",
- "eslint-plugin-markdown": "1.0.0",
- "eslint-plugin-node": "8.0.1",
- "eslint-plugin-promise": "4.1.1",
- "eslint-plugin-standard": "4.0.0",
- "istanbul": "0.4.5",
- "mocha": "6.1.4"
- },
- "engines": {
- "node": ">= 0.6"
- },
- "files": [
- "LICENSE",
- "HISTORY.md",
- "index.js"
- ],
- "homepage": "https://github.com/jshttp/accepts#readme",
- "keywords": [
- "content",
- "negotiation",
- "accept",
- "accepts"
- ],
- "license": "MIT",
- "name": "accepts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jshttp/accepts.git"
- },
- "scripts": {
- "lint": "eslint --plugin markdown --ext js,md .",
- "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": "1.3.6"
- }
|