aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/vary/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/vary/package.json')
-rw-r--r--node_modules/vary/package.json114
1 files changed, 114 insertions, 0 deletions
diff --git a/node_modules/vary/package.json b/node_modules/vary/package.json
new file mode 100644
index 0000000..fed0a0f
--- /dev/null
+++ b/node_modules/vary/package.json
@@ -0,0 +1,114 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "vary@~1.1.2",
+ "scope": null,
+ "escapedName": "vary",
+ "name": "vary",
+ "rawSpec": "~1.1.2",
+ "spec": ">=1.1.2 <1.2.0",
+ "type": "range"
+ },
+ "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express"
+ ]
+ ],
+ "_from": "vary@>=1.1.2 <1.2.0",
+ "_id": "vary@1.1.2",
+ "_inCache": true,
+ "_location": "/vary",
+ "_nodeVersion": "6.11.1",
+ "_npmOperationalInternal": {
+ "host": "s3://npm-registry-packages",
+ "tmp": "tmp/vary-1.1.2.tgz_1506217630296_0.28528453782200813"
+ },
+ "_npmUser": {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "_npmVersion": "3.10.10",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "vary@~1.1.2",
+ "scope": null,
+ "escapedName": "vary",
+ "name": "vary",
+ "rawSpec": "~1.1.2",
+ "spec": ">=1.1.2 <1.2.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/express"
+ ],
+ "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "_shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
+ "_shrinkwrap": null,
+ "_spec": "vary@~1.1.2",
+ "_where": "/mnt/e/Yaroslav/Documents/Webs/nodejs/checkers/node_modules/express",
+ "author": {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ "bugs": {
+ "url": "https://github.com/jshttp/vary/issues"
+ },
+ "dependencies": {},
+ "description": "Manipulate the HTTP Vary header",
+ "devDependencies": {
+ "beautify-benchmark": "0.2.4",
+ "benchmark": "2.1.4",
+ "eslint": "3.19.0",
+ "eslint-config-standard": "10.2.1",
+ "eslint-plugin-import": "2.7.0",
+ "eslint-plugin-markdown": "1.0.0-beta.6",
+ "eslint-plugin-node": "5.1.1",
+ "eslint-plugin-promise": "3.5.0",
+ "eslint-plugin-standard": "3.0.1",
+ "istanbul": "0.4.5",
+ "mocha": "2.5.3",
+ "supertest": "1.1.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "2299f02c6ded30d4a5961b0b9f74524a18f634fc",
+ "tarball": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "files": [
+ "HISTORY.md",
+ "LICENSE",
+ "README.md",
+ "index.js"
+ ],
+ "gitHead": "4067e646233fbc8ec9e7a9cd78d6f063c6fdc17e",
+ "homepage": "https://github.com/jshttp/vary#readme",
+ "keywords": [
+ "http",
+ "res",
+ "vary"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "dougwilson",
+ "email": "doug@somethingdoug.com"
+ }
+ ],
+ "name": "vary",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jshttp/vary.git"
+ },
+ "scripts": {
+ "bench": "node benchmark/index.js",
+ "lint": "eslint --plugin markdown --ext js,md .",
+ "test": "mocha --reporter spec --bail --check-leaks 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.1.2"
+}