Bones/node_modules/serve-static/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

102 lines
2.8 KiB
JSON

{
"_args": [
[
"serve-static@1.12.2",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync"
]
],
"_from": "serve-static@1.12.2",
"_id": "serve-static@1.12.2",
"_inCache": true,
"_location": "/serve-static",
"_nodeVersion": "4.7.3",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/serve-static-1.12.2.tgz_1493262384444_0.37266619759611785"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "2.15.11",
"_phantomChildren": {},
"_requested": {
"name": "serve-static",
"raw": "serve-static@1.12.2",
"rawSpec": "1.12.2",
"scope": null,
"spec": "1.12.2",
"type": "version"
},
"_requiredBy": [
"/browser-sync"
],
"_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.2.tgz",
"_shasum": "e546e2726081b81b4bcec8e90808ebcdd323afba",
"_shrinkwrap": null,
"_spec": "serve-static@1.12.2",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync",
"author": {
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
"bugs": {
"url": "https://github.com/expressjs/serve-static/issues"
},
"dependencies": {
"encodeurl": "~1.0.1",
"escape-html": "~1.0.3",
"parseurl": "~1.3.1",
"send": "0.15.2"
},
"description": "Serve static files",
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-markdown": "1.0.0-beta.4",
"eslint-plugin-node": "4.2.2",
"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": "e546e2726081b81b4bcec8e90808ebcdd323afba",
"tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.12.2.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "cb296b7ddfa869590d5ce0acb3f4a96b66f1d2b7",
"homepage": "https://github.com/expressjs/serve-static#readme",
"installable": true,
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "serve-static",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/serve-static.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"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.12.2"
}