5 "/opt/source/offload.js"
8 "_from": "send@0.17.1",
11 "_integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==",
13 "_phantomChildren": {},
19 "escapedName": "send",
28 "_resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz",
30 "_where": "/opt/source/offload.js",
32 "name": "TJ Holowaychuk",
33 "email": "tj@vision-media.ca"
36 "url": "https://github.com/pillarjs/send/issues"
40 "name": "Douglas Christopher Wilson",
41 "email": "doug@somethingdoug.com"
44 "name": "James Wyatt Cready",
45 "email": "jcready@gmail.com"
48 "name": "Jesús Leganés Combarro",
49 "email": "piranna@gmail.com"
56 "encodeurl": "~1.0.2",
57 "escape-html": "~1.0.3",
60 "http-errors": "~1.7.2",
63 "on-finished": "~2.3.0",
64 "range-parser": "~1.2.1",
67 "description": "Better streaming static file server with Range and conditional-GET support",
71 "eslint-config-standard": "12.0.0",
72 "eslint-plugin-import": "2.17.2",
73 "eslint-plugin-markdown": "1.0.0",
74 "eslint-plugin-node": "8.0.1",
75 "eslint-plugin-promise": "4.1.1",
76 "eslint-plugin-standard": "4.0.0",
90 "homepage": "https://github.com/pillarjs/send#readme",
100 "url": "git+https://github.com/pillarjs/send.git"
103 "lint": "eslint --plugin markdown --ext js,md .",
104 "test": "mocha --check-leaks --reporter spec --bail",
105 "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec",
106 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot"