Files
ASHEBShop-h5/node_modules/serve-index/package.json
T
2017-05-10 16:33:00 +08:00

107 lines
2.9 KiB
JSON

{
"_args": [
[
"serve-index@^1.7.2",
"/Users/xmfish/Desktop/test/reacttest/node_modules/webpack-dev-server"
]
],
"_cnpm_publish_time": 1466180027479,
"_from": "serve-index@>=1.7.2 <2.0.0",
"_hasShrinkwrap": false,
"_id": "serve-index@1.8.0",
"_inCache": true,
"_installable": true,
"_location": "/serve-index",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/serve-index-1.8.0.tgz_1466180024696_0.9007518284488469"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {
"inherits": "2.0.3",
"statuses": "1.3.1"
},
"_requested": {
"name": "serve-index",
"raw": "serve-index@^1.7.2",
"rawSpec": "^1.7.2",
"scope": null,
"spec": ">=1.7.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "http://registry.npm.taobao.org/serve-index/download/serve-index-1.8.0.tgz",
"_shasum": "7c5d96c13fb131101f93c1c5774f8516a1e78d3b",
"_shrinkwrap": null,
"_spec": "serve-index@^1.7.2",
"_where": "/Users/xmfish/Desktop/test/reacttest/node_modules/webpack-dev-server",
"author": {
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
"bugs": {
"url": "https://github.com/expressjs/serve-index/issues"
},
"dependencies": {
"accepts": "~1.3.3",
"batch": "0.5.3",
"debug": "~2.2.0",
"escape-html": "~1.0.3",
"http-errors": "~1.5.0",
"mime-types": "~2.1.11",
"parseurl": "~1.3.1"
},
"description": "Serve directory listings",
"devDependencies": {
"after": "0.8.1",
"istanbul": "0.4.3",
"mocha": "2.5.3",
"supertest": "1.1.0"
},
"directories": {},
"dist": {
"noattachment": false,
"shasum": "7c5d96c13fb131101f93c1c5774f8516a1e78d3b",
"size": 63277,
"tarball": "http://registry.npm.taobao.org/serve-index/download/serve-index-1.8.0.tgz"
},
"engines": {
"node": ">= 0.8.0"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js",
"public/"
],
"gitHead": "357452911dce2d17fd90aea7c1b5e69781b7f464",
"homepage": "https://github.com/expressjs/serve-index",
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "serve-index",
"optionalDependencies": {},
"publish_time": 1466180027479,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/expressjs/serve-index.git"
},
"scripts": {
"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.8.0"
}