mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-27 09:08:31 +00:00
111 lines
2.8 KiB
JSON
111 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "vary@~1.1.1",
|
|
"scope": null,
|
|
"escapedName": "vary",
|
|
"name": "vary",
|
|
"rawSpec": "~1.1.1",
|
|
"spec": ">=1.1.1 <1.2.0",
|
|
"type": "range"
|
|
},
|
|
"/home/frappe/frappe-bench/node_modules/express"
|
|
]
|
|
],
|
|
"_from": "vary@>=1.1.1 <1.2.0",
|
|
"_id": "vary@1.1.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/vary",
|
|
"_nodeVersion": "4.7.3",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/vary-1.1.1.tgz_1490045547529_0.9355870047584176"
|
|
},
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"_npmVersion": "2.15.11",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "vary@~1.1.1",
|
|
"scope": null,
|
|
"escapedName": "vary",
|
|
"name": "vary",
|
|
"rawSpec": "~1.1.1",
|
|
"spec": ">=1.1.1 <1.2.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/express"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz",
|
|
"_shasum": "67535ebb694c1d52257457984665323f587e8d37",
|
|
"_shrinkwrap": null,
|
|
"_spec": "vary@~1.1.1",
|
|
"_where": "/home/frappe/frappe-bench/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": {
|
|
"eslint": "3.18.0",
|
|
"eslint-config-standard": "7.1.0",
|
|
"eslint-plugin-markdown": "1.0.0-beta.4",
|
|
"eslint-plugin-promise": "3.5.0",
|
|
"eslint-plugin-standard": "2.1.1",
|
|
"istanbul": "0.4.5",
|
|
"mocha": "2.5.3",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "67535ebb694c1d52257457984665323f587e8d37",
|
|
"tarball": "https://registry.npmjs.org/vary/-/vary-1.1.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"files": [
|
|
"HISTORY.md",
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js"
|
|
],
|
|
"gitHead": "ca7edac6b919a45bf9e2c5cb6ba31c1790e9f046",
|
|
"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": {
|
|
"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.1"
|
|
}
|