j-gallery
Version:
a picture layout library
73 lines (72 loc) • 1.68 kB
JSON
{
"_args": [
[
"mime@1.3.6",
"/Users/apple/Desktop/Repositories/Gallery/example"
]
],
"_development": true,
"_from": "mime@1.3.6",
"_id": "mime@1.3.6",
"_inBundle": false,
"_integrity": "sha1-WR2E02U6awtKO5343lqoEI5y5eA=",
"_location": "/mime",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "mime@1.3.6",
"name": "mime",
"escapedName": "mime",
"rawSpec": "1.3.6",
"saveSpec": null,
"fetchSpec": "1.3.6"
},
"_requiredBy": [
"/url-loader",
"/webpack-dev-middleware"
],
"_resolved": "http://registry.npm.taobao.org/mime/download/mime-1.3.6.tgz",
"_spec": "1.3.6",
"_where": "/Users/apple/Desktop/Repositories/Gallery/example",
"author": {
"name": "Robert Kieffer",
"email": "robert@broofa.com",
"url": "http://github.com/broofa"
},
"bin": {
"mime": "cli.js"
},
"bugs": {
"url": "https://github.com/broofa/node-mime/issues"
},
"contributors": [
{
"name": "Benjamin Thomas",
"email": "benjamin@benjaminthomas.org",
"url": "http://github.com/bentomas"
}
],
"dependencies": {},
"description": "A comprehensive library for mime-type mapping",
"devDependencies": {
"mime-db": "^1.22.0"
},
"homepage": "https://github.com/broofa/node-mime#readme",
"keywords": [
"util",
"mime"
],
"license": "MIT",
"main": "mime.js",
"name": "mime",
"repository": {
"url": "git+https://github.com/broofa/node-mime.git",
"type": "git"
},
"scripts": {
"prepublish": "node build/build.js > types.json",
"test": "node build/test.js"
},
"version": "1.3.6"
}