UNPKG

d2-ui

Version:
112 lines (111 loc) 3.06 kB
{ "_args": [ [ "serve-static@~1.10.2", "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/express" ] ], "_from": "serve-static@>=1.10.2 <1.11.0", "_id": "serve-static@1.10.3", "_inCache": true, "_installable": true, "_location": "/serve-static", "_nodeVersion": "4.4.3", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/serve-static-1.10.3.tgz_1464664781274_0.7150349044241011" }, "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "2.15.1", "_phantomChildren": { "debug": "2.2.0", "depd": "1.1.0", "destroy": "1.0.4", "escape-html": "1.0.3", "etag": "1.7.0", "fresh": "0.3.0", "http-errors": "1.3.1", "mime": "1.3.4", "ms": "0.7.1", "on-finished": "2.3.0", "range-parser": "1.0.3", "statuses": "1.2.1" }, "_requested": { "name": "serve-static", "raw": "serve-static@~1.10.2", "rawSpec": "~1.10.2", "scope": null, "spec": ">=1.10.2 <1.11.0", "type": "range" }, "_requiredBy": [ "/express" ], "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz", "_shasum": "ce5a6ecd3101fed5ec09827dac22a9c29bfb0535", "_shrinkwrap": null, "_spec": "serve-static@~1.10.2", "_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/express", "author": { "email": "doug@somethingdoug.com", "name": "Douglas Christopher Wilson" }, "bugs": { "url": "https://github.com/expressjs/serve-static/issues" }, "dependencies": { "escape-html": "~1.0.3", "parseurl": "~1.3.1", "send": "0.13.2" }, "description": "Serve static files", "devDependencies": { "eslint": "2.11.1", "eslint-config-standard": "5.3.1", "eslint-plugin-promise": "1.3.1", "eslint-plugin-standard": "1.3.2", "istanbul": "0.4.3", "mocha": "2.5.3", "supertest": "1.1.0" }, "directories": {}, "dist": { "shasum": "ce5a6ecd3101fed5ec09827dac22a9c29bfb0535", "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.10.3.tgz" }, "engines": { "node": ">= 0.8.0" }, "files": [ "LICENSE", "HISTORY.md", "index.js" ], "gitHead": "8be028d005967471832109d777daa4b45bd1948b", "homepage": "https://github.com/expressjs/serve-static#readme", "license": "MIT", "maintainers": [ { "email": "doug@somethingdoug.com", "name": "dougwilson" } ], "name": "serve-static", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/expressjs/serve-static.git" }, "scripts": { "lint": "eslint **/*.js", "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" }, "version": "1.10.3" }