UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

113 lines (112 loc) 2.77 kB
{ "_args": [ [ "mime-types@~2.1.6", "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/accepts" ], [ "mime-types@~2.1.8", "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/type-is" ] ], "_from": "mime-types@>=2.1.6 <2.2.0", "_id": "mime-types@2.1.8", "_inCache": true, "_installable": true, "_location": "/mime-types", "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "name": "mime-types", "raw": "mime-types@~2.1.6", "rawSpec": "~2.1.6", "scope": null, "spec": ">=2.1.6 <2.2.0", "type": "range" }, "_requiredBy": [ "/accepts", "/type-is" ], "_shrinkwrap": null, "_spec": "mime-types@~2.1.6", "_where": "/home/webs/dev/prj/compoundjsEX4/compound-ex4/node_modules/accepts", "bugs": { "url": "https://github.com/jshttp/mime-types/issues" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jeremiah Senkpiel", "email": "fishrock123@rocketmail.com", "url": "https://searchbeam.jit.su" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com", "url": "http://jongleberry.com" } ], "dependencies": { "mime-db": "~1.20.0" }, "description": "The ultimate javascript content-type utility.", "devDependencies": { "istanbul": "0.4.1", "mocha": "~1.21.5" }, "directories": {}, "dist": { "shasum": "faf57823de04bc7cbff4ee82c6b63946e812ae72", "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz" }, "engines": { "node": ">= 0.6" }, "files": [ "HISTORY.md", "LICENSE", "index.js" ], "gitHead": "100876a23fab896d8cf0d904fc9778dbdfc1695b", "homepage": "https://github.com/jshttp/mime-types", "keywords": [ "mime", "types" ], "license": "MIT", "maintainers": [ { "name": "jongleberry", "email": "jonathanrichardong@gmail.com" }, { "name": "fishrock123", "email": "fishrock123@rocketmail.com" }, { "name": "dougwilson", "email": "doug@somethingdoug.com" } ], "name": "mime-types", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/jshttp/mime-types.git" }, "scripts": { "test": "mocha --reporter spec test/test.js", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js" }, "version": "2.1.8" }