fsevents 1.0.15 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/fsevents.js +3 -0
- package/install.js +7 -0
- package/lib/binding/Release/node-v48-darwin-x64/fse.node +0 -0
- package/node_modules/abbrev/abbrev.js +0 -1
- package/node_modules/abbrev/package.json +32 -21
- package/node_modules/ansi-regex/index.js +1 -1
- package/node_modules/ansi-regex/package.json +61 -42
- package/node_modules/ansi-regex/readme.md +10 -2
- package/node_modules/ansi-styles/package.json +27 -19
- package/node_modules/aproba/README.md +33 -3
- package/node_modules/aproba/index.js +71 -30
- package/node_modules/aproba/package.json +30 -22
- package/node_modules/are-we-there-yet/package.json +14 -6
- package/node_modules/asn1/package.json +16 -8
- package/node_modules/assert-plus/package.json +16 -8
- package/node_modules/{node-uuid/LICENSE.md → asynckit/LICENSE} +1 -1
- package/node_modules/asynckit/README.md +233 -0
- package/node_modules/asynckit/bench.js +76 -0
- package/node_modules/asynckit/index.js +6 -0
- package/node_modules/asynckit/lib/abort.js +29 -0
- package/node_modules/asynckit/lib/async.js +34 -0
- package/node_modules/asynckit/lib/defer.js +26 -0
- package/node_modules/asynckit/lib/iterate.js +75 -0
- package/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/node_modules/asynckit/lib/state.js +37 -0
- package/node_modules/asynckit/lib/streamify.js +141 -0
- package/node_modules/asynckit/lib/terminator.js +29 -0
- package/node_modules/asynckit/package.json +126 -0
- package/node_modules/asynckit/parallel.js +43 -0
- package/node_modules/asynckit/serial.js +17 -0
- package/node_modules/asynckit/serialOrdered.js +75 -0
- package/node_modules/asynckit/stream.js +21 -0
- package/node_modules/aws-sign2/package.json +15 -7
- package/node_modules/aws4/README.md +9 -0
- package/node_modules/aws4/aws4.js +21 -7
- package/node_modules/aws4/package.json +62 -54
- package/node_modules/balanced-match/package.json +27 -19
- package/node_modules/bcrypt-pbkdf/README.md +39 -0
- package/node_modules/bcrypt-pbkdf/index.js +556 -0
- package/node_modules/bcrypt-pbkdf/package.json +84 -0
- package/node_modules/block-stream/package.json +15 -7
- package/node_modules/boom/package.json +14 -6
- package/node_modules/brace-expansion/index.js +10 -0
- package/node_modules/brace-expansion/package.json +35 -27
- package/node_modules/buffer-shims/package.json +16 -7
- package/node_modules/caseless/package.json +18 -10
- package/node_modules/chalk/package.json +30 -22
- package/node_modules/code-point-at/index.js +3 -4
- package/node_modules/code-point-at/package.json +40 -30
- package/node_modules/code-point-at/readme.md +2 -4
- package/node_modules/combined-stream/package.json +15 -7
- package/node_modules/commander/package.json +16 -8
- package/node_modules/concat-map/package.json +30 -22
- package/node_modules/console-control-strings/package.json +15 -7
- package/node_modules/core-util-is/package.json +22 -14
- package/node_modules/cryptiles/package.json +14 -6
- package/node_modules/dashdash/CHANGES.md +364 -0
- package/node_modules/dashdash/LICENSE.txt +24 -0
- package/node_modules/dashdash/etc/dashdash.bash_completion.in +4 -3
- package/node_modules/dashdash/node_modules/assert-plus/package.json +16 -8
- package/node_modules/dashdash/package.json +33 -24
- package/node_modules/debug/package.json +20 -12
- package/node_modules/deep-extend/package.json +23 -15
- package/node_modules/delayed-stream/package.json +15 -7
- package/node_modules/delegates/package.json +14 -6
- package/node_modules/ecc-jsbn/package.json +17 -9
- package/node_modules/escape-string-regexp/package.json +20 -12
- package/node_modules/extend/package.json +16 -8
- package/node_modules/extsprintf/package.json +14 -6
- package/node_modules/forever-agent/package.json +15 -7
- package/node_modules/form-data/README.md +7 -8
- package/node_modules/form-data/lib/browser.js +1 -1
- package/node_modules/form-data/lib/form_data.js +101 -72
- package/node_modules/form-data/lib/populate.js +6 -5
- package/node_modules/form-data/package.json +68 -52
- package/node_modules/fs.realpath/package.json +19 -11
- package/node_modules/fstream/package.json +15 -7
- package/node_modules/fstream-ignore/package.json +15 -7
- package/node_modules/gauge/CHANGELOG.md +24 -0
- package/node_modules/gauge/README.md +4 -0
- package/node_modules/gauge/index.js +16 -9
- package/node_modules/gauge/package.json +37 -29
- package/node_modules/generate-function/package.json +16 -8
- package/node_modules/generate-object-property/package.json +14 -6
- package/node_modules/getpass/node_modules/assert-plus/package.json +16 -8
- package/node_modules/getpass/package.json +16 -8
- package/node_modules/glob/README.md +3 -0
- package/node_modules/glob/common.js +6 -1
- package/node_modules/glob/glob.js +23 -14
- package/node_modules/glob/package.json +29 -21
- package/node_modules/glob/sync.js +29 -11
- package/node_modules/graceful-fs/README.md +1 -1
- package/node_modules/graceful-fs/graceful-fs.js +23 -14
- package/node_modules/graceful-fs/package.json +35 -27
- package/node_modules/graceful-fs/polyfills.js +99 -21
- package/node_modules/graceful-readlink/package.json +14 -6
- package/node_modules/har-validator/package.json +16 -8
- package/node_modules/has-ansi/package.json +29 -21
- package/node_modules/has-unicode/package.json +18 -10
- package/node_modules/hawk/package.json +18 -10
- package/node_modules/hoek/package.json +14 -6
- package/node_modules/http-signature/package.json +14 -6
- package/node_modules/inflight/inflight.js +22 -12
- package/node_modules/inflight/package.json +28 -20
- package/node_modules/inherits/inherits.js +7 -1
- package/node_modules/inherits/package.json +41 -21
- package/node_modules/ini/package.json +15 -7
- package/node_modules/is-fullwidth-code-point/package.json +27 -19
- package/node_modules/is-my-json-valid/index.js +10 -0
- package/node_modules/is-my-json-valid/package.json +36 -20
- package/node_modules/is-my-json-valid/test/misc.js +24 -0
- package/node_modules/is-property/package.json +19 -11
- package/node_modules/is-typedarray/package.json +16 -8
- package/node_modules/isarray/package.json +28 -20
- package/node_modules/isstream/package.json +19 -11
- package/node_modules/jodid25519/package.json +18 -10
- package/node_modules/jsbn/index.js +8 -9
- package/node_modules/jsbn/package.json +30 -18
- package/node_modules/json-schema/lib/links.js +17 -3
- package/node_modules/json-schema/lib/validate.js +18 -5
- package/node_modules/json-schema/package.json +32 -18
- package/node_modules/json-stringify-safe/package.json +18 -10
- package/node_modules/{async/LICENSE → jsonpointer/LICENSE.md} +3 -1
- package/node_modules/jsonpointer/README.md +17 -10
- package/node_modules/jsonpointer/jsonpointer.js +73 -56
- package/node_modules/jsonpointer/package.json +47 -26
- package/node_modules/jsprim/CHANGES.md +4 -0
- package/node_modules/jsprim/package.json +25 -17
- package/node_modules/mime-db/HISTORY.md +50 -0
- package/node_modules/mime-db/db.json +126 -2
- package/node_modules/mime-db/package.json +43 -30
- package/node_modules/mime-types/HISTORY.md +19 -0
- package/node_modules/mime-types/index.js +8 -8
- package/node_modules/mime-types/package.json +32 -19
- package/node_modules/minimatch/minimatch.js +19 -20
- package/node_modules/minimatch/package.json +25 -17
- package/node_modules/minimist/package.json +24 -16
- package/node_modules/mkdirp/package.json +21 -13
- package/node_modules/ms/package.json +14 -6
- package/node_modules/node-pre-gyp/CHANGELOG.md +20 -0
- package/node_modules/node-pre-gyp/README.md +574 -0
- package/node_modules/node-pre-gyp/appveyor.yml +19 -9
- package/node_modules/node-pre-gyp/lib/install.js +31 -7
- package/node_modules/node-pre-gyp/lib/node-pre-gyp.js +3 -1
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +140 -0
- package/node_modules/node-pre-gyp/package.json +52 -48
- package/node_modules/nopt/package.json +19 -11
- package/node_modules/npmlog/CHANGELOG.md +9 -0
- package/node_modules/npmlog/README.md +7 -1
- package/node_modules/npmlog/log.js +12 -8
- package/node_modules/npmlog/package.json +30 -22
- package/node_modules/number-is-nan/package.json +39 -30
- package/node_modules/number-is-nan/readme.md +1 -3
- package/node_modules/oauth-sign/package.json +15 -7
- package/node_modules/object-assign/index.js +11 -4
- package/node_modules/object-assign/package.json +42 -30
- package/node_modules/object-assign/readme.md +8 -3
- package/node_modules/once/README.md +28 -0
- package/node_modules/once/once.js +21 -0
- package/node_modules/once/package.json +31 -20
- package/node_modules/path-is-absolute/index.js +5 -5
- package/node_modules/path-is-absolute/package.json +45 -31
- package/node_modules/path-is-absolute/readme.md +19 -11
- package/node_modules/pinkie/package.json +18 -10
- package/node_modules/pinkie-promise/package.json +18 -10
- package/node_modules/process-nextick-args/package.json +16 -8
- package/node_modules/punycode/LICENSE-MIT.txt +20 -0
- package/node_modules/punycode/README.md +176 -0
- package/node_modules/punycode/package.json +127 -0
- package/node_modules/punycode/punycode.js +533 -0
- package/node_modules/qs/.eslintrc +15 -15
- package/node_modules/qs/CHANGELOG.md +36 -0
- package/node_modules/qs/README.md +431 -0
- package/node_modules/qs/dist/qs.js +167 -67
- package/node_modules/qs/lib/formats.js +18 -0
- package/node_modules/qs/lib/index.js +6 -4
- package/node_modules/qs/lib/parse.js +31 -32
- package/node_modules/qs/lib/stringify.js +83 -20
- package/node_modules/qs/lib/utils.js +23 -7
- package/node_modules/qs/package.json +40 -30
- package/node_modules/qs/test/.eslintrc +10 -0
- package/node_modules/qs/test/index.js +2 -0
- package/node_modules/qs/test/parse.js +108 -47
- package/node_modules/qs/test/stringify.js +261 -28
- package/node_modules/qs/test/utils.js +13 -0
- package/node_modules/rc/node_modules/minimist/package.json +24 -16
- package/node_modules/rc/package.json +35 -23
- package/node_modules/readable-stream/.npmignore +1 -0
- package/node_modules/readable-stream/.travis.yml +2 -7
- package/node_modules/readable-stream/README.md +6 -2
- package/node_modules/readable-stream/lib/_stream_readable.js +158 -110
- package/node_modules/readable-stream/lib/_stream_transform.js +7 -5
- package/node_modules/readable-stream/lib/_stream_writable.js +35 -7
- package/node_modules/readable-stream/lib/internal/streams/BufferList.js +64 -0
- package/node_modules/readable-stream/package.json +34 -26
- package/node_modules/request/CHANGELOG.md +49 -18
- package/node_modules/request/README.md +3 -2
- package/node_modules/request/index.js +2 -3
- package/node_modules/request/lib/auth.js +1 -1
- package/node_modules/request/lib/helpers.js +4 -13
- package/node_modules/request/lib/multipart.js +1 -1
- package/node_modules/request/lib/oauth.js +1 -1
- package/node_modules/request/lib/redirect.js +5 -1
- package/node_modules/request/package.json +50 -31
- package/node_modules/request/request.js +84 -43
- package/node_modules/rimraf/package.json +28 -20
- package/node_modules/rimraf/rimraf.js +2 -2
- package/node_modules/semver/README.md +4 -0
- package/node_modules/semver/package.json +27 -19
- package/node_modules/semver/semver.js +14 -5
- package/node_modules/set-blocking/package.json +21 -13
- package/node_modules/signal-exit/CHANGELOG.md +10 -0
- package/node_modules/signal-exit/LICENSE.txt +2 -0
- package/node_modules/signal-exit/index.js +9 -0
- package/node_modules/signal-exit/package.json +32 -24
- package/node_modules/signal-exit/signals.js +5 -4
- package/node_modules/sntp/package.json +16 -8
- package/node_modules/sshpk/README.md +214 -3
- package/node_modules/sshpk/bin/sshpk-conv +6 -0
- package/node_modules/sshpk/lib/certificate.js +291 -0
- package/node_modules/sshpk/lib/errors.js +14 -1
- package/node_modules/sshpk/lib/fingerprint.js +28 -7
- package/node_modules/sshpk/lib/formats/openssh-cert.js +289 -0
- package/node_modules/sshpk/lib/formats/pem.js +2 -2
- package/node_modules/sshpk/lib/formats/pkcs8.js +2 -7
- package/node_modules/sshpk/lib/formats/ssh-private.js +140 -17
- package/node_modules/sshpk/lib/formats/x509-pem.js +77 -0
- package/node_modules/sshpk/lib/formats/x509.js +484 -0
- package/node_modules/sshpk/lib/identity.js +277 -0
- package/node_modules/sshpk/lib/index.js +13 -1
- package/node_modules/sshpk/lib/key.js +1 -0
- package/node_modules/sshpk/lib/signature.js +14 -6
- package/node_modules/sshpk/lib/ssh-buffer.js +24 -0
- package/node_modules/sshpk/lib/utils.js +43 -1
- package/node_modules/sshpk/node_modules/assert-plus/package.json +16 -8
- package/node_modules/sshpk/package.json +32 -22
- package/node_modules/string-width/index.js +5 -0
- package/node_modules/string-width/package.json +49 -36
- package/node_modules/string-width/readme.md +4 -3
- package/node_modules/string_decoder/package.json +19 -11
- package/node_modules/stringstream/package.json +18 -10
- package/node_modules/strip-ansi/package.json +29 -21
- package/node_modules/strip-json-comments/index.js +70 -0
- package/node_modules/strip-json-comments/package.json +49 -43
- package/node_modules/strip-json-comments/readme.md +12 -28
- package/node_modules/supports-color/package.json +26 -18
- package/node_modules/tar/package.json +19 -11
- package/node_modules/tar-pack/README.md +4 -1
- package/node_modules/tar-pack/index.js +17 -12
- package/node_modules/tar-pack/node_modules/once/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/once/README.md +51 -0
- package/node_modules/tar-pack/node_modules/once/once.js +21 -0
- package/node_modules/tar-pack/node_modules/once/package.json +96 -0
- package/node_modules/tar-pack/node_modules/readable-stream/.npmignore +8 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/.travis.yml +4 -7
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/LICENSE +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/README.md +2 -2
- package/node_modules/tar-pack/node_modules/readable-stream/doc/stream.md +2015 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/duplex.js +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/lib/_stream_duplex.js +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/lib/_stream_passthrough.js +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/lib/_stream_readable.js +164 -107
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/lib/_stream_transform.js +3 -3
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/lib/_stream_writable.js +25 -15
- package/node_modules/tar-pack/node_modules/readable-stream/lib/internal/streams/BufferList.js +64 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/package.json +50 -30
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/passthrough.js +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/readable.js +4 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/transform.js +0 -0
- package/node_modules/{bl → tar-pack}/node_modules/readable-stream/writable.js +0 -0
- package/node_modules/tar-pack/package.json +39 -22
- package/node_modules/tar-pack/test/index.js +43 -1
- package/node_modules/tough-cookie/README.md +17 -3
- package/node_modules/tough-cookie/lib/cookie.js +6 -12
- package/node_modules/tough-cookie/package.json +50 -35
- package/node_modules/tunnel-agent/package.json +15 -7
- package/node_modules/tweetnacl/AUTHORS.md +28 -0
- package/node_modules/tweetnacl/CHANGELOG.md +93 -0
- package/node_modules/tweetnacl/LICENSE +24 -0
- package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
- package/node_modules/tweetnacl/README.md +57 -61
- package/node_modules/tweetnacl/nacl-fast.js +22 -52
- package/node_modules/tweetnacl/nacl-fast.min.js +2 -2
- package/node_modules/tweetnacl/nacl.d.ts +98 -0
- package/node_modules/tweetnacl/nacl.js +21 -51
- package/node_modules/tweetnacl/nacl.min.js +1 -1
- package/node_modules/tweetnacl/package.json +47 -46
- package/node_modules/uid-number/package.json +15 -7
- package/node_modules/util-deprecate/package.json +21 -13
- package/node_modules/uuid/.npmignore +8 -0
- package/node_modules/uuid/.travis.yml +5 -0
- package/node_modules/uuid/AUTHORS +5 -0
- package/node_modules/uuid/HISTORY.md +28 -0
- package/node_modules/uuid/LICENSE.md +21 -0
- package/node_modules/uuid/README.md +132 -0
- package/node_modules/{node-uuid → uuid}/bin/uuid +0 -0
- package/node_modules/uuid/index.js +8 -0
- package/node_modules/uuid/lib/bytesToUuid.js +23 -0
- package/node_modules/uuid/lib/rng-browser.js +33 -0
- package/node_modules/uuid/lib/rng.js +10 -0
- package/node_modules/uuid/package.json +122 -0
- package/node_modules/uuid/test/mocha.opts +3 -0
- package/node_modules/uuid/test/test.js +96 -0
- package/node_modules/uuid/v1.js +103 -0
- package/node_modules/uuid/v4.js +29 -0
- package/node_modules/verror/package.json +14 -6
- package/node_modules/wide-align/package.json +19 -11
- package/node_modules/wrappy/package.json +17 -8
- package/node_modules/xtend/package.json +29 -21
- package/package.json +2 -2
- package/node_modules/async/CHANGELOG.md +0 -125
- package/node_modules/async/README.md +0 -1877
- package/node_modules/async/dist/async.js +0 -1265
- package/node_modules/async/dist/async.min.js +0 -2
- package/node_modules/async/lib/async.js +0 -1265
- package/node_modules/async/package.json +0 -149
- package/node_modules/bl/.jshintrc +0 -59
- package/node_modules/bl/.npmignore +0 -1
- package/node_modules/bl/.travis.yml +0 -13
- package/node_modules/bl/LICENSE.md +0 -13
- package/node_modules/bl/README.md +0 -200
- package/node_modules/bl/bl.js +0 -243
- package/node_modules/bl/node_modules/readable-stream/.npmignore +0 -5
- package/node_modules/bl/node_modules/readable-stream/.zuul.yml +0 -1
- package/node_modules/bl/node_modules/readable-stream/doc/stream.markdown +0 -1760
- package/node_modules/bl/package.json +0 -96
- package/node_modules/bl/test/test.js +0 -640
- package/node_modules/form-data/.dockerignore +0 -7
- package/node_modules/form-data/.editorconfig +0 -10
- package/node_modules/form-data/.eslintignore +0 -1
- package/node_modules/form-data/.eslintrc +0 -64
- package/node_modules/form-data/wercker.yml +0 -36
- package/node_modules/gauge/CHANGELOG.md~ +0 -123
- package/node_modules/gauge/README.md~ +0 -393
- package/node_modules/has-color/index.js +0 -32
- package/node_modules/has-color/package.json +0 -97
- package/node_modules/has-color/readme.md +0 -30
- package/node_modules/inherits/test.js +0 -25
- package/node_modules/jsonpointer/.travis.yml +0 -10
- package/node_modules/jsonpointer/test.js +0 -98
- package/node_modules/node-uuid/.npmignore +0 -4
- package/node_modules/node-uuid/README.md +0 -254
- package/node_modules/node-uuid/benchmark/README.md +0 -53
- package/node_modules/node-uuid/benchmark/bench.gnu +0 -174
- package/node_modules/node-uuid/benchmark/bench.sh +0 -34
- package/node_modules/node-uuid/benchmark/benchmark-native.c +0 -34
- package/node_modules/node-uuid/benchmark/benchmark.js +0 -84
- package/node_modules/node-uuid/bower.json +0 -23
- package/node_modules/node-uuid/component.json +0 -25
- package/node_modules/node-uuid/package.json +0 -105
- package/node_modules/node-uuid/test/compare_v1.js +0 -63
- package/node_modules/node-uuid/test/test.html +0 -17
- package/node_modules/node-uuid/test/test.js +0 -231
- package/node_modules/node-uuid/uuid.js +0 -272
- package/node_modules/npmlog/CHANGELOG.md~ +0 -31
- package/node_modules/qs/.jscs.json +0 -176
- package/node_modules/qs/CONTRIBUTING.md +0 -1
- package/node_modules/readable-stream/doc/stream.md +0 -1772
- package/node_modules/request/.eslintrc +0 -45
- package/node_modules/request/.npmignore +0 -6
- package/node_modules/request/.travis.yml +0 -21
- package/node_modules/request/CONTRIBUTING.md +0 -81
- package/node_modules/request/codecov.yml +0 -2
- package/node_modules/strip-json-comments/cli.js +0 -41
- package/node_modules/strip-json-comments/strip-json-comments.js +0 -73
@@ -173,6 +173,9 @@
|
|
173
173
|
"application/cfw": {
|
174
174
|
"source": "iana"
|
175
175
|
},
|
176
|
+
"application/clue_info+xml": {
|
177
|
+
"source": "iana"
|
178
|
+
},
|
176
179
|
"application/cms": {
|
177
180
|
"source": "iana"
|
178
181
|
},
|
@@ -183,12 +186,24 @@
|
|
183
186
|
"source": "iana",
|
184
187
|
"compressible": true
|
185
188
|
},
|
189
|
+
"application/coap-payload": {
|
190
|
+
"source": "iana"
|
191
|
+
},
|
186
192
|
"application/commonground": {
|
187
193
|
"source": "iana"
|
188
194
|
},
|
189
195
|
"application/conference-info+xml": {
|
190
196
|
"source": "iana"
|
191
197
|
},
|
198
|
+
"application/cose": {
|
199
|
+
"source": "iana"
|
200
|
+
},
|
201
|
+
"application/cose-key": {
|
202
|
+
"source": "iana"
|
203
|
+
},
|
204
|
+
"application/cose-key-set": {
|
205
|
+
"source": "iana"
|
206
|
+
},
|
192
207
|
"application/cpl+xml": {
|
193
208
|
"source": "iana"
|
194
209
|
},
|
@@ -241,6 +256,13 @@
|
|
241
256
|
"application/dicom": {
|
242
257
|
"source": "iana"
|
243
258
|
},
|
259
|
+
"application/dicom+json": {
|
260
|
+
"source": "iana",
|
261
|
+
"compressible": true
|
262
|
+
},
|
263
|
+
"application/dicom+xml": {
|
264
|
+
"source": "iana"
|
265
|
+
},
|
244
266
|
"application/dii": {
|
245
267
|
"source": "iana"
|
246
268
|
},
|
@@ -357,8 +379,13 @@
|
|
357
379
|
"application/framework-attributes+xml": {
|
358
380
|
"source": "iana"
|
359
381
|
},
|
382
|
+
"application/geo+json": {
|
383
|
+
"source": "iana",
|
384
|
+
"compressible": true,
|
385
|
+
"extensions": ["geojson"]
|
386
|
+
},
|
360
387
|
"application/gml+xml": {
|
361
|
-
"source": "
|
388
|
+
"source": "iana",
|
362
389
|
"extensions": ["gml"]
|
363
390
|
},
|
364
391
|
"application/gpx+xml": {
|
@@ -511,6 +538,9 @@
|
|
511
538
|
"compressible": true,
|
512
539
|
"extensions": ["jsonld"]
|
513
540
|
},
|
541
|
+
"application/lgr+xml": {
|
542
|
+
"source": "iana"
|
543
|
+
},
|
514
544
|
"application/link-format": {
|
515
545
|
"source": "iana"
|
516
546
|
},
|
@@ -688,6 +718,10 @@
|
|
688
718
|
"compressible": false,
|
689
719
|
"extensions": ["doc","dot"]
|
690
720
|
},
|
721
|
+
"application/mud+json": {
|
722
|
+
"source": "iana",
|
723
|
+
"compressible": true
|
724
|
+
},
|
691
725
|
"application/mxf": {
|
692
726
|
"source": "iana",
|
693
727
|
"extensions": ["mxf"]
|
@@ -1156,6 +1190,9 @@
|
|
1156
1190
|
"source": "iana",
|
1157
1191
|
"extensions": ["tsd"]
|
1158
1192
|
},
|
1193
|
+
"application/trig": {
|
1194
|
+
"source": "iana"
|
1195
|
+
},
|
1159
1196
|
"application/ttml+xml": {
|
1160
1197
|
"source": "iana"
|
1161
1198
|
},
|
@@ -1316,6 +1353,9 @@
|
|
1316
1353
|
"source": "apache",
|
1317
1354
|
"extensions": ["azw"]
|
1318
1355
|
},
|
1356
|
+
"application/vnd.amazon.mobi8-ebook": {
|
1357
|
+
"source": "iana"
|
1358
|
+
},
|
1319
1359
|
"application/vnd.americandynamics.acc": {
|
1320
1360
|
"source": "iana",
|
1321
1361
|
"extensions": ["acc"]
|
@@ -1446,6 +1486,9 @@
|
|
1446
1486
|
"source": "iana",
|
1447
1487
|
"extensions": ["cdxml"]
|
1448
1488
|
},
|
1489
|
+
"application/vnd.chess-pgn": {
|
1490
|
+
"source": "iana"
|
1491
|
+
},
|
1449
1492
|
"application/vnd.chipnuts.karaoke-mmd": {
|
1450
1493
|
"source": "iana",
|
1451
1494
|
"extensions": ["mmd"]
|
@@ -1495,6 +1538,9 @@
|
|
1495
1538
|
"source": "iana",
|
1496
1539
|
"compressible": true
|
1497
1540
|
},
|
1541
|
+
"application/vnd.comicbook+zip": {
|
1542
|
+
"source": "iana"
|
1543
|
+
},
|
1498
1544
|
"application/vnd.commerce-battelle": {
|
1499
1545
|
"source": "iana"
|
1500
1546
|
},
|
@@ -1578,6 +1624,9 @@
|
|
1578
1624
|
"application/vnd.cybank": {
|
1579
1625
|
"source": "iana"
|
1580
1626
|
},
|
1627
|
+
"application/vnd.d2l.coursepackage1p0+zip": {
|
1628
|
+
"source": "iana"
|
1629
|
+
},
|
1581
1630
|
"application/vnd.dart": {
|
1582
1631
|
"source": "iana",
|
1583
1632
|
"compressible": true,
|
@@ -1587,6 +1636,10 @@
|
|
1587
1636
|
"source": "iana",
|
1588
1637
|
"extensions": ["rdz"]
|
1589
1638
|
},
|
1639
|
+
"application/vnd.dataresource+json": {
|
1640
|
+
"source": "iana",
|
1641
|
+
"compressible": true
|
1642
|
+
},
|
1590
1643
|
"application/vnd.debian.binary-package": {
|
1591
1644
|
"source": "iana"
|
1592
1645
|
},
|
@@ -1798,6 +1851,9 @@
|
|
1798
1851
|
"application/vnd.ericsson.quickcall": {
|
1799
1852
|
"source": "iana"
|
1800
1853
|
},
|
1854
|
+
"application/vnd.espass-espass+zip": {
|
1855
|
+
"source": "iana"
|
1856
|
+
},
|
1801
1857
|
"application/vnd.eszigno3+xml": {
|
1802
1858
|
"source": "iana",
|
1803
1859
|
"extensions": ["es3","et3"]
|
@@ -2117,6 +2173,10 @@
|
|
2117
2173
|
"source": "iana",
|
2118
2174
|
"extensions": ["hbci"]
|
2119
2175
|
},
|
2176
|
+
"application/vnd.hc+json": {
|
2177
|
+
"source": "iana",
|
2178
|
+
"compressible": true
|
2179
|
+
},
|
2120
2180
|
"application/vnd.hcl-bireports": {
|
2121
2181
|
"source": "iana"
|
2122
2182
|
},
|
@@ -2809,6 +2869,10 @@
|
|
2809
2869
|
"application/vnd.ncd.reference": {
|
2810
2870
|
"source": "iana"
|
2811
2871
|
},
|
2872
|
+
"application/vnd.nearst.inv+json": {
|
2873
|
+
"source": "iana",
|
2874
|
+
"compressible": true
|
2875
|
+
},
|
2812
2876
|
"application/vnd.nervana": {
|
2813
2877
|
"source": "iana"
|
2814
2878
|
},
|
@@ -3115,6 +3179,13 @@
|
|
3115
3179
|
"application/vnd.oma.group-usage-list+xml": {
|
3116
3180
|
"source": "iana"
|
3117
3181
|
},
|
3182
|
+
"application/vnd.oma.lwm2m+json": {
|
3183
|
+
"source": "iana",
|
3184
|
+
"compressible": true
|
3185
|
+
},
|
3186
|
+
"application/vnd.oma.lwm2m+tlv": {
|
3187
|
+
"source": "iana"
|
3188
|
+
},
|
3118
3189
|
"application/vnd.oma.pal+xml": {
|
3119
3190
|
"source": "iana"
|
3120
3191
|
},
|
@@ -3170,6 +3241,9 @@
|
|
3170
3241
|
"source": "apache",
|
3171
3242
|
"extensions": ["oxt"]
|
3172
3243
|
},
|
3244
|
+
"application/vnd.openstreetmap.data+xml": {
|
3245
|
+
"source": "iana"
|
3246
|
+
},
|
3173
3247
|
"application/vnd.openxmlformats-officedocument.custom-properties+xml": {
|
3174
3248
|
"source": "iana"
|
3175
3249
|
},
|
@@ -3540,6 +3614,9 @@
|
|
3540
3614
|
"application/vnd.qualcomm.brew-app-res": {
|
3541
3615
|
"source": "iana"
|
3542
3616
|
},
|
3617
|
+
"application/vnd.quarantainenet": {
|
3618
|
+
"source": "iana"
|
3619
|
+
},
|
3543
3620
|
"application/vnd.quark.quarkxpress": {
|
3544
3621
|
"source": "iana",
|
3545
3622
|
"extensions": ["qxd","qxt","qwd","qwt","qxl","qxb"]
|
@@ -3598,6 +3675,9 @@
|
|
3598
3675
|
"application/vnd.rapid": {
|
3599
3676
|
"source": "iana"
|
3600
3677
|
},
|
3678
|
+
"application/vnd.rar": {
|
3679
|
+
"source": "iana"
|
3680
|
+
},
|
3601
3681
|
"application/vnd.realvnc.bed": {
|
3602
3682
|
"source": "iana",
|
3603
3683
|
"extensions": ["bed"]
|
@@ -3889,6 +3969,10 @@
|
|
3889
3969
|
"application/vnd.syncml.ds.notification": {
|
3890
3970
|
"source": "iana"
|
3891
3971
|
},
|
3972
|
+
"application/vnd.tableschema+json": {
|
3973
|
+
"source": "iana",
|
3974
|
+
"compressible": true
|
3975
|
+
},
|
3892
3976
|
"application/vnd.tao.intent-module-archive": {
|
3893
3977
|
"source": "iana",
|
3894
3978
|
"extensions": ["tao"]
|
@@ -3907,6 +3991,9 @@
|
|
3907
3991
|
"source": "iana",
|
3908
3992
|
"extensions": ["tmo"]
|
3909
3993
|
},
|
3994
|
+
"application/vnd.tri.onesource": {
|
3995
|
+
"source": "iana"
|
3996
|
+
},
|
3910
3997
|
"application/vnd.trid.tpt": {
|
3911
3998
|
"source": "iana",
|
3912
3999
|
"extensions": ["tpt"]
|
@@ -4830,6 +4917,20 @@
|
|
4830
4917
|
"source": "iana",
|
4831
4918
|
"extensions": ["yang"]
|
4832
4919
|
},
|
4920
|
+
"application/yang-data+json": {
|
4921
|
+
"source": "iana",
|
4922
|
+
"compressible": true
|
4923
|
+
},
|
4924
|
+
"application/yang-data+xml": {
|
4925
|
+
"source": "iana"
|
4926
|
+
},
|
4927
|
+
"application/yang-patch+json": {
|
4928
|
+
"source": "iana",
|
4929
|
+
"compressible": true
|
4930
|
+
},
|
4931
|
+
"application/yang-patch+xml": {
|
4932
|
+
"source": "iana"
|
4933
|
+
},
|
4833
4934
|
"application/yin+xml": {
|
4834
4935
|
"source": "iana",
|
4835
4936
|
"extensions": ["yin"]
|
@@ -5062,6 +5163,10 @@
|
|
5062
5163
|
"audio/mobile-xmf": {
|
5063
5164
|
"source": "iana"
|
5064
5165
|
},
|
5166
|
+
"audio/mp3": {
|
5167
|
+
"compressible": false,
|
5168
|
+
"extensions": ["mp3"]
|
5169
|
+
},
|
5065
5170
|
"audio/mp4": {
|
5066
5171
|
"source": "iana",
|
5067
5172
|
"compressible": false,
|
@@ -5425,7 +5530,7 @@
|
|
5425
5530
|
"extensions": ["otf"]
|
5426
5531
|
},
|
5427
5532
|
"image/bmp": {
|
5428
|
-
"source": "
|
5533
|
+
"source": "iana",
|
5429
5534
|
"compressible": true,
|
5430
5535
|
"extensions": ["bmp"]
|
5431
5536
|
},
|
@@ -5433,6 +5538,12 @@
|
|
5433
5538
|
"source": "iana",
|
5434
5539
|
"extensions": ["cgm"]
|
5435
5540
|
},
|
5541
|
+
"image/dicom-rle": {
|
5542
|
+
"source": "iana"
|
5543
|
+
},
|
5544
|
+
"image/emf": {
|
5545
|
+
"source": "iana"
|
5546
|
+
},
|
5436
5547
|
"image/fits": {
|
5437
5548
|
"source": "iana"
|
5438
5549
|
},
|
@@ -5449,6 +5560,9 @@
|
|
5449
5560
|
"source": "iana",
|
5450
5561
|
"extensions": ["ief"]
|
5451
5562
|
},
|
5563
|
+
"image/jls": {
|
5564
|
+
"source": "iana"
|
5565
|
+
},
|
5452
5566
|
"image/jp2": {
|
5453
5567
|
"source": "iana"
|
5454
5568
|
},
|
@@ -5619,6 +5733,9 @@
|
|
5619
5733
|
"source": "apache",
|
5620
5734
|
"extensions": ["webp"]
|
5621
5735
|
},
|
5736
|
+
"image/wmf": {
|
5737
|
+
"source": "iana"
|
5738
|
+
},
|
5622
5739
|
"image/x-3ds": {
|
5623
5740
|
"source": "apache",
|
5624
5741
|
"extensions": ["3ds"]
|
@@ -5765,6 +5882,10 @@
|
|
5765
5882
|
"message/vnd.wfa.wsc": {
|
5766
5883
|
"source": "iana"
|
5767
5884
|
},
|
5885
|
+
"model/gltf+json": {
|
5886
|
+
"source": "iana",
|
5887
|
+
"compressible": true
|
5888
|
+
},
|
5768
5889
|
"model/iges": {
|
5769
5890
|
"source": "iana",
|
5770
5891
|
"compressible": false,
|
@@ -6092,6 +6213,9 @@
|
|
6092
6213
|
"text/vnd.abc": {
|
6093
6214
|
"source": "iana"
|
6094
6215
|
},
|
6216
|
+
"text/vnd.ascii-art": {
|
6217
|
+
"source": "iana"
|
6218
|
+
},
|
6095
6219
|
"text/vnd.curl": {
|
6096
6220
|
"source": "iana",
|
6097
6221
|
"extensions": ["curl"]
|
@@ -1,41 +1,49 @@
|
|
1
1
|
{
|
2
2
|
"_args": [
|
3
3
|
[
|
4
|
-
|
4
|
+
{
|
5
|
+
"raw": "mime-db@~1.26.0",
|
6
|
+
"scope": null,
|
7
|
+
"escapedName": "mime-db",
|
8
|
+
"name": "mime-db",
|
9
|
+
"rawSpec": "~1.26.0",
|
10
|
+
"spec": ">=1.26.0 <1.27.0",
|
11
|
+
"type": "range"
|
12
|
+
},
|
5
13
|
"/Users/eshanker/Code/fsevents/node_modules/mime-types"
|
6
14
|
]
|
7
15
|
],
|
8
|
-
"_from": "mime-db@>=1.
|
9
|
-
"_id": "mime-db@1.
|
16
|
+
"_from": "mime-db@>=1.26.0 <1.27.0",
|
17
|
+
"_id": "mime-db@1.26.0",
|
10
18
|
"_inCache": true,
|
11
|
-
"_installable": true,
|
12
19
|
"_location": "/mime-db",
|
13
|
-
"_nodeVersion": "4.
|
20
|
+
"_nodeVersion": "4.6.1",
|
14
21
|
"_npmOperationalInternal": {
|
15
|
-
"host": "packages-
|
16
|
-
"tmp": "tmp/mime-db-1.
|
22
|
+
"host": "packages-12-west.internal.npmjs.com",
|
23
|
+
"tmp": "tmp/mime-db-1.26.0.tgz_1484453096877_0.39498970191925764"
|
17
24
|
},
|
18
25
|
"_npmUser": {
|
19
|
-
"
|
20
|
-
"
|
26
|
+
"name": "dougwilson",
|
27
|
+
"email": "doug@somethingdoug.com"
|
21
28
|
},
|
22
|
-
"_npmVersion": "2.15.
|
29
|
+
"_npmVersion": "2.15.9",
|
23
30
|
"_phantomChildren": {},
|
24
31
|
"_requested": {
|
25
|
-
"
|
26
|
-
"raw": "mime-db@~1.23.0",
|
27
|
-
"rawSpec": "~1.23.0",
|
32
|
+
"raw": "mime-db@~1.26.0",
|
28
33
|
"scope": null,
|
29
|
-
"
|
34
|
+
"escapedName": "mime-db",
|
35
|
+
"name": "mime-db",
|
36
|
+
"rawSpec": "~1.26.0",
|
37
|
+
"spec": ">=1.26.0 <1.27.0",
|
30
38
|
"type": "range"
|
31
39
|
},
|
32
40
|
"_requiredBy": [
|
33
41
|
"/mime-types"
|
34
42
|
],
|
35
|
-
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.
|
36
|
-
"_shasum": "
|
43
|
+
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz",
|
44
|
+
"_shasum": "eaffcd0e4fc6935cf8134da246e2e6c35305adff",
|
37
45
|
"_shrinkwrap": null,
|
38
|
-
"_spec": "mime-db@~1.
|
46
|
+
"_spec": "mime-db@~1.26.0",
|
39
47
|
"_where": "/Users/eshanker/Code/fsevents/node_modules/mime-types",
|
40
48
|
"bugs": {
|
41
49
|
"url": "https://github.com/jshttp/mime-db/issues"
|
@@ -59,20 +67,24 @@
|
|
59
67
|
"dependencies": {},
|
60
68
|
"description": "Media Type Database",
|
61
69
|
"devDependencies": {
|
62
|
-
"bluebird": "3.
|
70
|
+
"bluebird": "3.4.7",
|
63
71
|
"co": "4.6.0",
|
64
72
|
"cogent": "1.0.1",
|
65
|
-
"csv-parse": "1.1.
|
73
|
+
"csv-parse": "1.1.9",
|
74
|
+
"eslint": "3.13.1",
|
75
|
+
"eslint-config-standard": "6.2.1",
|
76
|
+
"eslint-plugin-promise": "3.3.0",
|
77
|
+
"eslint-plugin-standard": "2.0.1",
|
66
78
|
"gnode": "0.1.2",
|
67
|
-
"istanbul": "0.4.
|
79
|
+
"istanbul": "0.4.5",
|
68
80
|
"mocha": "1.21.5",
|
69
|
-
"raw-body": "2.
|
81
|
+
"raw-body": "2.2.0",
|
70
82
|
"stream-to-array": "2.3.0"
|
71
83
|
},
|
72
84
|
"directories": {},
|
73
85
|
"dist": {
|
74
|
-
"shasum": "
|
75
|
-
"tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.
|
86
|
+
"shasum": "eaffcd0e4fc6935cf8134da246e2e6c35305adff",
|
87
|
+
"tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz"
|
76
88
|
},
|
77
89
|
"engines": {
|
78
90
|
"node": ">= 0.6"
|
@@ -84,16 +96,16 @@
|
|
84
96
|
"db.json",
|
85
97
|
"index.js"
|
86
98
|
],
|
87
|
-
"gitHead": "
|
99
|
+
"gitHead": "1d9ff30e45b07a506a20f25df3a3c7106d219e24",
|
88
100
|
"homepage": "https://github.com/jshttp/mime-db#readme",
|
89
101
|
"keywords": [
|
90
|
-
"charset",
|
91
|
-
"charsets",
|
92
|
-
"database",
|
93
|
-
"db",
|
94
102
|
"mime",
|
103
|
+
"db",
|
95
104
|
"type",
|
96
|
-
"types"
|
105
|
+
"types",
|
106
|
+
"database",
|
107
|
+
"charset",
|
108
|
+
"charsets"
|
97
109
|
],
|
98
110
|
"license": "MIT",
|
99
111
|
"maintainers": [
|
@@ -116,10 +128,11 @@
|
|
116
128
|
"scripts": {
|
117
129
|
"build": "node scripts/build",
|
118
130
|
"fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
|
131
|
+
"lint": "eslint .",
|
119
132
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
120
133
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
|
121
134
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
|
122
135
|
"update": "npm run fetch && npm run build"
|
123
136
|
},
|
124
|
-
"version": "1.
|
137
|
+
"version": "1.26.0"
|
125
138
|
}
|
@@ -1,3 +1,22 @@
|
|
1
|
+
2.1.14 / 2017-01-14
|
2
|
+
===================
|
3
|
+
|
4
|
+
* deps: mime-db@~1.26.0
|
5
|
+
- Add new mime types
|
6
|
+
|
7
|
+
2.1.13 / 2016-11-18
|
8
|
+
===================
|
9
|
+
|
10
|
+
* deps: mime-db@~1.25.0
|
11
|
+
- Add new mime types
|
12
|
+
|
13
|
+
2.1.12 / 2016-09-18
|
14
|
+
===================
|
15
|
+
|
16
|
+
* deps: mime-db@~1.24.0
|
17
|
+
- Add new mime types
|
18
|
+
- Add `audio/mp3`
|
19
|
+
|
1
20
|
2.1.11 / 2016-05-01
|
2
21
|
===================
|
3
22
|
|
@@ -46,7 +46,7 @@ populateMaps(exports.extensions, exports.types)
|
|
46
46
|
* @return {boolean|string}
|
47
47
|
*/
|
48
48
|
|
49
|
-
function charset(type) {
|
49
|
+
function charset (type) {
|
50
50
|
if (!type || typeof type !== 'string') {
|
51
51
|
return false
|
52
52
|
}
|
@@ -74,7 +74,7 @@ function charset(type) {
|
|
74
74
|
* @return {boolean|string}
|
75
75
|
*/
|
76
76
|
|
77
|
-
function contentType(str) {
|
77
|
+
function contentType (str) {
|
78
78
|
// TODO: should this even be in this module?
|
79
79
|
if (!str || typeof str !== 'string') {
|
80
80
|
return false
|
@@ -104,7 +104,7 @@ function contentType(str) {
|
|
104
104
|
* @return {boolean|string}
|
105
105
|
*/
|
106
106
|
|
107
|
-
function extension(type) {
|
107
|
+
function extension (type) {
|
108
108
|
if (!type || typeof type !== 'string') {
|
109
109
|
return false
|
110
110
|
}
|
@@ -129,7 +129,7 @@ function extension(type) {
|
|
129
129
|
* @return {boolean|string}
|
130
130
|
*/
|
131
131
|
|
132
|
-
function lookup(path) {
|
132
|
+
function lookup (path) {
|
133
133
|
if (!path || typeof path !== 'string') {
|
134
134
|
return false
|
135
135
|
}
|
@@ -151,11 +151,11 @@ function lookup(path) {
|
|
151
151
|
* @private
|
152
152
|
*/
|
153
153
|
|
154
|
-
function populateMaps(extensions, types) {
|
154
|
+
function populateMaps (extensions, types) {
|
155
155
|
// source preference (least -> most)
|
156
156
|
var preference = ['nginx', 'apache', undefined, 'iana']
|
157
157
|
|
158
|
-
Object.keys(db).forEach(function forEachMimeType(type) {
|
158
|
+
Object.keys(db).forEach(function forEachMimeType (type) {
|
159
159
|
var mime = db[type]
|
160
160
|
var exts = mime.extensions
|
161
161
|
|
@@ -174,8 +174,8 @@ function populateMaps(extensions, types) {
|
|
174
174
|
var from = preference.indexOf(db[types[extension]].source)
|
175
175
|
var to = preference.indexOf(mime.source)
|
176
176
|
|
177
|
-
if (types[extension] !== 'application/octet-stream'
|
178
|
-
|
177
|
+
if (types[extension] !== 'application/octet-stream' &&
|
178
|
+
from > to || (from === to && types[extension].substr(0, 12) === 'application/')) {
|
179
179
|
// skip the remapping
|
180
180
|
continue
|
181
181
|
}
|
@@ -1,31 +1,39 @@
|
|
1
1
|
{
|
2
2
|
"_args": [
|
3
3
|
[
|
4
|
-
|
4
|
+
{
|
5
|
+
"raw": "mime-types@~2.1.7",
|
6
|
+
"scope": null,
|
7
|
+
"escapedName": "mime-types",
|
8
|
+
"name": "mime-types",
|
9
|
+
"rawSpec": "~2.1.7",
|
10
|
+
"spec": ">=2.1.7 <2.2.0",
|
11
|
+
"type": "range"
|
12
|
+
},
|
5
13
|
"/Users/eshanker/Code/fsevents/node_modules/request"
|
6
14
|
]
|
7
15
|
],
|
8
16
|
"_from": "mime-types@>=2.1.7 <2.2.0",
|
9
|
-
"_id": "mime-types@2.1.
|
17
|
+
"_id": "mime-types@2.1.14",
|
10
18
|
"_inCache": true,
|
11
|
-
"_installable": true,
|
12
19
|
"_location": "/mime-types",
|
13
|
-
"_nodeVersion": "4.
|
20
|
+
"_nodeVersion": "4.6.1",
|
14
21
|
"_npmOperationalInternal": {
|
15
|
-
"host": "packages-
|
16
|
-
"tmp": "tmp/mime-types-2.1.
|
22
|
+
"host": "packages-18-east.internal.npmjs.com",
|
23
|
+
"tmp": "tmp/mime-types-2.1.14.tgz_1484458141358_0.7563668976072222"
|
17
24
|
},
|
18
25
|
"_npmUser": {
|
19
|
-
"
|
20
|
-
"
|
26
|
+
"name": "dougwilson",
|
27
|
+
"email": "doug@somethingdoug.com"
|
21
28
|
},
|
22
|
-
"_npmVersion": "2.15.
|
29
|
+
"_npmVersion": "2.15.9",
|
23
30
|
"_phantomChildren": {},
|
24
31
|
"_requested": {
|
25
|
-
"name": "mime-types",
|
26
32
|
"raw": "mime-types@~2.1.7",
|
27
|
-
"rawSpec": "~2.1.7",
|
28
33
|
"scope": null,
|
34
|
+
"escapedName": "mime-types",
|
35
|
+
"name": "mime-types",
|
36
|
+
"rawSpec": "~2.1.7",
|
29
37
|
"spec": ">=2.1.7 <2.2.0",
|
30
38
|
"type": "range"
|
31
39
|
},
|
@@ -33,8 +41,8 @@
|
|
33
41
|
"/form-data",
|
34
42
|
"/request"
|
35
43
|
],
|
36
|
-
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.
|
37
|
-
"_shasum": "
|
44
|
+
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz",
|
45
|
+
"_shasum": "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee",
|
38
46
|
"_shrinkwrap": null,
|
39
47
|
"_spec": "mime-types@~2.1.7",
|
40
48
|
"_where": "/Users/eshanker/Code/fsevents/node_modules/request",
|
@@ -58,17 +66,21 @@
|
|
58
66
|
}
|
59
67
|
],
|
60
68
|
"dependencies": {
|
61
|
-
"mime-db": "~1.
|
69
|
+
"mime-db": "~1.26.0"
|
62
70
|
},
|
63
71
|
"description": "The ultimate javascript content-type utility.",
|
64
72
|
"devDependencies": {
|
65
|
-
"
|
73
|
+
"eslint": "3.13.1",
|
74
|
+
"eslint-config-standard": "6.2.1",
|
75
|
+
"eslint-plugin-promise": "3.4.0",
|
76
|
+
"eslint-plugin-standard": "2.0.1",
|
77
|
+
"istanbul": "0.4.5",
|
66
78
|
"mocha": "1.21.5"
|
67
79
|
},
|
68
80
|
"directories": {},
|
69
81
|
"dist": {
|
70
|
-
"shasum": "
|
71
|
-
"tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.
|
82
|
+
"shasum": "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee",
|
83
|
+
"tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz"
|
72
84
|
},
|
73
85
|
"engines": {
|
74
86
|
"node": ">= 0.6"
|
@@ -78,7 +90,7 @@
|
|
78
90
|
"LICENSE",
|
79
91
|
"index.js"
|
80
92
|
],
|
81
|
-
"gitHead": "
|
93
|
+
"gitHead": "d7d15e50fe6b3a2da79d855015d25efa50e9f157",
|
82
94
|
"homepage": "https://github.com/jshttp/mime-types#readme",
|
83
95
|
"keywords": [
|
84
96
|
"mime",
|
@@ -107,9 +119,10 @@
|
|
107
119
|
"url": "git+https://github.com/jshttp/mime-types.git"
|
108
120
|
},
|
109
121
|
"scripts": {
|
122
|
+
"lint": "eslint .",
|
110
123
|
"test": "mocha --reporter spec test/test.js",
|
111
124
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
|
112
125
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
|
113
126
|
},
|
114
|
-
"version": "2.1.
|
127
|
+
"version": "2.1.14"
|
115
128
|
}
|