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
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json
DELETED
@@ -1,67 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_from": "core-util-is@~1.0.0",
|
3
|
-
"_id": "core-util-is@1.0.2",
|
4
|
-
"_location": "/tar-pack/readable-stream/core-util-is",
|
5
|
-
"_nodeVersion": "4.0.0",
|
6
|
-
"_npmUser": {
|
7
|
-
"email": "i@izs.me",
|
8
|
-
"name": "isaacs"
|
9
|
-
},
|
10
|
-
"_npmVersion": "3.3.2",
|
11
|
-
"_phantomChildren": {},
|
12
|
-
"_requiredBy": [
|
13
|
-
"/tar-pack/readable-stream"
|
14
|
-
],
|
15
|
-
"_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
|
16
|
-
"_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
|
17
|
-
"author": {
|
18
|
-
"email": "i@izs.me",
|
19
|
-
"name": "Isaac Z. Schlueter",
|
20
|
-
"url": "http://blog.izs.me/"
|
21
|
-
},
|
22
|
-
"bugs": {
|
23
|
-
"url": "https://github.com/isaacs/core-util-is/issues"
|
24
|
-
},
|
25
|
-
"dependencies": {},
|
26
|
-
"description": "The `util.is*` functions introduced in Node v0.12.",
|
27
|
-
"devDependencies": {
|
28
|
-
"tap": "^2.3.0"
|
29
|
-
},
|
30
|
-
"directories": {},
|
31
|
-
"dist": {
|
32
|
-
"shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
|
33
|
-
"tarball": "http://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz"
|
34
|
-
},
|
35
|
-
"gitHead": "a177da234df5638b363ddc15fa324619a38577c8",
|
36
|
-
"homepage": "https://github.com/isaacs/core-util-is#readme",
|
37
|
-
"keywords": [
|
38
|
-
"isArray",
|
39
|
-
"isBuffer",
|
40
|
-
"isNumber",
|
41
|
-
"isRegExp",
|
42
|
-
"isString",
|
43
|
-
"isThat",
|
44
|
-
"isThis",
|
45
|
-
"polyfill",
|
46
|
-
"util"
|
47
|
-
],
|
48
|
-
"license": "MIT",
|
49
|
-
"main": "lib/util.js",
|
50
|
-
"maintainers": [
|
51
|
-
{
|
52
|
-
"name": "isaacs",
|
53
|
-
"email": "i@izs.me"
|
54
|
-
}
|
55
|
-
],
|
56
|
-
"name": "core-util-is",
|
57
|
-
"optionalDependencies": {},
|
58
|
-
"readme": "ERROR: No README data found!",
|
59
|
-
"repository": {
|
60
|
-
"type": "git",
|
61
|
-
"url": "git://github.com/isaacs/core-util-is.git"
|
62
|
-
},
|
63
|
-
"scripts": {
|
64
|
-
"test": "tap test.js"
|
65
|
-
},
|
66
|
-
"version": "1.0.2"
|
67
|
-
}
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js
DELETED
@@ -1,68 +0,0 @@
|
|
1
|
-
var assert = require('tap');
|
2
|
-
|
3
|
-
var t = require('./lib/util');
|
4
|
-
|
5
|
-
assert.equal(t.isArray([]), true);
|
6
|
-
assert.equal(t.isArray({}), false);
|
7
|
-
|
8
|
-
assert.equal(t.isBoolean(null), false);
|
9
|
-
assert.equal(t.isBoolean(true), true);
|
10
|
-
assert.equal(t.isBoolean(false), true);
|
11
|
-
|
12
|
-
assert.equal(t.isNull(null), true);
|
13
|
-
assert.equal(t.isNull(undefined), false);
|
14
|
-
assert.equal(t.isNull(false), false);
|
15
|
-
assert.equal(t.isNull(), false);
|
16
|
-
|
17
|
-
assert.equal(t.isNullOrUndefined(null), true);
|
18
|
-
assert.equal(t.isNullOrUndefined(undefined), true);
|
19
|
-
assert.equal(t.isNullOrUndefined(false), false);
|
20
|
-
assert.equal(t.isNullOrUndefined(), true);
|
21
|
-
|
22
|
-
assert.equal(t.isNumber(null), false);
|
23
|
-
assert.equal(t.isNumber('1'), false);
|
24
|
-
assert.equal(t.isNumber(1), true);
|
25
|
-
|
26
|
-
assert.equal(t.isString(null), false);
|
27
|
-
assert.equal(t.isString('1'), true);
|
28
|
-
assert.equal(t.isString(1), false);
|
29
|
-
|
30
|
-
assert.equal(t.isSymbol(null), false);
|
31
|
-
assert.equal(t.isSymbol('1'), false);
|
32
|
-
assert.equal(t.isSymbol(1), false);
|
33
|
-
assert.equal(t.isSymbol(Symbol()), true);
|
34
|
-
|
35
|
-
assert.equal(t.isUndefined(null), false);
|
36
|
-
assert.equal(t.isUndefined(undefined), true);
|
37
|
-
assert.equal(t.isUndefined(false), false);
|
38
|
-
assert.equal(t.isUndefined(), true);
|
39
|
-
|
40
|
-
assert.equal(t.isRegExp(null), false);
|
41
|
-
assert.equal(t.isRegExp('1'), false);
|
42
|
-
assert.equal(t.isRegExp(new RegExp()), true);
|
43
|
-
|
44
|
-
assert.equal(t.isObject({}), true);
|
45
|
-
assert.equal(t.isObject([]), true);
|
46
|
-
assert.equal(t.isObject(new RegExp()), true);
|
47
|
-
assert.equal(t.isObject(new Date()), true);
|
48
|
-
|
49
|
-
assert.equal(t.isDate(null), false);
|
50
|
-
assert.equal(t.isDate('1'), false);
|
51
|
-
assert.equal(t.isDate(new Date()), true);
|
52
|
-
|
53
|
-
assert.equal(t.isError(null), false);
|
54
|
-
assert.equal(t.isError({ err: true }), false);
|
55
|
-
assert.equal(t.isError(new Error()), true);
|
56
|
-
|
57
|
-
assert.equal(t.isFunction(null), false);
|
58
|
-
assert.equal(t.isFunction({ }), false);
|
59
|
-
assert.equal(t.isFunction(function() {}), true);
|
60
|
-
|
61
|
-
assert.equal(t.isPrimitive(null), true);
|
62
|
-
assert.equal(t.isPrimitive(''), true);
|
63
|
-
assert.equal(t.isPrimitive(0), true);
|
64
|
-
assert.equal(t.isPrimitive(new Date()), false);
|
65
|
-
|
66
|
-
assert.equal(t.isBuffer(null), false);
|
67
|
-
assert.equal(t.isBuffer({}), false);
|
68
|
-
assert.equal(t.isBuffer(new Buffer(0)), true);
|
@@ -1,16 +0,0 @@
|
|
1
|
-
The ISC License
|
2
|
-
|
3
|
-
Copyright (c) Isaac Z. Schlueter
|
4
|
-
|
5
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
6
|
-
purpose with or without fee is hereby granted, provided that the above
|
7
|
-
copyright notice and this permission notice appear in all copies.
|
8
|
-
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
10
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
11
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
12
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
13
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
14
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
15
|
-
PERFORMANCE OF THIS SOFTWARE.
|
16
|
-
|
@@ -1,42 +0,0 @@
|
|
1
|
-
Browser-friendly inheritance fully compatible with standard node.js
|
2
|
-
[inherits](http://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor).
|
3
|
-
|
4
|
-
This package exports standard `inherits` from node.js `util` module in
|
5
|
-
node environment, but also provides alternative browser-friendly
|
6
|
-
implementation through [browser
|
7
|
-
field](https://gist.github.com/shtylman/4339901). Alternative
|
8
|
-
implementation is a literal copy of standard one located in standalone
|
9
|
-
module to avoid requiring of `util`. It also has a shim for old
|
10
|
-
browsers with no `Object.create` support.
|
11
|
-
|
12
|
-
While keeping you sure you are using standard `inherits`
|
13
|
-
implementation in node.js environment, it allows bundlers such as
|
14
|
-
[browserify](https://github.com/substack/node-browserify) to not
|
15
|
-
include full `util` package to your client code if all you need is
|
16
|
-
just `inherits` function. It worth, because browser shim for `util`
|
17
|
-
package is large and `inherits` is often the single function you need
|
18
|
-
from it.
|
19
|
-
|
20
|
-
It's recommended to use this package instead of
|
21
|
-
`require('util').inherits` for any code that has chances to be used
|
22
|
-
not only in node.js but in browser too.
|
23
|
-
|
24
|
-
## usage
|
25
|
-
|
26
|
-
```js
|
27
|
-
var inherits = require('inherits');
|
28
|
-
// then use exactly as the standard one
|
29
|
-
```
|
30
|
-
|
31
|
-
## note on version ~1.0
|
32
|
-
|
33
|
-
Version ~1.0 had completely different motivation and is not compatible
|
34
|
-
neither with 2.0 nor with standard node.js `inherits`.
|
35
|
-
|
36
|
-
If you are using version ~1.0 and planning to switch to ~2.0, be
|
37
|
-
careful:
|
38
|
-
|
39
|
-
* new version uses `super_` instead of `super` for referencing
|
40
|
-
superclass
|
41
|
-
* new version overwrites current prototype while old one preserves any
|
42
|
-
existing fields on it
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits.js
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
module.exports = require('util').inherits
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/inherits_browser.js
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
if (typeof Object.create === 'function') {
|
2
|
-
// implementation from standard node.js 'util' module
|
3
|
-
module.exports = function inherits(ctor, superCtor) {
|
4
|
-
ctor.super_ = superCtor
|
5
|
-
ctor.prototype = Object.create(superCtor.prototype, {
|
6
|
-
constructor: {
|
7
|
-
value: ctor,
|
8
|
-
enumerable: false,
|
9
|
-
writable: true,
|
10
|
-
configurable: true
|
11
|
-
}
|
12
|
-
});
|
13
|
-
};
|
14
|
-
} else {
|
15
|
-
// old school shim for old browsers
|
16
|
-
module.exports = function inherits(ctor, superCtor) {
|
17
|
-
ctor.super_ = superCtor
|
18
|
-
var TempCtor = function () {}
|
19
|
-
TempCtor.prototype = superCtor.prototype
|
20
|
-
ctor.prototype = new TempCtor()
|
21
|
-
ctor.prototype.constructor = ctor
|
22
|
-
}
|
23
|
-
}
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json
DELETED
@@ -1,58 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_from": "inherits@~2.0.0",
|
3
|
-
"_id": "inherits@2.0.1",
|
4
|
-
"_location": "/tar-pack/readable-stream/inherits",
|
5
|
-
"_npmUser": {
|
6
|
-
"email": "i@izs.me",
|
7
|
-
"name": "isaacs"
|
8
|
-
},
|
9
|
-
"_npmVersion": "1.3.8",
|
10
|
-
"_phantomChildren": {},
|
11
|
-
"_requiredBy": [
|
12
|
-
"/tar-pack/readable-stream"
|
13
|
-
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz",
|
15
|
-
"_shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
16
|
-
"browser": "./inherits_browser.js",
|
17
|
-
"bugs": {
|
18
|
-
"url": "https://github.com/isaacs/inherits/issues"
|
19
|
-
},
|
20
|
-
"dependencies": {},
|
21
|
-
"description": "Browser-friendly inheritance fully compatible with standard node.js inherits()",
|
22
|
-
"devDependencies": {},
|
23
|
-
"directories": {},
|
24
|
-
"dist": {
|
25
|
-
"shasum": "b17d08d326b4423e568eff719f91b0b1cbdf69f1",
|
26
|
-
"tarball": "http://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz"
|
27
|
-
},
|
28
|
-
"homepage": "https://github.com/isaacs/inherits",
|
29
|
-
"keywords": [
|
30
|
-
"browser",
|
31
|
-
"browserify",
|
32
|
-
"class",
|
33
|
-
"inheritance",
|
34
|
-
"inherits",
|
35
|
-
"klass",
|
36
|
-
"object-oriented",
|
37
|
-
"oop"
|
38
|
-
],
|
39
|
-
"license": "ISC",
|
40
|
-
"main": "./inherits.js",
|
41
|
-
"maintainers": [
|
42
|
-
{
|
43
|
-
"name": "isaacs",
|
44
|
-
"email": "i@izs.me"
|
45
|
-
}
|
46
|
-
],
|
47
|
-
"name": "inherits",
|
48
|
-
"optionalDependencies": {},
|
49
|
-
"readme": "ERROR: No README data found!",
|
50
|
-
"repository": {
|
51
|
-
"type": "git",
|
52
|
-
"url": "git://github.com/isaacs/inherits.git"
|
53
|
-
},
|
54
|
-
"scripts": {
|
55
|
-
"test": "node test"
|
56
|
-
},
|
57
|
-
"version": "2.0.1"
|
58
|
-
}
|
@@ -1,25 +0,0 @@
|
|
1
|
-
var inherits = require('./inherits.js')
|
2
|
-
var assert = require('assert')
|
3
|
-
|
4
|
-
function test(c) {
|
5
|
-
assert(c.constructor === Child)
|
6
|
-
assert(c.constructor.super_ === Parent)
|
7
|
-
assert(Object.getPrototypeOf(c) === Child.prototype)
|
8
|
-
assert(Object.getPrototypeOf(Object.getPrototypeOf(c)) === Parent.prototype)
|
9
|
-
assert(c instanceof Child)
|
10
|
-
assert(c instanceof Parent)
|
11
|
-
}
|
12
|
-
|
13
|
-
function Child() {
|
14
|
-
Parent.call(this)
|
15
|
-
test(this)
|
16
|
-
}
|
17
|
-
|
18
|
-
function Parent() {}
|
19
|
-
|
20
|
-
inherits(Child, Parent)
|
21
|
-
|
22
|
-
var c = new Child
|
23
|
-
test(c)
|
24
|
-
|
25
|
-
console.log('ok')
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/build/build.js
DELETED
@@ -1,209 +0,0 @@
|
|
1
|
-
|
2
|
-
/**
|
3
|
-
* Require the given path.
|
4
|
-
*
|
5
|
-
* @param {String} path
|
6
|
-
* @return {Object} exports
|
7
|
-
* @api public
|
8
|
-
*/
|
9
|
-
|
10
|
-
function require(path, parent, orig) {
|
11
|
-
var resolved = require.resolve(path);
|
12
|
-
|
13
|
-
// lookup failed
|
14
|
-
if (null == resolved) {
|
15
|
-
orig = orig || path;
|
16
|
-
parent = parent || 'root';
|
17
|
-
var err = new Error('Failed to require "' + orig + '" from "' + parent + '"');
|
18
|
-
err.path = orig;
|
19
|
-
err.parent = parent;
|
20
|
-
err.require = true;
|
21
|
-
throw err;
|
22
|
-
}
|
23
|
-
|
24
|
-
var module = require.modules[resolved];
|
25
|
-
|
26
|
-
// perform real require()
|
27
|
-
// by invoking the module's
|
28
|
-
// registered function
|
29
|
-
if (!module.exports) {
|
30
|
-
module.exports = {};
|
31
|
-
module.client = module.component = true;
|
32
|
-
module.call(this, module.exports, require.relative(resolved), module);
|
33
|
-
}
|
34
|
-
|
35
|
-
return module.exports;
|
36
|
-
}
|
37
|
-
|
38
|
-
/**
|
39
|
-
* Registered modules.
|
40
|
-
*/
|
41
|
-
|
42
|
-
require.modules = {};
|
43
|
-
|
44
|
-
/**
|
45
|
-
* Registered aliases.
|
46
|
-
*/
|
47
|
-
|
48
|
-
require.aliases = {};
|
49
|
-
|
50
|
-
/**
|
51
|
-
* Resolve `path`.
|
52
|
-
*
|
53
|
-
* Lookup:
|
54
|
-
*
|
55
|
-
* - PATH/index.js
|
56
|
-
* - PATH.js
|
57
|
-
* - PATH
|
58
|
-
*
|
59
|
-
* @param {String} path
|
60
|
-
* @return {String} path or null
|
61
|
-
* @api private
|
62
|
-
*/
|
63
|
-
|
64
|
-
require.resolve = function(path) {
|
65
|
-
if (path.charAt(0) === '/') path = path.slice(1);
|
66
|
-
var index = path + '/index.js';
|
67
|
-
|
68
|
-
var paths = [
|
69
|
-
path,
|
70
|
-
path + '.js',
|
71
|
-
path + '.json',
|
72
|
-
path + '/index.js',
|
73
|
-
path + '/index.json'
|
74
|
-
];
|
75
|
-
|
76
|
-
for (var i = 0; i < paths.length; i++) {
|
77
|
-
var path = paths[i];
|
78
|
-
if (require.modules.hasOwnProperty(path)) return path;
|
79
|
-
}
|
80
|
-
|
81
|
-
if (require.aliases.hasOwnProperty(index)) {
|
82
|
-
return require.aliases[index];
|
83
|
-
}
|
84
|
-
};
|
85
|
-
|
86
|
-
/**
|
87
|
-
* Normalize `path` relative to the current path.
|
88
|
-
*
|
89
|
-
* @param {String} curr
|
90
|
-
* @param {String} path
|
91
|
-
* @return {String}
|
92
|
-
* @api private
|
93
|
-
*/
|
94
|
-
|
95
|
-
require.normalize = function(curr, path) {
|
96
|
-
var segs = [];
|
97
|
-
|
98
|
-
if ('.' != path.charAt(0)) return path;
|
99
|
-
|
100
|
-
curr = curr.split('/');
|
101
|
-
path = path.split('/');
|
102
|
-
|
103
|
-
for (var i = 0; i < path.length; ++i) {
|
104
|
-
if ('..' == path[i]) {
|
105
|
-
curr.pop();
|
106
|
-
} else if ('.' != path[i] && '' != path[i]) {
|
107
|
-
segs.push(path[i]);
|
108
|
-
}
|
109
|
-
}
|
110
|
-
|
111
|
-
return curr.concat(segs).join('/');
|
112
|
-
};
|
113
|
-
|
114
|
-
/**
|
115
|
-
* Register module at `path` with callback `definition`.
|
116
|
-
*
|
117
|
-
* @param {String} path
|
118
|
-
* @param {Function} definition
|
119
|
-
* @api private
|
120
|
-
*/
|
121
|
-
|
122
|
-
require.register = function(path, definition) {
|
123
|
-
require.modules[path] = definition;
|
124
|
-
};
|
125
|
-
|
126
|
-
/**
|
127
|
-
* Alias a module definition.
|
128
|
-
*
|
129
|
-
* @param {String} from
|
130
|
-
* @param {String} to
|
131
|
-
* @api private
|
132
|
-
*/
|
133
|
-
|
134
|
-
require.alias = function(from, to) {
|
135
|
-
if (!require.modules.hasOwnProperty(from)) {
|
136
|
-
throw new Error('Failed to alias "' + from + '", it does not exist');
|
137
|
-
}
|
138
|
-
require.aliases[to] = from;
|
139
|
-
};
|
140
|
-
|
141
|
-
/**
|
142
|
-
* Return a require function relative to the `parent` path.
|
143
|
-
*
|
144
|
-
* @param {String} parent
|
145
|
-
* @return {Function}
|
146
|
-
* @api private
|
147
|
-
*/
|
148
|
-
|
149
|
-
require.relative = function(parent) {
|
150
|
-
var p = require.normalize(parent, '..');
|
151
|
-
|
152
|
-
/**
|
153
|
-
* lastIndexOf helper.
|
154
|
-
*/
|
155
|
-
|
156
|
-
function lastIndexOf(arr, obj) {
|
157
|
-
var i = arr.length;
|
158
|
-
while (i--) {
|
159
|
-
if (arr[i] === obj) return i;
|
160
|
-
}
|
161
|
-
return -1;
|
162
|
-
}
|
163
|
-
|
164
|
-
/**
|
165
|
-
* The relative require() itself.
|
166
|
-
*/
|
167
|
-
|
168
|
-
function localRequire(path) {
|
169
|
-
var resolved = localRequire.resolve(path);
|
170
|
-
return require(resolved, parent, path);
|
171
|
-
}
|
172
|
-
|
173
|
-
/**
|
174
|
-
* Resolve relative to the parent.
|
175
|
-
*/
|
176
|
-
|
177
|
-
localRequire.resolve = function(path) {
|
178
|
-
var c = path.charAt(0);
|
179
|
-
if ('/' == c) return path.slice(1);
|
180
|
-
if ('.' == c) return require.normalize(p, path);
|
181
|
-
|
182
|
-
// resolve deps by returning
|
183
|
-
// the dep in the nearest "deps"
|
184
|
-
// directory
|
185
|
-
var segs = parent.split('/');
|
186
|
-
var i = lastIndexOf(segs, 'deps') + 1;
|
187
|
-
if (!i) i = 0;
|
188
|
-
path = segs.slice(0, i + 1).join('/') + '/deps/' + path;
|
189
|
-
return path;
|
190
|
-
};
|
191
|
-
|
192
|
-
/**
|
193
|
-
* Check if module is defined at `path`.
|
194
|
-
*/
|
195
|
-
|
196
|
-
localRequire.exists = function(path) {
|
197
|
-
return require.modules.hasOwnProperty(localRequire.resolve(path));
|
198
|
-
};
|
199
|
-
|
200
|
-
return localRequire;
|
201
|
-
};
|
202
|
-
require.register("isarray/index.js", function(exports, require, module){
|
203
|
-
module.exports = Array.isArray || function (arr) {
|
204
|
-
return Object.prototype.toString.call(arr) == '[object Array]';
|
205
|
-
};
|
206
|
-
|
207
|
-
});
|
208
|
-
require.alias("isarray/index.js", "isarray/index.js");
|
209
|
-
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/component.json
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name" : "isarray",
|
3
|
-
"description" : "Array#isArray for older browsers",
|
4
|
-
"version" : "0.0.1",
|
5
|
-
"repository" : "juliangruber/isarray",
|
6
|
-
"homepage": "https://github.com/juliangruber/isarray",
|
7
|
-
"main" : "index.js",
|
8
|
-
"scripts" : [
|
9
|
-
"index.js"
|
10
|
-
],
|
11
|
-
"dependencies" : {},
|
12
|
-
"keywords": ["browser","isarray","array"],
|
13
|
-
"author": {
|
14
|
-
"name": "Julian Gruber",
|
15
|
-
"email": "mail@juliangruber.com",
|
16
|
-
"url": "http://juliangruber.com"
|
17
|
-
},
|
18
|
-
"license": "MIT"
|
19
|
-
}
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/isarray/package.json
DELETED
@@ -1,59 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"_from": "isarray@0.0.1",
|
3
|
-
"_id": "isarray@0.0.1",
|
4
|
-
"_location": "/tar-pack/readable-stream/isarray",
|
5
|
-
"_npmUser": {
|
6
|
-
"email": "julian@juliangruber.com",
|
7
|
-
"name": "juliangruber"
|
8
|
-
},
|
9
|
-
"_npmVersion": "1.2.18",
|
10
|
-
"_phantomChildren": {},
|
11
|
-
"_requiredBy": [
|
12
|
-
"/tar-pack/readable-stream"
|
13
|
-
],
|
14
|
-
"_resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
|
15
|
-
"_shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
|
16
|
-
"author": {
|
17
|
-
"email": "mail@juliangruber.com",
|
18
|
-
"name": "Julian Gruber",
|
19
|
-
"url": "http://juliangruber.com"
|
20
|
-
},
|
21
|
-
"bugs": {
|
22
|
-
"url": "https://github.com/juliangruber/isarray/issues"
|
23
|
-
},
|
24
|
-
"dependencies": {},
|
25
|
-
"description": "Array#isArray for older browsers",
|
26
|
-
"devDependencies": {
|
27
|
-
"tap": "*"
|
28
|
-
},
|
29
|
-
"directories": {},
|
30
|
-
"dist": {
|
31
|
-
"shasum": "8a18acfca9a8f4177e09abfc6038939b05d1eedf",
|
32
|
-
"tarball": "http://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz"
|
33
|
-
},
|
34
|
-
"homepage": "https://github.com/juliangruber/isarray",
|
35
|
-
"keywords": [
|
36
|
-
"array",
|
37
|
-
"browser",
|
38
|
-
"isarray"
|
39
|
-
],
|
40
|
-
"license": "MIT",
|
41
|
-
"main": "index.js",
|
42
|
-
"maintainers": [
|
43
|
-
{
|
44
|
-
"name": "juliangruber",
|
45
|
-
"email": "julian@juliangruber.com"
|
46
|
-
}
|
47
|
-
],
|
48
|
-
"name": "isarray",
|
49
|
-
"optionalDependencies": {},
|
50
|
-
"readme": "ERROR: No README data found!",
|
51
|
-
"repository": {
|
52
|
-
"type": "git",
|
53
|
-
"url": "git://github.com/juliangruber/isarray.git"
|
54
|
-
},
|
55
|
-
"scripts": {
|
56
|
-
"test": "tap test/*.js"
|
57
|
-
},
|
58
|
-
"version": "0.0.1"
|
59
|
-
}
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/LICENSE
DELETED
@@ -1,20 +0,0 @@
|
|
1
|
-
Copyright Joyent, Inc. and other Node contributors.
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a
|
4
|
-
copy of this software and associated documentation files (the
|
5
|
-
"Software"), to deal in the Software without restriction, including
|
6
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
7
|
-
distribute, sublicense, and/or sell copies of the Software, and to permit
|
8
|
-
persons to whom the Software is furnished to do so, subject to the
|
9
|
-
following conditions:
|
10
|
-
|
11
|
-
The above copyright notice and this permission notice shall be included
|
12
|
-
in all copies or substantial portions of the Software.
|
13
|
-
|
14
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
15
|
-
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
17
|
-
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
18
|
-
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
19
|
-
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
20
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/node_modules/tar-pack/node_modules/readable-stream/node_modules/string_decoder/README.md
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
**string_decoder.js** (`require('string_decoder')`) from Node.js core
|
2
|
-
|
3
|
-
Copyright Joyent, Inc. and other Node contributors. See LICENCE file for details.
|
4
|
-
|
5
|
-
Version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. **Prefer the stable version over the unstable.**
|
6
|
-
|
7
|
-
The *build/* directory contains a build script that will scrape the source from the [joyent/node](https://github.com/joyent/node) repo given a specific Node version.
|