123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_args": [
- [
- "negotiator@0.6.2",
- "/var/www/noelle.codes/node/node_modules/accepts"
- ]
- ],
- "_from": "negotiator@0.6.2",
- "_hasShrinkwrap": false,
- "_id": "negotiator@0.6.2",
- "_inCache": true,
- "_installable": true,
- "_location": "/negotiator",
- "_nodeVersion": "8.16.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/negotiator_0.6.2_1556584230489_0.2011163414894186"
- },
- "_npmUser": {
- "email": "doug@somethingdoug.com",
- "name": "dougwilson"
- },
- "_npmVersion": "6.4.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "negotiator",
- "raw": "negotiator@0.6.2",
- "rawSpec": "0.6.2",
- "scope": null,
- "spec": "0.6.2",
- "type": "version"
- },
- "_requiredBy": [
- "/accepts"
- ],
- "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
- "_shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
- "_shrinkwrap": null,
- "_spec": "negotiator@0.6.2",
- "_where": "/var/www/noelle.codes/node/node_modules/accepts",
- "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/"
- }
- ],
- "dependencies": {},
- "description": "HTTP content negotiation",
- "devDependencies": {
- "eslint": "5.16.0",
- "eslint-plugin-markdown": "1.0.0",
- "mocha": "6.1.4",
- "nyc": "14.0.0"
- },
- "directories": {},
- "dist": {
- "fileCount": 9,
- "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
- "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcx5cnCRA9TVsSAnZWagAAP20P/0MCkOVbsy3QpadyxP2l\nfQaJNj3676xMnX1jvmbttyR2pejPTOeACkojxti4dkza3VoK5i0P2vxXVjjC\nFTS+joLUaqyS/urJFhQOxICR37l1s849MnXrwV/+mIo7kytMelYJcTbPj3ov\np6OYauZfzPlnFP3zxBYaPmIOKSILILVoVGPSwkRrJlgJUgdqzaMKSUTfTCzq\nELh0wT834veFEnFIeu84Z4NWf6QPrWLwO8Fi6clDpTc0TYJl4xi0cEo9euSB\nQdKVK2gwPCLq6vV3TZoPHCs4/8XLX9zSZLqrAeiK6gC8rrJiGIEFTVLgUXIc\nDb7bKpcOlpvRBBGwtoa0crIGWEFZ5HCTLeDL3ZyfafZ6XqTYeOrYUpvmhv+A\nU6abBAxcE2FGdWkYuSMrbSU1KplzubcLEthVfVilREcQl7V/INK1rRzC/YPb\nlvXd0VqHH+JzsIqe5okX6prnQmKJ6I9Xtu2y7/ocI1WkikaU3bFjbIwke40w\nLTjqvSGCmc9End3k50XOG/AwhitANuOMugJ8iYwn1DwT995tj6IW8Am+C2gR\n0lceIeUnOq5VxtDYN/q2rfVg/cHcr9srAnPdGp4dwcSLTwWX9/vDKB6piasF\nZnYHmofBFT2ensRv1qYU4nlDZPULH5T+rPFVhZgGUCpJzzc2wAMTpFcQixQ3\nCEXq\r\n=qmZ/\r\n-----END PGP SIGNATURE-----\r\n",
- "shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
- "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
- "unpackedSize": 28102
- },
- "engines": {
- "node": ">= 0.6"
- },
- "gitHead": "99f418e11907b60e63f0addc09fc596ddc7be5be",
- "homepage": "https://github.com/jshttp/negotiator#readme",
- "keywords": [
- "accept",
- "accept-charset",
- "accept-encoding",
- "accept-language",
- "content negotiation",
- "http"
- ],
- "license": "MIT",
- "maintainers": [
- {
- "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": {
- "lint": "eslint --plugin markdown --ext js,md .",
- "test": "mocha --reporter spec --check-leaks --bail test/",
- "test-cov": "nyc --reporter=html --reporter=text npm test",
- "test-travis": "nyc --reporter=text npm test"
- },
- "version": "0.6.2"
- }
|