Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/form-data/node_modules/mime-types/package.json')
-rw-r--r--node_modules/form-data/node_modules/mime-types/package.json107
1 files changed, 107 insertions, 0 deletions
diff --git a/node_modules/form-data/node_modules/mime-types/package.json b/node_modules/form-data/node_modules/mime-types/package.json
new file mode 100644
index 000000000..06ec8d0c7
--- /dev/null
+++ b/node_modules/form-data/node_modules/mime-types/package.json
@@ -0,0 +1,107 @@
+{
+ "_args": [
+ [
+ "mime-types@^2.1.1",
+ "/Users/rebecca/code/npm/node_modules/form-data"
+ ]
+ ],
+ "_from": "mime-types@>=2.1.1 <3.0.0",
+ "_id": "mime-types@2.1.1",
+ "_inCache": true,
+ "_location": "/form-data/mime-types",
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "mime-types",
+ "raw": "mime-types@^2.1.1",
+ "rawSpec": "^2.1.1",
+ "scope": null,
+ "spec": ">=2.1.1 <3.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/form-data"
+ ],
+ "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.1.tgz",
+ "_shasum": "c7b692796d5166f4826d10b4675c8a916657d04e",
+ "_shrinkwrap": null,
+ "_spec": "mime-types@^2.1.1",
+ "_where": "/Users/rebecca/code/npm/node_modules/form-data",
+ "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.13.0"
+ },
+ "description": "The ultimate javascript content-type utility.",
+ "devDependencies": {
+ "istanbul": "0.3.14",
+ "mocha": "~1.21.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "c7b692796d5166f4826d10b4675c8a916657d04e",
+ "tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.1.tgz"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ },
+ "files": [
+ "HISTORY.md",
+ "LICENSE",
+ "index.js"
+ ],
+ "gitHead": "c067c0b0d8a2e7df82c356dc295852688be1245c",
+ "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": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/jshttp/mime-types"
+ },
+ "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.1"
+}