tastypie
Version:
Tastypie is a webservice API framework for Node.js based on Django's Tastypie Framework. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces
130 lines (129 loc) • 3.37 kB
JSON
{
"_args": [
[
{
"raw": "mime-types@~2.1.11",
"scope": null,
"escapedName": "mime-types",
"name": "mime-types",
"rawSpec": "~2.1.11",
"spec": ">=2.1.11 <2.2.0",
"type": "range"
},
"/home/esatterwhite/dev/js/node-tastypie/node_modules/accepts"
]
],
"_from": "mime-types@>=2.1.11 <2.2.0",
"_id": "mime-types@2.1.13",
"_inCache": true,
"_installable": true,
"_location": "/mime-types",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/mime-types-2.1.13.tgz_1479505166253_0.5666956284549087"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "mime-types@~2.1.11",
"scope": null,
"escapedName": "mime-types",
"name": "mime-types",
"rawSpec": "~2.1.11",
"spec": ">=2.1.11 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/accepts",
"/form-data",
"/request"
],
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz",
"_shasum": "e07aaa9c6c6b9a7ca3012c69003ad25a39e92a88",
"_shrinkwrap": null,
"_spec": "mime-types@~2.1.11",
"_where": "/home/esatterwhite/dev/js/node-tastypie/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.25.0"
},
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"eslint": "3.10.2",
"eslint-config-standard": "6.2.1",
"eslint-plugin-promise": "3.4.0",
"eslint-plugin-standard": "2.0.1",
"istanbul": "0.4.5",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "e07aaa9c6c6b9a7ca3012c69003ad25a39e92a88",
"tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.13.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "83e91a5aea93858bc95ec95a99309592cba0ffe3",
"homepage": "https://github.com/jshttp/mime-types",
"keywords": [
"mime",
"types"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
}
],
"name": "mime-types",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/mime-types.git"
},
"scripts": {
"lint": "eslint .",
"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.13"
}