fsevents 1.0.6 → 1.0.7
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/node_modules/are-we-there-yet/LICENSE +5 -0
- package/node_modules/are-we-there-yet/README.md +2 -1
- package/node_modules/are-we-there-yet/README.md~ +183 -0
- package/node_modules/are-we-there-yet/package.json +10 -9
- package/node_modules/async/README.md +14 -10
- package/node_modules/async/dist/async.js +22 -18
- package/node_modules/async/dist/async.min.js +1 -1
- package/node_modules/async/lib/async.js +22 -18
- package/node_modules/async/package.json +11 -10
- package/node_modules/core-util-is/package.json +2 -1
- package/node_modules/dashdash/README.md +6 -3
- package/node_modules/dashdash/lib/dashdash.js +10 -1
- package/node_modules/dashdash/package.json +9 -8
- package/node_modules/escape-string-regexp/index.js +1 -1
- package/node_modules/escape-string-regexp/package.json +17 -15
- package/node_modules/escape-string-regexp/readme.md +4 -4
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +9 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +42 -30
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +9 -9
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +28 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json +11 -11
- package/node_modules/graceful-fs/package.json +2 -3
- package/node_modules/isarray/package.json +2 -1
- package/node_modules/mime-db/HISTORY.md +32 -0
- package/node_modules/mime-db/README.md +1 -1
- package/node_modules/mime-db/db.json +78 -0
- package/node_modules/mime-db/package.json +15 -14
- package/node_modules/mime-types/HISTORY.md +12 -0
- package/node_modules/mime-types/package.json +11 -10
- package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +32 -0
- package/node_modules/node-pre-gyp/package.json +8 -8
- package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/.travis.yml +6 -1
- package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/index.js +8 -1
- package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/package.json +13 -12
- package/node_modules/rc/lib/utils.js +1 -1
- package/node_modules/rc/package.json +11 -10
- package/node_modules/readable-stream/README.md +27 -6
- package/node_modules/{bl/node_modules/readable-stream → readable-stream}/doc/stream.markdown +608 -574
- package/node_modules/readable-stream/lib/_stream_duplex.js +18 -25
- package/node_modules/readable-stream/lib/_stream_passthrough.js +2 -21
- package/node_modules/readable-stream/lib/_stream_readable.js +117 -93
- package/node_modules/readable-stream/lib/_stream_transform.js +15 -27
- package/node_modules/readable-stream/lib/_stream_writable.js +140 -88
- package/node_modules/readable-stream/package.json +33 -25
- package/node_modules/readable-stream/readable.js +6 -1
- package/node_modules/rimraf/README.md +58 -0
- package/node_modules/rimraf/node_modules/glob/README.md +27 -45
- package/node_modules/rimraf/node_modules/glob/common.js +7 -26
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +1 -1
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +9 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +42 -30
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +9 -9
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +28 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +11 -11
- package/node_modules/rimraf/node_modules/glob/package.json +11 -10
- package/node_modules/rimraf/package.json +12 -11
- package/node_modules/rimraf/rimraf.js +7 -5
- package/node_modules/sshpk/bin/sshpk-conv +1 -1
- package/node_modules/sshpk/lib/dhe.js +1 -2
- package/node_modules/sshpk/lib/ssh-buffer.js +2 -1
- package/node_modules/sshpk/package.json +13 -11
- package/node_modules/string_decoder/package.json +2 -1
- package/node_modules/tar-pack/index.js +1 -2
- package/node_modules/tar-pack/node_modules/rimraf/LICENSE +12 -20
- package/node_modules/tar-pack/node_modules/rimraf/README.md +17 -4
- package/node_modules/tar-pack/node_modules/rimraf/bin.js +11 -4
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/README.md +359 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/common.js +226 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/glob.js +752 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/.eslintrc +17 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/README.md +37 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/inflight.js +44 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/README.md +36 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +58 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/test/basic.js +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json +67 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/test.js +97 -0
- package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/package.json +3 -3
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +216 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +912 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +3 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +122 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +8 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +191 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +2 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +3 -0
- package/node_modules/tar-pack/node_modules/{readable-stream/node_modules/isarray/README.md → rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md} +0 -33
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +6 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +89 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +5 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +50 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +79 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +84 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +4 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +18 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +62 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/example/map.js +6 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +13 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +90 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/test/map.js +39 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +81 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +66 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/README.md +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE +15 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +36 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +58 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/once.js +21 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +70 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/index.js +20 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json +78 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/readme.md +51 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/package.json +79 -0
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/sync.js +460 -0
- package/node_modules/tar-pack/node_modules/rimraf/package.json +28 -40
- package/node_modules/tar-pack/node_modules/rimraf/rimraf.js +138 -53
- package/node_modules/tar-pack/package.json +21 -11
- package/node_modules/tunnel-agent/index.js +2 -0
- package/node_modules/tunnel-agent/package.json +10 -9
- package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/package.json +3 -2
- package/node_modules/verror/package.json +3 -2
- package/package.json +2 -2
- package/CHANGELOG.md +0 -16
- package/node_modules/bl/node_modules/readable-stream/.npmignore +0 -5
- package/node_modules/bl/node_modules/readable-stream/LICENSE +0 -18
- package/node_modules/bl/node_modules/readable-stream/README.md +0 -36
- package/node_modules/bl/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_duplex.js +0 -82
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_passthrough.js +0 -27
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_readable.js +0 -973
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_transform.js +0 -197
- package/node_modules/bl/node_modules/readable-stream/lib/_stream_writable.js +0 -527
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/LICENSE +0 -19
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/README.md +0 -3
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/float.patch +0 -604
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +0 -107
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +0 -67
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +0 -68
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/README.md +0 -54
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/build/build.js +0 -209
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/component.json +0 -19
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/index.js +0 -3
- package/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json +0 -59
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/.npmignore +0 -2
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/LICENSE +0 -20
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/README.md +0 -7
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/index.js +0 -221
- package/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json +0 -60
- package/node_modules/bl/node_modules/readable-stream/package.json +0 -82
- package/node_modules/bl/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/bl/node_modules/readable-stream/readable.js +0 -12
- package/node_modules/bl/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/bl/node_modules/readable-stream/writable.js +0 -1
- package/node_modules/node-pre-gyp/LICENSE +0 -27
- package/node_modules/readable-stream/float.patch +0 -923
- package/node_modules/tar-pack/node_modules/readable-stream/.npmignore +0 -5
- package/node_modules/tar-pack/node_modules/readable-stream/LICENSE +0 -18
- package/node_modules/tar-pack/node_modules/readable-stream/README.md +0 -15
- package/node_modules/tar-pack/node_modules/readable-stream/duplex.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_duplex.js +0 -89
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_passthrough.js +0 -46
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_readable.js +0 -982
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_transform.js +0 -210
- package/node_modules/tar-pack/node_modules/readable-stream/lib/_stream_writable.js +0 -386
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/LICENSE +0 -19
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/README.md +0 -3
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/float.patch +0 -604
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +0 -107
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json +0 -67
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js +0 -68
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/LICENSE +0 -16
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/README.md +0 -42
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +0 -23
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json +0 -58
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/test.js +0 -25
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/build/build.js +0 -209
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/component.json +0 -19
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/index.js +0 -3
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/package.json +0 -59
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/.npmignore +0 -2
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/LICENSE +0 -20
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/README.md +0 -7
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/index.js +0 -221
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/package.json +0 -60
- package/node_modules/tar-pack/node_modules/readable-stream/package.json +0 -76
- package/node_modules/tar-pack/node_modules/readable-stream/passthrough.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/readable.js +0 -8
- package/node_modules/tar-pack/node_modules/readable-stream/transform.js +0 -1
- package/node_modules/tar-pack/node_modules/readable-stream/writable.js +0 -1
- package/node_modules/tar-pack/node_modules/rimraf/AUTHORS +0 -6
- package/node_modules/tar-pack/node_modules/rimraf/test/run.sh +0 -16
- package/node_modules/tar-pack/node_modules/rimraf/test/setup.sh +0 -47
- package/node_modules/tar-pack/node_modules/rimraf/test/test-async.js +0 -5
- package/node_modules/tar-pack/node_modules/rimraf/test/test-sync.js +0 -3
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/license.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/readme.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/process-nextick-args → process-nextick-args}/test.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → readable-stream}/.travis.yml +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → readable-stream}/.zuul.yml +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → readable-stream}/doc/wg-meetings/2015-01-30.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/LICENSE +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/README.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/inherits.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/inherits_browser.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream → tar-pack/node_modules/rimraf/node_modules/glob}/node_modules/inherits/test.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/History.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/LICENSE +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/README.md +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/browser.js +0 -0
- /package/node_modules/{bl/node_modules/readable-stream/node_modules/util-deprecate → util-deprecate}/node.js +0 -0
@@ -52,5 +52,33 @@ test('balanced', function(t) {
|
|
52
52
|
body: 'in<b>nest</b>',
|
53
53
|
post: 'post'
|
54
54
|
});
|
55
|
+
t.deepEqual(balanced('{{', '}}', 'pre{{{in}}}post'), {
|
56
|
+
start: 3,
|
57
|
+
end: 9,
|
58
|
+
pre: 'pre',
|
59
|
+
body: '{in}',
|
60
|
+
post: 'post'
|
61
|
+
});
|
62
|
+
t.deepEqual(balanced('{{{', '}}', 'pre{{{in}}}post'), {
|
63
|
+
start: 3,
|
64
|
+
end: 8,
|
65
|
+
pre: 'pre',
|
66
|
+
body: 'in',
|
67
|
+
post: '}post'
|
68
|
+
});
|
69
|
+
t.deepEqual(balanced('{', '}', 'pre{{first}in{second}post'), {
|
70
|
+
start: 4,
|
71
|
+
end: 10,
|
72
|
+
pre: 'pre{',
|
73
|
+
body: 'first',
|
74
|
+
post: 'in{second}post'
|
75
|
+
});
|
76
|
+
t.deepEqual(balanced('<?', '?>', 'pre<?>post'), {
|
77
|
+
start: 3,
|
78
|
+
end: 4,
|
79
|
+
pre: 'pre',
|
80
|
+
body: '',
|
81
|
+
post: 'post'
|
82
|
+
});
|
55
83
|
t.end();
|
56
84
|
});
|
package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
1
1
|
{
|
2
2
|
"_from": "brace-expansion@^1.0.0",
|
3
|
-
"_id": "brace-expansion@1.1.
|
3
|
+
"_id": "brace-expansion@1.1.2",
|
4
4
|
"_location": "/fstream-ignore/minimatch/brace-expansion",
|
5
|
-
"_nodeVersion": "
|
5
|
+
"_nodeVersion": "4.2.1",
|
6
6
|
"_npmUser": {
|
7
7
|
"email": "julian@juliangruber.com",
|
8
8
|
"name": "juliangruber"
|
9
9
|
},
|
10
|
-
"_npmVersion": "2.
|
10
|
+
"_npmVersion": "2.14.7",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
13
|
"/fstream-ignore/minimatch"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz",
|
16
|
+
"_shasum": "f21445d0488b658e2771efd870eff51df29f04ef",
|
17
17
|
"author": {
|
18
18
|
"email": "mail@juliangruber.com",
|
19
19
|
"name": "Julian Gruber",
|
@@ -23,19 +23,19 @@
|
|
23
23
|
"url": "https://github.com/juliangruber/brace-expansion/issues"
|
24
24
|
},
|
25
25
|
"dependencies": {
|
26
|
-
"balanced-match": "^0.
|
26
|
+
"balanced-match": "^0.3.0",
|
27
27
|
"concat-map": "0.0.1"
|
28
28
|
},
|
29
29
|
"description": "Brace expansion as known from sh/bash",
|
30
30
|
"devDependencies": {
|
31
|
-
"tape": "
|
31
|
+
"tape": "4.2.2"
|
32
32
|
},
|
33
33
|
"directories": {},
|
34
34
|
"dist": {
|
35
|
-
"shasum": "
|
36
|
-
"tarball": "http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
35
|
+
"shasum": "f21445d0488b658e2771efd870eff51df29f04ef",
|
36
|
+
"tarball": "http://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "b03773a30fa516b1374945b68e9acb6253d595fa",
|
39
39
|
"homepage": "https://github.com/juliangruber/brace-expansion",
|
40
40
|
"keywords": [],
|
41
41
|
"license": "MIT",
|
@@ -77,5 +77,5 @@
|
|
77
77
|
],
|
78
78
|
"files": "test/*.js"
|
79
79
|
},
|
80
|
-
"version": "1.1.
|
80
|
+
"version": "1.1.2"
|
81
81
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"_from": "graceful-fs
|
2
|
+
"_from": "graceful-fs@^4.1.2",
|
3
3
|
"_id": "graceful-fs@4.1.2",
|
4
4
|
"_location": "/graceful-fs",
|
5
5
|
"_nodeVersion": "2.2.1",
|
@@ -10,8 +10,7 @@
|
|
10
10
|
"_npmVersion": "3.0.0",
|
11
11
|
"_phantomChildren": {},
|
12
12
|
"_requiredBy": [
|
13
|
-
"/fstream"
|
14
|
-
"/tar-pack"
|
13
|
+
"/fstream"
|
15
14
|
],
|
16
15
|
"_resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.2.tgz",
|
17
16
|
"_shasum": "fe2239b7574972e67e41f808823f9bfa4a991e37",
|
@@ -9,7 +9,8 @@
|
|
9
9
|
"_npmVersion": "1.2.18",
|
10
10
|
"_phantomChildren": {},
|
11
11
|
"_requiredBy": [
|
12
|
-
"/readable-stream"
|
12
|
+
"/readable-stream",
|
13
|
+
"/tar-pack/readable-stream"
|
13
14
|
],
|
14
15
|
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
|
15
16
|
"_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
|
@@ -1,3 +1,35 @@
|
|
1
|
+
1.21.0 / 2016-01-06
|
2
|
+
===================
|
3
|
+
|
4
|
+
* Add `application/emergencycalldata.comment+xml`
|
5
|
+
* Add `application/emergencycalldata.deviceinfo+xml`
|
6
|
+
* Add `application/emergencycalldata.providerinfo+xml`
|
7
|
+
* Add `application/emergencycalldata.serviceinfo+xml`
|
8
|
+
* Add `application/emergencycalldata.subscriberinfo+xml`
|
9
|
+
* Add `application/vnd.filmit.zfc`
|
10
|
+
* Add `application/vnd.google-apps.document`
|
11
|
+
* Add `application/vnd.google-apps.presentation`
|
12
|
+
* Add `application/vnd.google-apps.spreadsheet`
|
13
|
+
* Add `application/vnd.mapbox-vector-tile`
|
14
|
+
* Add `application/vnd.ms-printdevicecapabilities+xml`
|
15
|
+
* Add `application/vnd.ms-windows.devicepairing`
|
16
|
+
* Add `application/vnd.ms-windows.nwprinting.oob`
|
17
|
+
* Add `application/vnd.tml`
|
18
|
+
* Add `audio/evs`
|
19
|
+
|
20
|
+
1.20.0 / 2015-11-10
|
21
|
+
===================
|
22
|
+
|
23
|
+
* Add `application/cdni`
|
24
|
+
* Add `application/csvm+json`
|
25
|
+
* Add `application/rfc+xml`
|
26
|
+
* Add `application/vnd.3gpp.access-transfer-events+xml`
|
27
|
+
* Add `application/vnd.3gpp.srvcc-ext+xml`
|
28
|
+
* Add `application/vnd.ms-windows.wsd.oob`
|
29
|
+
* Add `application/vnd.oxli.countgraph`
|
30
|
+
* Add `application/vnd.pagerduty+json`
|
31
|
+
* Add `text/x-suse-ymp`
|
32
|
+
|
1
33
|
1.19.0 / 2015-09-17
|
2
34
|
===================
|
3
35
|
|
@@ -52,7 +52,7 @@ Each mime type has the following properties:
|
|
52
52
|
- `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml)
|
53
53
|
- `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types)
|
54
54
|
- `.extensions[]` - known extensions associated with this mime type.
|
55
|
-
- `.compressible` - whether a file of this type
|
55
|
+
- `.compressible` - whether a file of this type can be gzipped.
|
56
56
|
- `.charset` - the default charset associated with this type, if any.
|
57
57
|
|
58
58
|
If unknown, every property could be `undefined`.
|
@@ -158,6 +158,9 @@
|
|
158
158
|
"source": "iana",
|
159
159
|
"extensions": ["cdmiq"]
|
160
160
|
},
|
161
|
+
"application/cdni": {
|
162
|
+
"source": "iana"
|
163
|
+
},
|
161
164
|
"application/cea": {
|
162
165
|
"source": "iana"
|
163
166
|
},
|
@@ -198,6 +201,10 @@
|
|
198
201
|
"application/cstadata+xml": {
|
199
202
|
"source": "iana"
|
200
203
|
},
|
204
|
+
"application/csvm+json": {
|
205
|
+
"source": "iana",
|
206
|
+
"compressible": true
|
207
|
+
},
|
201
208
|
"application/cu-seeme": {
|
202
209
|
"source": "apache",
|
203
210
|
"extensions": ["cu"]
|
@@ -277,6 +284,21 @@
|
|
277
284
|
"source": "iana",
|
278
285
|
"compressible": false
|
279
286
|
},
|
287
|
+
"application/emergencycalldata.comment+xml": {
|
288
|
+
"source": "iana"
|
289
|
+
},
|
290
|
+
"application/emergencycalldata.deviceinfo+xml": {
|
291
|
+
"source": "iana"
|
292
|
+
},
|
293
|
+
"application/emergencycalldata.providerinfo+xml": {
|
294
|
+
"source": "iana"
|
295
|
+
},
|
296
|
+
"application/emergencycalldata.serviceinfo+xml": {
|
297
|
+
"source": "iana"
|
298
|
+
},
|
299
|
+
"application/emergencycalldata.subscriberinfo+xml": {
|
300
|
+
"source": "iana"
|
301
|
+
},
|
280
302
|
"application/emma+xml": {
|
281
303
|
"source": "iana",
|
282
304
|
"extensions": ["emma"]
|
@@ -882,6 +904,9 @@
|
|
882
904
|
"source": "iana",
|
883
905
|
"extensions": ["rld"]
|
884
906
|
},
|
907
|
+
"application/rfc+xml": {
|
908
|
+
"source": "iana"
|
909
|
+
},
|
885
910
|
"application/riscos": {
|
886
911
|
"source": "iana"
|
887
912
|
},
|
@@ -1157,6 +1182,9 @@
|
|
1157
1182
|
"application/vnd.3gpp-prose-pc3ch+xml": {
|
1158
1183
|
"source": "iana"
|
1159
1184
|
},
|
1185
|
+
"application/vnd.3gpp.access-transfer-events+xml": {
|
1186
|
+
"source": "iana"
|
1187
|
+
},
|
1160
1188
|
"application/vnd.3gpp.bsf+xml": {
|
1161
1189
|
"source": "iana"
|
1162
1190
|
},
|
@@ -1178,6 +1206,9 @@
|
|
1178
1206
|
"application/vnd.3gpp.sms": {
|
1179
1207
|
"source": "iana"
|
1180
1208
|
},
|
1209
|
+
"application/vnd.3gpp.srvcc-ext+xml": {
|
1210
|
+
"source": "iana"
|
1211
|
+
},
|
1181
1212
|
"application/vnd.3gpp.srvcc-info+xml": {
|
1182
1213
|
"source": "iana"
|
1183
1214
|
},
|
@@ -1842,6 +1873,9 @@
|
|
1842
1873
|
"application/vnd.ffsns": {
|
1843
1874
|
"source": "iana"
|
1844
1875
|
},
|
1876
|
+
"application/vnd.filmit.zfc": {
|
1877
|
+
"source": "iana"
|
1878
|
+
},
|
1845
1879
|
"application/vnd.fints": {
|
1846
1880
|
"source": "iana"
|
1847
1881
|
},
|
@@ -1974,6 +2008,18 @@
|
|
1974
2008
|
"source": "iana",
|
1975
2009
|
"extensions": ["gmx"]
|
1976
2010
|
},
|
2011
|
+
"application/vnd.google-apps.document": {
|
2012
|
+
"compressible": false,
|
2013
|
+
"extensions": ["gdoc"]
|
2014
|
+
},
|
2015
|
+
"application/vnd.google-apps.presentation": {
|
2016
|
+
"compressible": false,
|
2017
|
+
"extensions": ["gslides"]
|
2018
|
+
},
|
2019
|
+
"application/vnd.google-apps.spreadsheet": {
|
2020
|
+
"compressible": false,
|
2021
|
+
"extensions": ["gsheet"]
|
2022
|
+
},
|
1977
2023
|
"application/vnd.google-earth.kml+xml": {
|
1978
2024
|
"source": "iana",
|
1979
2025
|
"compressible": true,
|
@@ -2391,6 +2437,9 @@
|
|
2391
2437
|
"source": "iana",
|
2392
2438
|
"extensions": ["portpkg"]
|
2393
2439
|
},
|
2440
|
+
"application/vnd.mapbox-vector-tile": {
|
2441
|
+
"source": "iana"
|
2442
|
+
},
|
2394
2443
|
"application/vnd.marlin.drm.actiontoken+xml": {
|
2395
2444
|
"source": "iana"
|
2396
2445
|
},
|
@@ -2632,6 +2681,9 @@
|
|
2632
2681
|
"source": "iana",
|
2633
2682
|
"extensions": ["potm"]
|
2634
2683
|
},
|
2684
|
+
"application/vnd.ms-printdevicecapabilities+xml": {
|
2685
|
+
"source": "iana"
|
2686
|
+
},
|
2635
2687
|
"application/vnd.ms-printing.printticket+xml": {
|
2636
2688
|
"source": "apache"
|
2637
2689
|
},
|
@@ -2642,9 +2694,18 @@
|
|
2642
2694
|
"application/vnd.ms-tnef": {
|
2643
2695
|
"source": "iana"
|
2644
2696
|
},
|
2697
|
+
"application/vnd.ms-windows.devicepairing": {
|
2698
|
+
"source": "iana"
|
2699
|
+
},
|
2700
|
+
"application/vnd.ms-windows.nwprinting.oob": {
|
2701
|
+
"source": "iana"
|
2702
|
+
},
|
2645
2703
|
"application/vnd.ms-windows.printerpairing": {
|
2646
2704
|
"source": "iana"
|
2647
2705
|
},
|
2706
|
+
"application/vnd.ms-windows.wsd.oob": {
|
2707
|
+
"source": "iana"
|
2708
|
+
},
|
2648
2709
|
"application/vnd.ms-wmdrm.lic-chlg-req": {
|
2649
2710
|
"source": "iana"
|
2650
2711
|
},
|
@@ -3343,6 +3404,13 @@
|
|
3343
3404
|
"application/vnd.otps.ct-kip+xml": {
|
3344
3405
|
"source": "iana"
|
3345
3406
|
},
|
3407
|
+
"application/vnd.oxli.countgraph": {
|
3408
|
+
"source": "iana"
|
3409
|
+
},
|
3410
|
+
"application/vnd.pagerduty+json": {
|
3411
|
+
"source": "iana",
|
3412
|
+
"compressible": true
|
3413
|
+
},
|
3346
3414
|
"application/vnd.palm": {
|
3347
3415
|
"source": "iana",
|
3348
3416
|
"extensions": ["pdb","pqa","oprc"]
|
@@ -3796,6 +3864,9 @@
|
|
3796
3864
|
"application/vnd.tmd.mediaflex.api+xml": {
|
3797
3865
|
"source": "iana"
|
3798
3866
|
},
|
3867
|
+
"application/vnd.tml": {
|
3868
|
+
"source": "iana"
|
3869
|
+
},
|
3799
3870
|
"application/vnd.tmobile-livetv": {
|
3800
3871
|
"source": "iana",
|
3801
3872
|
"extensions": ["tmo"]
|
@@ -4860,6 +4931,9 @@
|
|
4860
4931
|
"audio/evrcwb1": {
|
4861
4932
|
"source": "iana"
|
4862
4933
|
},
|
4934
|
+
"audio/evs": {
|
4935
|
+
"source": "iana"
|
4936
|
+
},
|
4863
4937
|
"audio/fwdred": {
|
4864
4938
|
"source": "iana"
|
4865
4939
|
},
|
@@ -6132,6 +6206,10 @@
|
|
6132
6206
|
"source": "apache",
|
6133
6207
|
"extensions": ["sfv"]
|
6134
6208
|
},
|
6209
|
+
"text/x-suse-ymp": {
|
6210
|
+
"compressible": true,
|
6211
|
+
"extensions": ["ymp"]
|
6212
|
+
},
|
6135
6213
|
"text/x-uuencode": {
|
6136
6214
|
"source": "apache",
|
6137
6215
|
"extensions": ["uu"]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
|
-
"_from": "mime-db@~1.
|
3
|
-
"_id": "mime-db@1.
|
2
|
+
"_from": "mime-db@~1.21.0",
|
3
|
+
"_id": "mime-db@1.21.0",
|
4
4
|
"_location": "/mime-db",
|
5
5
|
"_npmUser": {
|
6
6
|
"email": "doug@somethingdoug.com",
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"_requiredBy": [
|
12
12
|
"/mime-types"
|
13
13
|
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.
|
15
|
-
"_shasum": "
|
14
|
+
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.21.0.tgz",
|
15
|
+
"_shasum": "9b5239e3353cf6eb015a00d890261027c36d4bac",
|
16
16
|
"bugs": {
|
17
17
|
"url": "https://github.com/jshttp/mime-db/issues"
|
18
18
|
},
|
@@ -35,20 +35,20 @@
|
|
35
35
|
"dependencies": {},
|
36
36
|
"description": "Media Type Database",
|
37
37
|
"devDependencies": {
|
38
|
-
"bluebird": "
|
38
|
+
"bluebird": "3.1.1",
|
39
39
|
"co": "4.6.0",
|
40
40
|
"cogent": "1.0.1",
|
41
|
-
"csv-parse": "1.0.
|
41
|
+
"csv-parse": "1.0.1",
|
42
42
|
"gnode": "0.1.1",
|
43
|
-
"istanbul": "0.
|
43
|
+
"istanbul": "0.4.1",
|
44
44
|
"mocha": "1.21.5",
|
45
|
-
"raw-body": "2.1.
|
46
|
-
"stream-to-array": "2"
|
45
|
+
"raw-body": "2.1.5",
|
46
|
+
"stream-to-array": "2.2.0"
|
47
47
|
},
|
48
48
|
"directories": {},
|
49
49
|
"dist": {
|
50
|
-
"shasum": "
|
51
|
-
"tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.
|
50
|
+
"shasum": "9b5239e3353cf6eb015a00d890261027c36d4bac",
|
51
|
+
"tarball": "http://registry.npmjs.org/mime-db/-/mime-db-1.21.0.tgz"
|
52
52
|
},
|
53
53
|
"engines": {
|
54
54
|
"node": ">= 0.6"
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"db.json",
|
61
61
|
"index.js"
|
62
62
|
],
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "9ab92f0a912a602408a64db5741dfef6f82c597f",
|
64
64
|
"homepage": "https://github.com/jshttp/mime-db",
|
65
65
|
"keywords": [
|
66
66
|
"charset",
|
@@ -84,7 +84,8 @@
|
|
84
84
|
],
|
85
85
|
"name": "mime-db",
|
86
86
|
"optionalDependencies": {},
|
87
|
-
"readme": "
|
87
|
+
"readme": "# mime-db\n\n[![NPM Version][npm-version-image]][npm-url]\n[![NPM Downloads][npm-downloads-image]][npm-url]\n[![Node.js Version][node-image]][node-url]\n[![Build Status][travis-image]][travis-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n\nThis is a database of all mime types.\nIt consists of a single, public JSON file and does not include any logic,\nallowing it to remain as un-opinionated as possible with an API.\nIt aggregates data from the following sources:\n\n- http://www.iana.org/assignments/media-types/media-types.xhtml\n- http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types\n- http://hg.nginx.org/nginx/raw-file/default/conf/mime.types\n\n## Installation\n\n```bash\nnpm install mime-db\n```\n\n### Database Download\n\nIf you're crazy enough to use this in the browser, you can just grab the\nJSON file using [RawGit](https://rawgit.com/). It is recommended to replace\n`master` with [a release tag](https://github.com/jshttp/mime-db/tags) as the\nJSON format may change in the future.\n\n```\nhttps://cdn.rawgit.com/jshttp/mime-db/master/db.json\n```\n\n## Usage\n\n```js\nvar db = require('mime-db');\n\n// grab data on .js files\nvar data = db['application/javascript'];\n```\n\n## Data Structure\n\nThe JSON file is a map lookup for lowercased mime types.\nEach mime type has the following properties:\n\n- `.source` - where the mime type is defined.\n If not set, it's probably a custom media type.\n - `apache` - [Apache common media types](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types)\n - `iana` - [IANA-defined media types](http://www.iana.org/assignments/media-types/media-types.xhtml)\n - `nginx` - [nginx media types](http://hg.nginx.org/nginx/raw-file/default/conf/mime.types)\n- `.extensions[]` - known extensions associated with this mime type.\n- `.compressible` - whether a file of this type can be gzipped.\n- `.charset` - the default charset associated with this type, if any.\n\nIf unknown, every property could be `undefined`.\n\n## Contributing\n\nTo edit the database, only make PRs against `src/custom.json` or\n`src/custom-suffix.json`.\n\nTo update the build, run `npm run build`.\n\n## Adding Custom Media Types\n\nThe best way to get new media types included in this library is to register\nthem with the IANA. The community registration procedure is outlined in\n[RFC 6838 section 5](http://tools.ietf.org/html/rfc6838#section-5). Types\nregistered with the IANA are automatically pulled into this library.\n\n[npm-version-image]: https://img.shields.io/npm/v/mime-db.svg\n[npm-downloads-image]: https://img.shields.io/npm/dm/mime-db.svg\n[npm-url]: https://npmjs.org/package/mime-db\n[travis-image]: https://img.shields.io/travis/jshttp/mime-db/master.svg\n[travis-url]: https://travis-ci.org/jshttp/mime-db\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/mime-db/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master\n[node-image]: https://img.shields.io/node/v/mime-db.svg\n[node-url]: http://nodejs.org/download/\n",
|
88
|
+
"readmeFilename": "README.md",
|
88
89
|
"repository": {
|
89
90
|
"type": "git",
|
90
91
|
"url": "git+https://github.com/jshttp/mime-db.git"
|
@@ -97,5 +98,5 @@
|
|
97
98
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
|
98
99
|
"update": "npm run fetch && npm run build"
|
99
100
|
},
|
100
|
-
"version": "1.
|
101
|
+
"version": "1.21.0"
|
101
102
|
}
|
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"_from": "mime-types@~2.1.7",
|
3
|
-
"_id": "mime-types@2.1.
|
3
|
+
"_id": "mime-types@2.1.9",
|
4
4
|
"_location": "/mime-types",
|
5
5
|
"_npmUser": {
|
6
6
|
"email": "doug@somethingdoug.com",
|
@@ -12,8 +12,8 @@
|
|
12
12
|
"/form-data",
|
13
13
|
"/request"
|
14
14
|
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.
|
16
|
-
"_shasum": "
|
15
|
+
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.9.tgz",
|
16
|
+
"_shasum": "dfb396764b5fdf75be34b1f4104bc3687fb635f8",
|
17
17
|
"bugs": {
|
18
18
|
"url": "https://github.com/jshttp/mime-types/issues"
|
19
19
|
},
|
@@ -34,17 +34,17 @@
|
|
34
34
|
}
|
35
35
|
],
|
36
36
|
"dependencies": {
|
37
|
-
"mime-db": "~1.
|
37
|
+
"mime-db": "~1.21.0"
|
38
38
|
},
|
39
39
|
"description": "The ultimate javascript content-type utility.",
|
40
40
|
"devDependencies": {
|
41
|
-
"istanbul": "0.
|
41
|
+
"istanbul": "0.4.1",
|
42
42
|
"mocha": "~1.21.5"
|
43
43
|
},
|
44
44
|
"directories": {},
|
45
45
|
"dist": {
|
46
|
-
"shasum": "
|
47
|
-
"tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.
|
46
|
+
"shasum": "dfb396764b5fdf75be34b1f4104bc3687fb635f8",
|
47
|
+
"tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.9.tgz"
|
48
48
|
},
|
49
49
|
"engines": {
|
50
50
|
"node": ">= 0.6"
|
@@ -54,7 +54,7 @@
|
|
54
54
|
"LICENSE",
|
55
55
|
"index.js"
|
56
56
|
],
|
57
|
-
"gitHead": "
|
57
|
+
"gitHead": "329f1c77e1a77c8fac59b15038e3808e9e314d96",
|
58
58
|
"homepage": "https://github.com/jshttp/mime-types",
|
59
59
|
"keywords": [
|
60
60
|
"mime",
|
@@ -77,7 +77,8 @@
|
|
77
77
|
],
|
78
78
|
"name": "mime-types",
|
79
79
|
"optionalDependencies": {},
|
80
|
-
"readme": "
|
80
|
+
"readme": "# mime-types\n\n[![NPM Version][npm-image]][npm-url]\n[![NPM Downloads][downloads-image]][downloads-url]\n[![Node.js Version][node-version-image]][node-version-url]\n[![Build Status][travis-image]][travis-url]\n[![Test Coverage][coveralls-image]][coveralls-url]\n\nThe ultimate javascript content-type utility.\n\nSimilar to [node-mime](https://github.com/broofa/node-mime), except:\n\n- __No fallbacks.__ Instead of naively returning the first available type, `mime-types` simply returns `false`,\n so do `var type = mime.lookup('unrecognized') || 'application/octet-stream'`.\n- No `new Mime()` business, so you could do `var lookup = require('mime-types').lookup`.\n- Additional mime types are added such as jade and stylus via [mime-db](https://github.com/jshttp/mime-db)\n- No `.define()` functionality\n\nOtherwise, the API is compatible.\n\n## Install\n\n```sh\n$ npm install mime-types\n```\n\n## Adding Types\n\nAll mime types are based on [mime-db](https://github.com/jshttp/mime-db),\nso open a PR there if you'd like to add mime types.\n\n## API\n\n```js\nvar mime = require('mime-types')\n```\n\nAll functions return `false` if input is invalid or not found.\n\n### mime.lookup(path)\n\nLookup the content-type associated with a file.\n\n```js\nmime.lookup('json') // 'application/json'\nmime.lookup('.md') // 'text/x-markdown'\nmime.lookup('file.html') // 'text/html'\nmime.lookup('folder/file.js') // 'application/javascript'\nmime.lookup('folder/.htaccess') // false\n\nmime.lookup('cats') // false\n```\n\n### mime.contentType(type)\n\nCreate a full content-type header given a content-type or extension.\n\n```js\nmime.contentType('markdown') // 'text/x-markdown; charset=utf-8'\nmime.contentType('file.json') // 'application/json; charset=utf-8'\n\n// from a full path\nmime.contentType(path.extname('/path/to/file.json')) // 'application/json; charset=utf-8'\n```\n\n### mime.extension(type)\n\nGet the default extension for a content-type.\n\n```js\nmime.extension('application/octet-stream') // 'bin'\n```\n\n### mime.charset(type)\n\nLookup the implied default charset of a content-type.\n\n```js\nmime.charset('text/x-markdown') // 'UTF-8'\n```\n\n### var type = mime.types[extension]\n\nA map of content-types by extension.\n\n### [extensions...] = mime.extensions[type]\n\nA map of extensions by content-type.\n\n## License\n\n[MIT](LICENSE)\n\n[npm-image]: https://img.shields.io/npm/v/mime-types.svg\n[npm-url]: https://npmjs.org/package/mime-types\n[node-version-image]: https://img.shields.io/node/v/mime-types.svg\n[node-version-url]: http://nodejs.org/download/\n[travis-image]: https://img.shields.io/travis/jshttp/mime-types/master.svg\n[travis-url]: https://travis-ci.org/jshttp/mime-types\n[coveralls-image]: https://img.shields.io/coveralls/jshttp/mime-types/master.svg\n[coveralls-url]: https://coveralls.io/r/jshttp/mime-types\n[downloads-image]: https://img.shields.io/npm/dm/mime-types.svg\n[downloads-url]: https://npmjs.org/package/mime-types\n",
|
81
|
+
"readmeFilename": "README.md",
|
81
82
|
"repository": {
|
82
83
|
"type": "git",
|
83
84
|
"url": "git+https://github.com/jshttp/mime-types.git"
|
@@ -87,5 +88,5 @@
|
|
87
88
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
|
88
89
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
|
89
90
|
},
|
90
|
-
"version": "2.1.
|
91
|
+
"version": "2.1.9"
|
91
92
|
}
|
@@ -1,5 +1,13 @@
|
|
1
1
|
# node-pre-gyp changelog
|
2
2
|
|
3
|
+
## 0.6.19
|
4
|
+
|
5
|
+
- Add known node version for 4.2.4
|
6
|
+
|
7
|
+
## 0.6.18
|
8
|
+
|
9
|
+
- Add new known node versions for 0.10.x, 0.12.x, 4.x, and 5.x
|
10
|
+
|
3
11
|
## 0.6.17
|
4
12
|
|
5
13
|
- Re-tagged to fix packaging problem of `Error: Cannot find module 'isarray'`
|
@@ -771,6 +771,10 @@
|
|
771
771
|
"node_abi": 11,
|
772
772
|
"v8": "3.14"
|
773
773
|
},
|
774
|
+
"0.10.41": {
|
775
|
+
"node_abi": 11,
|
776
|
+
"v8": "3.14"
|
777
|
+
},
|
774
778
|
"0.11.0": {
|
775
779
|
"node_abi": 12,
|
776
780
|
"v8": "3.17"
|
@@ -871,6 +875,14 @@
|
|
871
875
|
"node_abi": 14,
|
872
876
|
"v8": "3.28"
|
873
877
|
},
|
878
|
+
"0.12.8": {
|
879
|
+
"node_abi": 14,
|
880
|
+
"v8": "3.28"
|
881
|
+
},
|
882
|
+
"0.12.9": {
|
883
|
+
"node_abi": 14,
|
884
|
+
"v8": "3.28"
|
885
|
+
},
|
874
886
|
"1.0.0": {
|
875
887
|
"node_abi": 42,
|
876
888
|
"v8": "3.31"
|
@@ -1063,6 +1075,14 @@
|
|
1063
1075
|
"node_abi": 46,
|
1064
1076
|
"v8": "4.5"
|
1065
1077
|
},
|
1078
|
+
"4.2.3": {
|
1079
|
+
"node_abi": 46,
|
1080
|
+
"v8": "4.5"
|
1081
|
+
},
|
1082
|
+
"4.2.4": {
|
1083
|
+
"node_abi": 46,
|
1084
|
+
"v8": "4.5"
|
1085
|
+
},
|
1066
1086
|
"5.0.0": {
|
1067
1087
|
"node_abi": 47,
|
1068
1088
|
"v8": "4.6"
|
@@ -1070,5 +1090,17 @@
|
|
1070
1090
|
"5.1.0": {
|
1071
1091
|
"node_abi": 47,
|
1072
1092
|
"v8": "4.6"
|
1093
|
+
},
|
1094
|
+
"5.1.1": {
|
1095
|
+
"node_abi": 47,
|
1096
|
+
"v8": "4.6"
|
1097
|
+
},
|
1098
|
+
"5.2.0": {
|
1099
|
+
"node_abi": 47,
|
1100
|
+
"v8": "4.6"
|
1101
|
+
},
|
1102
|
+
"5.3.0": {
|
1103
|
+
"node_abi": 47,
|
1104
|
+
"v8": "4.6"
|
1073
1105
|
}
|
1074
1106
|
}
|
@@ -6,7 +6,7 @@
|
|
6
6
|
]
|
7
7
|
],
|
8
8
|
"_from": "node-pre-gyp@>=0.6.17 <0.7.0",
|
9
|
-
"_id": "node-pre-gyp@0.6.
|
9
|
+
"_id": "node-pre-gyp@0.6.19",
|
10
10
|
"_inCache": true,
|
11
11
|
"_location": "/node-pre-gyp",
|
12
12
|
"_npmUser": {
|
@@ -26,8 +26,8 @@
|
|
26
26
|
"_requiredBy": [
|
27
27
|
"/"
|
28
28
|
],
|
29
|
-
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.
|
30
|
-
"_shasum": "
|
29
|
+
"_resolved": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.19.tgz",
|
30
|
+
"_shasum": "842badff2e9c423c5a817e068ffe8f8487dc1016",
|
31
31
|
"_shrinkwrap": null,
|
32
32
|
"_spec": "node-pre-gyp@^0.6.17",
|
33
33
|
"_where": "/Users/eshanker/Code/fsevents",
|
@@ -58,7 +58,7 @@
|
|
58
58
|
"npmlog": "~2.0.0",
|
59
59
|
"rc": "~1.1.0",
|
60
60
|
"request": "2.x",
|
61
|
-
"rimraf": "~2.
|
61
|
+
"rimraf": "~2.5.0",
|
62
62
|
"semver": "~5.1.0",
|
63
63
|
"tar": "~2.2.0",
|
64
64
|
"tar-pack": "~3.1.0"
|
@@ -72,14 +72,14 @@
|
|
72
72
|
},
|
73
73
|
"directories": {},
|
74
74
|
"dist": {
|
75
|
-
"shasum": "
|
76
|
-
"tarball": "http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.
|
75
|
+
"shasum": "842badff2e9c423c5a817e068ffe8f8487dc1016",
|
76
|
+
"tarball": "http://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.19.tgz"
|
77
77
|
},
|
78
78
|
"engineStrict": true,
|
79
79
|
"engines": {
|
80
80
|
"node": ">= 0.8.0"
|
81
81
|
},
|
82
|
-
"gitHead": "
|
82
|
+
"gitHead": "15602cf1eba0e3ce702b75a341116d7a376ad7c9",
|
83
83
|
"homepage": "https://github.com/mapbox/node-pre-gyp",
|
84
84
|
"installable": true,
|
85
85
|
"jshintConfig": {
|
@@ -134,5 +134,5 @@
|
|
134
134
|
"test": "jshint lib lib/util scripts bin/node-pre-gyp && mocha -R spec --timeout 500000",
|
135
135
|
"update-crosswalk": "node scripts/abi_crosswalk.js"
|
136
136
|
},
|
137
|
-
"version": "0.6.
|
137
|
+
"version": "0.6.19"
|
138
138
|
}
|
@@ -1,5 +1,12 @@
|
|
1
1
|
'use strict';
|
2
|
-
|
2
|
+
|
3
|
+
if (!process.version ||
|
4
|
+
process.version.indexOf('v0.') === 0 ||
|
5
|
+
process.version.indexOf('v1.') === 0 && process.version.indexOf('v1.8.') !== 0) {
|
6
|
+
module.exports = nextTick;
|
7
|
+
} else {
|
8
|
+
module.exports = process.nextTick;
|
9
|
+
}
|
3
10
|
|
4
11
|
function nextTick(fn) {
|
5
12
|
var args = new Array(arguments.length - 1);
|