fsevents 1.0.5 → 1.0.6
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/Readme.md +12 -13
- package/node_modules/ansi/package.json +1 -2
- package/node_modules/are-we-there-yet/package.json +1 -2
- package/node_modules/asn1/.travis.yml +4 -0
- package/node_modules/asn1/lib/ber/reader.js +27 -33
- package/node_modules/asn1/lib/ber/writer.js +10 -11
- package/node_modules/asn1/package.json +21 -19
- package/node_modules/asn1/tst/ber/reader.test.js +36 -0
- package/node_modules/asn1/tst/ber/writer.test.js +74 -0
- package/node_modules/assert-plus/package.json +1 -0
- package/node_modules/{ctype → bl/node_modules/readable-stream/node_modules/core-util-is}/LICENSE +1 -6
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +11 -11
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json +17 -12
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
- package/node_modules/boom/package.json +1 -1
- package/node_modules/commander/package.json +1 -1
- package/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/core-util-is/lib/util.js +11 -11
- package/node_modules/core-util-is/package.json +17 -12
- package/node_modules/core-util-is/test.js +68 -0
- package/node_modules/dashdash/README.md +508 -0
- package/node_modules/dashdash/lib/dashdash.js +813 -0
- package/node_modules/dashdash/package.json +87 -0
- package/node_modules/deep-extend/LICENSE +1 -1
- package/node_modules/deep-extend/README.md +89 -52
- package/node_modules/deep-extend/index.js +1 -90
- package/node_modules/deep-extend/lib/deep-extend.js +144 -0
- package/node_modules/deep-extend/package.json +47 -16
- package/node_modules/deep-extend/test/index.spec.js +168 -5
- package/node_modules/delegates/package.json +1 -2
- package/node_modules/ecc-jsbn/.npmignore +15 -0
- package/node_modules/ecc-jsbn/LICENSE +21 -0
- package/node_modules/ecc-jsbn/README.md +8 -0
- package/node_modules/ecc-jsbn/index.js +57 -0
- package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
- package/node_modules/ecc-jsbn/lib/ec.js +561 -0
- package/node_modules/ecc-jsbn/lib/sec.js +170 -0
- package/node_modules/ecc-jsbn/package.json +63 -0
- package/node_modules/ecc-jsbn/test.js +14 -0
- package/node_modules/extsprintf/.gitmodules +6 -0
- package/node_modules/{path-is-absolute/license → extsprintf/LICENSE} +2 -4
- package/node_modules/extsprintf/Makefile +23 -0
- package/node_modules/extsprintf/Makefile.deps +39 -0
- package/node_modules/extsprintf/Makefile.targ +285 -0
- package/node_modules/extsprintf/README.md +39 -0
- package/node_modules/extsprintf/examples/simple.js +2 -0
- package/node_modules/{ctype/tools/jsl.conf → extsprintf/jsl.node.conf} +71 -63
- package/node_modules/extsprintf/lib/extsprintf.js +166 -0
- package/node_modules/extsprintf/package.json +48 -0
- package/node_modules/fstream/package.json +1 -2
- package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/package.json +4 -22
- package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/package.json +3 -21
- package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/package.json +4 -23
- package/node_modules/fstream-ignore/node_modules/minimatch/package.json +4 -24
- package/node_modules/fstream-ignore/package.json +1 -2
- package/node_modules/gauge/package.json +1 -2
- package/node_modules/har-validator/package.json +15 -15
- package/node_modules/has-unicode/package.json +1 -2
- package/node_modules/hawk/dist/client.js +340 -0
- package/node_modules/hawk/lib/browser.js +14 -20
- package/node_modules/hawk/package.json +10 -10
- package/node_modules/hawk/test/browser.js +134 -101
- package/node_modules/hawk/test/index.js +61 -61
- package/node_modules/hawk/test/server.js +72 -84
- package/node_modules/hawk/test/uri.js +52 -63
- package/node_modules/http-signature/CHANGES.md +39 -0
- package/node_modules/http-signature/http_signing.md +16 -17
- package/node_modules/http-signature/lib/index.js +6 -4
- package/node_modules/http-signature/lib/parser.js +43 -29
- package/node_modules/http-signature/lib/signer.js +290 -74
- package/node_modules/http-signature/lib/utils.js +112 -0
- package/node_modules/http-signature/lib/verify.js +47 -15
- package/node_modules/http-signature/package.json +20 -14
- package/node_modules/is-my-json-valid/index.js +16 -14
- package/node_modules/is-my-json-valid/package.json +16 -12
- package/node_modules/is-typedarray/LICENSE.md +18 -0
- package/node_modules/is-typedarray/README.md +16 -0
- package/node_modules/is-typedarray/index.js +41 -0
- package/node_modules/is-typedarray/package.json +63 -0
- package/node_modules/is-typedarray/test.js +34 -0
- package/node_modules/jodid25519/.npmignore +11 -0
- package/node_modules/jodid25519/.travis.yml +7 -0
- package/node_modules/jodid25519/AUTHORS.md +3 -0
- package/node_modules/jodid25519/LICENSE +23 -0
- package/node_modules/jodid25519/README.md +51 -0
- package/node_modules/jodid25519/almond.0 +42 -0
- package/node_modules/jodid25519/almond.1 +13 -0
- package/node_modules/jodid25519/index.js +35 -0
- package/node_modules/jodid25519/jsdoc.json +19 -0
- package/node_modules/jodid25519/lib/core.js +481 -0
- package/node_modules/jodid25519/lib/curve255.js +221 -0
- package/node_modules/jodid25519/lib/dh.js +111 -0
- package/node_modules/jodid25519/lib/eddsa.js +573 -0
- package/node_modules/jodid25519/lib/utils.js +198 -0
- package/node_modules/jodid25519/package.json +77 -0
- package/node_modules/jsbn/.npmignore +2 -0
- package/node_modules/jsbn/LICENSE +40 -0
- package/node_modules/jsbn/README.md +175 -0
- package/node_modules/jsbn/example.html +12 -0
- package/node_modules/jsbn/example.js +3 -0
- package/node_modules/jsbn/index.js +1358 -0
- package/node_modules/jsbn/package.json +60 -0
- package/node_modules/json-schema/README.md +5 -0
- package/node_modules/json-schema/draft-00/hyper-schema +68 -0
- package/node_modules/json-schema/draft-00/json-ref +26 -0
- package/node_modules/json-schema/draft-00/links +33 -0
- package/node_modules/json-schema/draft-00/schema +155 -0
- package/node_modules/json-schema/draft-01/hyper-schema +68 -0
- package/node_modules/json-schema/draft-01/json-ref +26 -0
- package/node_modules/json-schema/draft-01/links +33 -0
- package/node_modules/json-schema/draft-01/schema +155 -0
- package/node_modules/json-schema/draft-02/hyper-schema +68 -0
- package/node_modules/json-schema/draft-02/json-ref +26 -0
- package/node_modules/json-schema/draft-02/links +35 -0
- package/node_modules/json-schema/draft-02/schema +166 -0
- package/node_modules/json-schema/draft-03/examples/address +20 -0
- package/node_modules/json-schema/draft-03/examples/calendar +53 -0
- package/node_modules/json-schema/draft-03/examples/card +105 -0
- package/node_modules/json-schema/draft-03/examples/geo +8 -0
- package/node_modules/json-schema/draft-03/examples/interfaces +23 -0
- package/node_modules/json-schema/draft-03/hyper-schema +60 -0
- package/node_modules/json-schema/draft-03/json-ref +26 -0
- package/node_modules/json-schema/draft-03/links +35 -0
- package/node_modules/json-schema/draft-03/schema +174 -0
- package/node_modules/json-schema/draft-04/hyper-schema +60 -0
- package/node_modules/json-schema/draft-04/links +41 -0
- package/node_modules/json-schema/draft-04/schema +189 -0
- package/node_modules/json-schema/draft-zyp-json-schema-03.xml +1120 -0
- package/node_modules/json-schema/draft-zyp-json-schema-04.xml +1072 -0
- package/node_modules/json-schema/lib/links.js +52 -0
- package/node_modules/json-schema/lib/validate.js +260 -0
- package/node_modules/json-schema/package.json +67 -0
- package/node_modules/json-schema/test/tests.js +95 -0
- package/node_modules/jsprim/CHANGES.md +30 -0
- package/node_modules/jsprim/LICENSE +19 -0
- package/node_modules/jsprim/README.md +228 -0
- package/node_modules/jsprim/lib/jsprim.js +478 -0
- package/node_modules/jsprim/package.json +54 -0
- package/node_modules/lodash._basetostring/package.json +1 -2
- package/node_modules/lodash._createpadding/package.json +1 -2
- package/node_modules/lodash.pad/package.json +1 -2
- package/node_modules/lodash.padleft/package.json +1 -2
- package/node_modules/lodash.padright/package.json +1 -2
- package/node_modules/lodash.repeat/package.json +1 -2
- package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
- package/node_modules/node-pre-gyp/README.md +570 -0
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +4 -0
- package/node_modules/node-pre-gyp/node_modules/nopt/lib/nopt.js +2 -1
- package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/package.json +30 -37
- package/node_modules/node-pre-gyp/node_modules/nopt/package.json +37 -57
- package/node_modules/node-pre-gyp/node_modules/nopt/test/basic.js +22 -0
- package/node_modules/node-pre-gyp/package.json +17 -17
- package/node_modules/node-uuid/.npmignore +2 -0
- package/node_modules/node-uuid/README.md +12 -1
- package/node_modules/node-uuid/bower.json +1 -1
- package/node_modules/node-uuid/component.json +11 -4
- package/node_modules/node-uuid/package.json +25 -12
- package/node_modules/node-uuid/test/test.js +3 -0
- package/node_modules/node-uuid/uuid.js +70 -45
- package/node_modules/npmlog/.travis.yml +14 -0
- package/node_modules/npmlog/log.js +3 -0
- package/node_modules/npmlog/package.json +23 -20
- package/node_modules/npmlog/test/basic.js +8 -1
- package/node_modules/once/package.json +2 -3
- package/node_modules/pinkie/index.js +23 -7
- package/node_modules/pinkie/package.json +22 -15
- package/node_modules/pinkie/readme.md +17 -9
- package/node_modules/pinkie-promise/package.json +16 -14
- package/node_modules/pinkie-promise/readme.md +5 -3
- package/node_modules/rc/README.md +1 -1
- package/node_modules/rc/index.js +1 -1
- package/node_modules/rc/node_modules/minimist/package.json +1 -1
- package/node_modules/rc/package.json +12 -12
- package/node_modules/request/.eslintrc +1 -1
- package/node_modules/request/.travis.yml +4 -4
- package/node_modules/request/CHANGELOG.md +25 -0
- package/node_modules/request/README.md +12 -13
- package/node_modules/request/lib/har.js +84 -75
- package/node_modules/request/lib/redirect.js +2 -3
- package/node_modules/request/lib/tunnel.js +13 -18
- package/node_modules/request/package.json +17 -16
- package/node_modules/request/request.js +16 -59
- package/node_modules/rimraf/README.md +7 -2
- package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/package.json +5 -25
- package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/package.json +5 -25
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE +16 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md +42 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits.js +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits_browser.js +23 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +58 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/test.js +25 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +3 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +122 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +8 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +191 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +2 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.travis.yml +3 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md +21 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +6 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +80 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +5 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +38 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +79 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/test/balanced.js +56 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +4 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +18 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +62 -0
- package/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/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +13 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +90 -0
- package/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/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +81 -0
- package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/package.json +3 -21
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +36 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +58 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +51 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +33 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +70 -0
- package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/package.json +4 -22
- package/node_modules/rimraf/node_modules/glob/package.json +2 -20
- package/node_modules/rimraf/package.json +10 -10
- package/node_modules/semver/README.md +25 -1
- package/node_modules/semver/package.json +10 -10
- package/node_modules/semver/range.bnf +16 -0
- package/node_modules/semver/semver.js +0 -12
- package/node_modules/sshpk/.npmignore +8 -0
- package/node_modules/sshpk/.travis.yml +11 -0
- package/node_modules/sshpk/LICENSE +18 -0
- package/node_modules/sshpk/README.md +436 -0
- package/node_modules/sshpk/bin/sshpk-conv +183 -0
- package/node_modules/sshpk/lib/algs.js +168 -0
- package/node_modules/sshpk/lib/dhe.js +312 -0
- package/node_modules/sshpk/lib/ed-compat.js +94 -0
- package/node_modules/sshpk/lib/errors.js +58 -0
- package/node_modules/sshpk/lib/fingerprint.js +140 -0
- package/node_modules/sshpk/lib/formats/auto.js +73 -0
- package/node_modules/sshpk/lib/formats/pem.js +152 -0
- package/node_modules/sshpk/lib/formats/pkcs1.js +320 -0
- package/node_modules/sshpk/lib/formats/pkcs8.js +510 -0
- package/node_modules/sshpk/lib/formats/rfc4253.js +145 -0
- package/node_modules/sshpk/lib/formats/ssh-private.js +138 -0
- package/node_modules/sshpk/lib/formats/ssh.js +114 -0
- package/node_modules/sshpk/lib/index.js +25 -0
- package/node_modules/sshpk/lib/key.js +260 -0
- package/node_modules/sshpk/lib/private-key.js +224 -0
- package/node_modules/sshpk/lib/signature.js +237 -0
- package/node_modules/sshpk/lib/ssh-buffer.js +123 -0
- package/node_modules/sshpk/lib/utils.js +207 -0
- package/node_modules/sshpk/node_modules/assert-plus/AUTHORS +6 -0
- package/node_modules/sshpk/node_modules/assert-plus/CHANGES.md +8 -0
- package/node_modules/sshpk/node_modules/assert-plus/README.md +155 -0
- package/node_modules/sshpk/node_modules/assert-plus/assert.js +206 -0
- package/node_modules/sshpk/node_modules/assert-plus/package.json +88 -0
- package/node_modules/sshpk/package.json +92 -0
- package/node_modules/strip-json-comments/cli.js +2 -2
- package/node_modules/strip-json-comments/package.json +13 -12
- package/node_modules/strip-json-comments/readme.md +11 -5
- package/node_modules/strip-json-comments/strip-json-comments.js +16 -7
- package/node_modules/tar/package.json +1 -2
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +11 -11
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/package.json +17 -12
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/test.js +68 -0
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/inherits/package.json +1 -1
- package/node_modules/tar-pack/node_modules/rimraf/package.json +1 -2
- package/node_modules/tar-pack/package.json +1 -2
- package/node_modules/tough-cookie/lib/cookie.js +1 -1
- package/node_modules/tough-cookie/package.json +7 -7
- package/node_modules/tweetnacl/.npmignore +4 -0
- package/node_modules/tweetnacl/CHANGELOG.md +128 -0
- package/node_modules/tweetnacl/README.md +463 -0
- package/node_modules/tweetnacl/nacl-fast.js +2418 -0
- package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
- package/node_modules/tweetnacl/nacl.js +1205 -0
- package/node_modules/tweetnacl/nacl.min.js +1 -0
- package/node_modules/tweetnacl/package.json +101 -0
- package/node_modules/uid-number/package.json +2 -3
- package/node_modules/verror/.gitmodules +0 -0
- package/node_modules/verror/LICENSE +19 -0
- package/node_modules/verror/Makefile +35 -0
- package/node_modules/verror/Makefile.targ +285 -0
- package/node_modules/verror/README.md +120 -0
- package/node_modules/verror/examples/levels-verror.js +36 -0
- package/node_modules/verror/examples/levels-werror.js +34 -0
- package/node_modules/verror/examples/varargs.js +6 -0
- package/node_modules/verror/examples/verror.js +13 -0
- package/node_modules/verror/examples/werror.js +14 -0
- package/node_modules/verror/jsl.node.conf +139 -0
- package/node_modules/verror/lib/verror.js +157 -0
- package/node_modules/verror/package.json +51 -0
- package/node_modules/verror/tests/tst.inherit.js +100 -0
- package/node_modules/verror/tests/tst.verror.js +156 -0
- package/node_modules/verror/tests/tst.werror.js +179 -0
- package/package.json +3 -3
- package/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/util.js +0 -106
- package/node_modules/core-util-is/util.js +0 -106
- package/node_modules/ctype/.npmignore +0 -1
- package/node_modules/ctype/CHANGELOG +0 -78
- package/node_modules/ctype/README +0 -82
- package/node_modules/ctype/README.old +0 -298
- package/node_modules/ctype/ctf.js +0 -245
- package/node_modules/ctype/ctio.js +0 -1485
- package/node_modules/ctype/ctype.js +0 -944
- package/node_modules/ctype/man/man3ctype/ctio.3ctype +0 -241
- package/node_modules/ctype/package.json +0 -51
- package/node_modules/ctype/tools/jsstyle +0 -839
- package/node_modules/http-signature/lib/util.js +0 -306
- package/node_modules/inflight/node_modules/once/package.json +0 -86
- package/node_modules/inflight/node_modules/once/test/once.js +0 -23
- package/node_modules/rimraf/node_modules/glob/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/minimatch/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/once/LICENSE +0 -15
- package/node_modules/rimraf/node_modules/once/README.md +0 -51
- package/node_modules/rimraf/node_modules/once/once.js +0 -21
- package/node_modules/rimraf/node_modules/once/package.json +0 -84
- package/node_modules/rimraf/node_modules/once/test/once.js +0 -23
- package/node_modules/tar-pack/node_modules/readable-stream/node_modules/core-util-is/util.js +0 -106
- package/node_modules/wrappy/LICENSE +0 -15
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/.npmignore +0 -0
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/README.md +0 -0
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/example.js +0 -0
- /package/node_modules/{brace-expansion → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion}/index.js +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/.npmignore +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/.travis.yml +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/LICENSE.md +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/Makefile +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/README.md +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/example.js +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/index.js +0 -0
- /package/node_modules/{balanced-match → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match}/test/balanced.js +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/.travis.yml +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/LICENSE +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/README.markdown +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/example/map.js +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/index.js +0 -0
- /package/node_modules/{concat-map → fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map}/test/map.js +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/.npmignore +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/.travis.yml +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/CONTRIBUTING.md +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/LICENSE +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/README.md +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/abbrev.js +0 -0
- /package/node_modules/{abbrev → node-pre-gyp/node_modules/nopt/node_modules/abbrev}/test.js +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/.eslintrc +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/LICENSE +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/README.md +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/inflight.js +0 -0
- /package/node_modules/{fstream-ignore/node_modules/minimatch → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/LICENSE +0 -0
- /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/README.md +0 -0
- /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/test/basic.js +0 -0
- /package/node_modules/{wrappy → rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy}/wrappy.js +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob/node_modules/inflight}/test.js +0 -0
- /package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/README.md +0 -0
- /package/node_modules/rimraf/node_modules/{minimatch → glob/node_modules/minimatch}/minimatch.js +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob}/node_modules/once/README.md +0 -0
- /package/node_modules/{inflight/node_modules/once → rimraf/node_modules/glob/node_modules/once/node_modules/wrappy}/LICENSE +0 -0
- /package/node_modules/{inflight → rimraf/node_modules/glob}/node_modules/once/once.js +0 -0
- /package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/index.js +0 -0
- /package/node_modules/{path-is-absolute → rimraf/node_modules/glob/node_modules/path-is-absolute}/readme.md +0 -0
- /package/node_modules/{deep-extend → verror}/.npmignore +0 -0
@@ -1,6 +1,5 @@
|
|
1
1
|
#
|
2
|
-
# Configuration File for JavaScript Lint
|
3
|
-
# Developed by Matthias Miller (http://www.JavaScriptLint.com)
|
2
|
+
# Configuration File for JavaScript Lint
|
4
3
|
#
|
5
4
|
# This configuration file can be used to lint a collection of scripts, or to enable
|
6
5
|
# or disable warnings for scripts that are linted via the command line.
|
@@ -10,56 +9,74 @@
|
|
10
9
|
# Enable or disable warnings based on requirements.
|
11
10
|
# Use "+WarningName" to display or "-WarningName" to suppress.
|
12
11
|
#
|
13
|
-
+
|
14
|
-
+
|
15
|
-
+
|
16
|
-
+
|
17
|
-
+
|
18
|
-
|
19
|
-
+missing_semicolon # missing semicolon
|
20
|
-
+meaningless_block # meaningless block; curly braces have no impact
|
12
|
+
+ambiguous_else_stmt # the else statement could be matched with one of multiple if statements (use curly braces to indicate intent
|
13
|
+
+ambiguous_nested_stmt # block statements containing block statements should use curly braces to resolve ambiguity
|
14
|
+
+ambiguous_newline # unexpected end of line; it is ambiguous whether these lines are part of the same statement
|
15
|
+
+anon_no_return_value # anonymous function does not always return value
|
16
|
+
+assign_to_function_call # assignment to a function call
|
17
|
+
-block_without_braces # block statement without curly braces
|
21
18
|
+comma_separated_stmts # multiple statements separated by commas (use semicolons?)
|
22
|
-
+unreachable_code # unreachable code
|
23
|
-
+missing_break # missing break statement
|
24
|
-
+missing_break_for_last_case # missing break statement for last case in switch
|
25
19
|
+comparison_type_conv # comparisons against null, 0, true, false, or an empty string allowing implicit type conversion (use === or !==)
|
20
|
+
+default_not_at_end # the default case is not at the end of the switch statement
|
21
|
+
+dup_option_explicit # duplicate "option explicit" control comment
|
22
|
+
+duplicate_case_in_switch # duplicate case in switch statement
|
23
|
+
+duplicate_formal # duplicate formal argument {name}
|
24
|
+
+empty_statement # empty statement or extra semicolon
|
25
|
+
+identifier_hides_another # identifer {name} hides an identifier in a parent scope
|
26
26
|
-inc_dec_within_stmt # increment (++) and decrement (--) operators used as part of greater statement
|
27
|
-
+
|
28
|
-
|
29
|
-
+
|
30
|
-
+
|
31
|
-
-block_without_braces # block statement without curly braces
|
27
|
+
+incorrect_version # Expected /*jsl:content-type*/ control comment. The script was parsed with the wrong version.
|
28
|
+
+invalid_fallthru # unexpected "fallthru" control comment
|
29
|
+
+invalid_pass # unexpected "pass" control comment
|
30
|
+
+jsl_cc_not_understood # couldn't understand control comment using /*jsl:keyword*/ syntax
|
32
31
|
+leading_decimal_point # leading decimal point may indicate a number or an object member
|
33
|
-
+
|
34
|
-
|
35
|
-
+
|
32
|
+
+legacy_cc_not_understood # couldn't understand control comment using /*@keyword@*/ syntax
|
33
|
+
+meaningless_block # meaningless block; curly braces have no impact
|
34
|
+
+mismatch_ctrl_comments # mismatched control comment; "ignore" and "end" control comments must have a one-to-one correspondence
|
36
35
|
+misplaced_regex # regular expressions should be preceded by a left parenthesis, assignment, colon, or comma
|
37
|
-
+
|
38
|
-
+
|
39
|
-
|
36
|
+
+missing_break # missing break statement
|
37
|
+
+missing_break_for_last_case # missing break statement for last case in switch
|
38
|
+
+missing_default_case # missing default case in switch statement
|
39
|
+
+missing_option_explicit # the "option explicit" control comment is missing
|
40
|
+
+missing_semicolon # missing semicolon
|
41
|
+
+missing_semicolon_for_lambda # missing semicolon for lambda assignment
|
42
|
+
+multiple_plus_minus # unknown order of operations for successive plus (e.g. x+++y) or minus (e.g. x---y) signs
|
43
|
+
+nested_comment # nested comment
|
44
|
+
+no_return_value # function {name} does not always return a value
|
45
|
+
+octal_number # leading zeros make an octal number
|
46
|
+
+parseint_missing_radix # parseInt missing radix parameter
|
40
47
|
+partial_option_explicit # the "option explicit" control comment, if used, must be in the first script tag
|
41
|
-
+
|
48
|
+
+redeclared_var # redeclaration of {name}
|
49
|
+
+trailing_comma_in_array # extra comma is not recommended in array initializers
|
50
|
+
+trailing_decimal_point # trailing decimal point may indicate a number or an object member
|
51
|
+
+undeclared_identifier # undeclared identifier: {name}
|
52
|
+
+unreachable_code # unreachable code
|
53
|
+
-unreferenced_argument # argument declared but never referenced: {name}
|
54
|
+
-unreferenced_function # function is declared but never referenced: {name}
|
55
|
+
+unreferenced_variable # variable is declared but never referenced: {name}
|
56
|
+
+unsupported_version # JavaScript {version} is not supported
|
57
|
+
+use_of_label # use of label
|
42
58
|
+useless_assign # useless assignment
|
43
|
-
+ambiguous_nested_stmt # block statements containing block statements should use curly braces to resolve ambiguity
|
44
|
-
+ambiguous_else_stmt # the else statement could be matched with one of multiple if statements (use curly braces to indicate intent)
|
45
|
-
+missing_default_case # missing default case in switch statement
|
46
|
-
+duplicate_case_in_switch # duplicate case in switch statements
|
47
|
-
+default_not_at_end # the default case is not at the end of the switch statement
|
48
|
-
+legacy_cc_not_understood # couldn't understand control comment using /*@keyword@*/ syntax
|
49
|
-
+jsl_cc_not_understood # couldn't understand control comment using /*jsl:keyword*/ syntax
|
50
59
|
+useless_comparison # useless comparison; comparing identical expressions
|
60
|
+
-useless_quotes # the quotation marks are unnecessary
|
61
|
+
+useless_void # use of the void type may be unnecessary (void is always undefined)
|
62
|
+
+var_hides_arg # variable {name} hides argument
|
63
|
+
+want_assign_or_call # expected an assignment or function call
|
51
64
|
+with_statement # with statement hides undeclared variables; use temporary variable instead
|
52
|
-
|
53
|
-
+assign_to_function_call # assignment to a function call
|
54
|
-
+parseint_missing_radix # parseInt missing radix parameter
|
55
|
-
-unreferenced_argument # argument declared but never referenced: {name}
|
65
|
+
|
56
66
|
|
57
67
|
### Output format
|
58
68
|
# Customize the format of the error message.
|
59
69
|
# __FILE__ indicates current file path
|
60
70
|
# __FILENAME__ indicates current file name
|
61
71
|
# __LINE__ indicates current line
|
62
|
-
#
|
72
|
+
# __COL__ indicates current column
|
73
|
+
# __ERROR__ indicates error message (__ERROR_PREFIX__: __ERROR_MSG__)
|
74
|
+
# __ERROR_NAME__ indicates error name (used in configuration file)
|
75
|
+
# __ERROR_PREFIX__ indicates error prefix
|
76
|
+
# __ERROR_MSG__ indicates error message
|
77
|
+
#
|
78
|
+
# For machine-friendly output, the output format can be prefixed with
|
79
|
+
# "encode:". If specified, all items will be encoded with C-slashes.
|
63
80
|
#
|
64
81
|
# Visual Studio syntax (default):
|
65
82
|
+output-format __FILE__(__LINE__): __ERROR__
|
@@ -74,33 +91,13 @@
|
|
74
91
|
+context
|
75
92
|
|
76
93
|
|
77
|
-
### Semicolons
|
78
|
-
# By default, assignments of an anonymous function to a variable or
|
79
|
-
# property (such as a function prototype) must be followed by a semicolon.
|
80
|
-
#
|
81
|
-
#+lambda_assign_requires_semicolon # deprecated setting
|
82
|
-
|
83
|
-
|
84
94
|
### Control Comments
|
85
95
|
# Both JavaScript Lint and the JScript interpreter confuse each other with the syntax for
|
86
96
|
# the /*@keyword@*/ control comments and JScript conditional comments. (The latter is
|
87
97
|
# enabled in JScript with @cc_on@). The /*jsl:keyword*/ syntax is preferred for this reason,
|
88
98
|
# although legacy control comments are enabled by default for backward compatibility.
|
89
99
|
#
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
### JScript Function Extensions
|
94
|
-
# JScript allows member functions to be defined like this:
|
95
|
-
# function MyObj() { /*constructor*/ }
|
96
|
-
# function MyObj.prototype.go() { /*member function*/ }
|
97
|
-
#
|
98
|
-
# It also allows events to be attached like this:
|
99
|
-
# function window::onload() { /*init page*/ }
|
100
|
-
#
|
101
|
-
# This is a Microsoft-only JavaScript extension. Enable this setting to allow them.
|
102
|
-
#
|
103
|
-
#-jscript_function_extensions # deprecated setting
|
100
|
+
-legacy_control_comments
|
104
101
|
|
105
102
|
|
106
103
|
### Defining identifiers
|
@@ -112,13 +109,24 @@
|
|
112
109
|
# (Use this in conjunction with the "undeclared identifier" warning.)
|
113
110
|
#
|
114
111
|
# Common uses for webpages might be:
|
115
|
-
|
116
|
-
|
117
|
-
+define
|
118
|
-
+define exports
|
112
|
+
+define __dirname
|
113
|
+
+define clearInterval
|
114
|
+
+define clearTimeout
|
119
115
|
+define console
|
116
|
+
+define exports
|
117
|
+
+define global
|
118
|
+
+define process
|
119
|
+
+define require
|
120
|
+
+define setInterval
|
121
|
+
+define setTimeout
|
120
122
|
+define Buffer
|
121
123
|
+define JSON
|
124
|
+
+define Math
|
125
|
+
|
126
|
+
### JavaScript Version
|
127
|
+
# To change the default JavaScript version:
|
128
|
+
#+default-type text/javascript;version=1.5
|
129
|
+
#+default-type text/javascript;e4x=1
|
122
130
|
|
123
131
|
### Files
|
124
132
|
# Specify which files to lint
|
@@ -126,4 +134,4 @@
|
|
126
134
|
# To add a set of files, use "+process FileName", "+process Folder\Path\*.js",
|
127
135
|
# or "+process Folder\Path\*.htm".
|
128
136
|
#
|
129
|
-
|
137
|
+
|
@@ -0,0 +1,166 @@
|
|
1
|
+
/*
|
2
|
+
* extsprintf.js: extended POSIX-style sprintf
|
3
|
+
*/
|
4
|
+
|
5
|
+
var mod_assert = require('assert');
|
6
|
+
var mod_util = require('util');
|
7
|
+
|
8
|
+
/*
|
9
|
+
* Public interface
|
10
|
+
*/
|
11
|
+
exports.sprintf = jsSprintf;
|
12
|
+
|
13
|
+
/*
|
14
|
+
* Stripped down version of s[n]printf(3c). We make a best effort to throw an
|
15
|
+
* exception when given a format string we don't understand, rather than
|
16
|
+
* ignoring it, so that we won't break existing programs if/when we go implement
|
17
|
+
* the rest of this.
|
18
|
+
*
|
19
|
+
* This implementation currently supports specifying
|
20
|
+
* - field alignment ('-' flag),
|
21
|
+
* - zero-pad ('0' flag)
|
22
|
+
* - always show numeric sign ('+' flag),
|
23
|
+
* - field width
|
24
|
+
* - conversions for strings, decimal integers, and floats (numbers).
|
25
|
+
* - argument size specifiers. These are all accepted but ignored, since
|
26
|
+
* Javascript has no notion of the physical size of an argument.
|
27
|
+
*
|
28
|
+
* Everything else is currently unsupported, most notably precision, unsigned
|
29
|
+
* numbers, non-decimal numbers, and characters.
|
30
|
+
*/
|
31
|
+
function jsSprintf(fmt)
|
32
|
+
{
|
33
|
+
var regex = [
|
34
|
+
'([^%]*)', /* normal text */
|
35
|
+
'%', /* start of format */
|
36
|
+
'([\'\\-+ #0]*?)', /* flags (optional) */
|
37
|
+
'([1-9]\\d*)?', /* width (optional) */
|
38
|
+
'(\\.([1-9]\\d*))?', /* precision (optional) */
|
39
|
+
'[lhjztL]*?', /* length mods (ignored) */
|
40
|
+
'([diouxXfFeEgGaAcCsSp%jr])' /* conversion */
|
41
|
+
].join('');
|
42
|
+
|
43
|
+
var re = new RegExp(regex);
|
44
|
+
var args = Array.prototype.slice.call(arguments, 1);
|
45
|
+
var flags, width, precision, conversion;
|
46
|
+
var left, pad, sign, arg, match;
|
47
|
+
var ret = '';
|
48
|
+
var argn = 1;
|
49
|
+
|
50
|
+
mod_assert.equal('string', typeof (fmt));
|
51
|
+
|
52
|
+
while ((match = re.exec(fmt)) !== null) {
|
53
|
+
ret += match[1];
|
54
|
+
fmt = fmt.substring(match[0].length);
|
55
|
+
|
56
|
+
flags = match[2] || '';
|
57
|
+
width = match[3] || 0;
|
58
|
+
precision = match[4] || '';
|
59
|
+
conversion = match[6];
|
60
|
+
left = false;
|
61
|
+
sign = false;
|
62
|
+
pad = ' ';
|
63
|
+
|
64
|
+
if (conversion == '%') {
|
65
|
+
ret += '%';
|
66
|
+
continue;
|
67
|
+
}
|
68
|
+
|
69
|
+
if (args.length === 0)
|
70
|
+
throw (new Error('too few args to sprintf'));
|
71
|
+
|
72
|
+
arg = args.shift();
|
73
|
+
argn++;
|
74
|
+
|
75
|
+
if (flags.match(/[\' #]/))
|
76
|
+
throw (new Error(
|
77
|
+
'unsupported flags: ' + flags));
|
78
|
+
|
79
|
+
if (precision.length > 0)
|
80
|
+
throw (new Error(
|
81
|
+
'non-zero precision not supported'));
|
82
|
+
|
83
|
+
if (flags.match(/-/))
|
84
|
+
left = true;
|
85
|
+
|
86
|
+
if (flags.match(/0/))
|
87
|
+
pad = '0';
|
88
|
+
|
89
|
+
if (flags.match(/\+/))
|
90
|
+
sign = true;
|
91
|
+
|
92
|
+
switch (conversion) {
|
93
|
+
case 's':
|
94
|
+
if (arg === undefined || arg === null)
|
95
|
+
throw (new Error('argument ' + argn +
|
96
|
+
': attempted to print undefined or null ' +
|
97
|
+
'as a string'));
|
98
|
+
ret += doPad(pad, width, left, arg.toString());
|
99
|
+
break;
|
100
|
+
|
101
|
+
case 'd':
|
102
|
+
arg = Math.floor(arg);
|
103
|
+
/*jsl:fallthru*/
|
104
|
+
case 'f':
|
105
|
+
sign = sign && arg > 0 ? '+' : '';
|
106
|
+
ret += sign + doPad(pad, width, left,
|
107
|
+
arg.toString());
|
108
|
+
break;
|
109
|
+
|
110
|
+
case 'j': /* non-standard */
|
111
|
+
if (width === 0)
|
112
|
+
width = 10;
|
113
|
+
ret += mod_util.inspect(arg, false, width);
|
114
|
+
break;
|
115
|
+
|
116
|
+
case 'r': /* non-standard */
|
117
|
+
ret += dumpException(arg);
|
118
|
+
break;
|
119
|
+
|
120
|
+
default:
|
121
|
+
throw (new Error('unsupported conversion: ' +
|
122
|
+
conversion));
|
123
|
+
}
|
124
|
+
}
|
125
|
+
|
126
|
+
ret += fmt;
|
127
|
+
return (ret);
|
128
|
+
}
|
129
|
+
|
130
|
+
function doPad(chr, width, left, str)
|
131
|
+
{
|
132
|
+
var ret = str;
|
133
|
+
|
134
|
+
while (ret.length < width) {
|
135
|
+
if (left)
|
136
|
+
ret += chr;
|
137
|
+
else
|
138
|
+
ret = chr + ret;
|
139
|
+
}
|
140
|
+
|
141
|
+
return (ret);
|
142
|
+
}
|
143
|
+
|
144
|
+
/*
|
145
|
+
* This function dumps long stack traces for exceptions having a cause() method.
|
146
|
+
* See node-verror for an example.
|
147
|
+
*/
|
148
|
+
function dumpException(ex)
|
149
|
+
{
|
150
|
+
var ret;
|
151
|
+
|
152
|
+
if (!(ex instanceof Error))
|
153
|
+
throw (new Error(jsSprintf('invalid type for %%r: %j', ex)));
|
154
|
+
|
155
|
+
/* Note that V8 prepends "ex.stack" with ex.toString(). */
|
156
|
+
ret = 'EXCEPTION: ' + ex.constructor.name + ': ' + ex.stack;
|
157
|
+
|
158
|
+
if (ex.cause && typeof (ex.cause) === 'function') {
|
159
|
+
var cex = ex.cause();
|
160
|
+
if (cex) {
|
161
|
+
ret += '\nCaused by: ' + dumpException(cex);
|
162
|
+
}
|
163
|
+
}
|
164
|
+
|
165
|
+
return (ret);
|
166
|
+
}
|
@@ -0,0 +1,48 @@
|
|
1
|
+
{
|
2
|
+
"_from": "extsprintf@1.0.2",
|
3
|
+
"_id": "extsprintf@1.0.2",
|
4
|
+
"_location": "/extsprintf",
|
5
|
+
"_npmUser": {
|
6
|
+
"email": "dap@cs.brown.edu",
|
7
|
+
"name": "dap"
|
8
|
+
},
|
9
|
+
"_npmVersion": "1.1.65",
|
10
|
+
"_phantomChildren": {},
|
11
|
+
"_requiredBy": [
|
12
|
+
"/jsprim",
|
13
|
+
"/verror"
|
14
|
+
],
|
15
|
+
"_resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz",
|
16
|
+
"_shasum": "e1080e0658e300b06294990cc70e1502235fd550",
|
17
|
+
"bugs": {
|
18
|
+
"url": "https://github.com/davepacheco/node-extsprintf/issues"
|
19
|
+
},
|
20
|
+
"dependencies": {},
|
21
|
+
"description": "extended POSIX-style sprintf",
|
22
|
+
"devDependencies": {},
|
23
|
+
"directories": {},
|
24
|
+
"dist": {
|
25
|
+
"shasum": "e1080e0658e300b06294990cc70e1502235fd550",
|
26
|
+
"tarball": "http://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz"
|
27
|
+
},
|
28
|
+
"engines": [
|
29
|
+
"node >=0.6.0"
|
30
|
+
],
|
31
|
+
"homepage": "https://github.com/davepacheco/node-extsprintf",
|
32
|
+
"main": "./lib/extsprintf.js",
|
33
|
+
"maintainers": [
|
34
|
+
{
|
35
|
+
"name": "dap",
|
36
|
+
"email": "dap@cs.brown.edu"
|
37
|
+
}
|
38
|
+
],
|
39
|
+
"name": "extsprintf",
|
40
|
+
"optionalDependencies": {},
|
41
|
+
"readme": "ERROR: No README data found!",
|
42
|
+
"repository": {
|
43
|
+
"type": "git",
|
44
|
+
"url": "git://github.com/davepacheco/node-extsprintf.git"
|
45
|
+
},
|
46
|
+
"scripts": {},
|
47
|
+
"version": "1.0.2"
|
48
|
+
}
|
@@ -67,8 +67,7 @@
|
|
67
67
|
],
|
68
68
|
"name": "fstream",
|
69
69
|
"optionalDependencies": {},
|
70
|
-
"readme": "
|
71
|
-
"readmeFilename": "README.md",
|
70
|
+
"readme": "ERROR: No README data found!",
|
72
71
|
"repository": {
|
73
72
|
"type": "git",
|
74
73
|
"url": "git://github.com/isaacs/fstream.git"
|
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"balanced-match@^0.2.0",
|
5
|
-
"/Users/eshanker/Code/fsevents/node_modules/brace-expansion"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "balanced-match@>=0.2.0 <0.3.0",
|
2
|
+
"_from": "balanced-match@^0.2.0",
|
9
3
|
"_id": "balanced-match@0.2.1",
|
10
|
-
"
|
11
|
-
"_installable": true,
|
12
|
-
"_location": "/balanced-match",
|
4
|
+
"_location": "/fstream-ignore/minimatch/brace-expansion/balanced-match",
|
13
5
|
"_nodeVersion": "4.2.1",
|
14
6
|
"_npmUser": {
|
15
7
|
"email": "julian@juliangruber.com",
|
@@ -17,22 +9,11 @@
|
|
17
9
|
},
|
18
10
|
"_npmVersion": "2.14.7",
|
19
11
|
"_phantomChildren": {},
|
20
|
-
"_requested": {
|
21
|
-
"name": "balanced-match",
|
22
|
-
"raw": "balanced-match@^0.2.0",
|
23
|
-
"rawSpec": "^0.2.0",
|
24
|
-
"scope": null,
|
25
|
-
"spec": ">=0.2.0 <0.3.0",
|
26
|
-
"type": "range"
|
27
|
-
},
|
28
12
|
"_requiredBy": [
|
29
|
-
"/brace-expansion"
|
13
|
+
"/fstream-ignore/minimatch/brace-expansion"
|
30
14
|
],
|
31
15
|
"_resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.2.1.tgz",
|
32
16
|
"_shasum": "7bc658b4bed61eee424ad74f75f5c3e2c4df3cc7",
|
33
|
-
"_shrinkwrap": null,
|
34
|
-
"_spec": "balanced-match@^0.2.0",
|
35
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/brace-expansion",
|
36
17
|
"author": {
|
37
18
|
"email": "mail@juliangruber.com",
|
38
19
|
"name": "Julian Gruber",
|
@@ -70,6 +51,7 @@
|
|
70
51
|
],
|
71
52
|
"name": "balanced-match",
|
72
53
|
"optionalDependencies": {},
|
54
|
+
"readme": "ERROR: No README data found!",
|
73
55
|
"repository": {
|
74
56
|
"type": "git",
|
75
57
|
"url": "git://github.com/juliangruber/balanced-match.git"
|
@@ -1,37 +1,18 @@
|
|
1
1
|
{
|
2
|
-
"_args": [
|
3
|
-
[
|
4
|
-
"concat-map@0.0.1",
|
5
|
-
"/Users/eshanker/Code/fsevents/node_modules/brace-expansion"
|
6
|
-
]
|
7
|
-
],
|
8
2
|
"_from": "concat-map@0.0.1",
|
9
3
|
"_id": "concat-map@0.0.1",
|
10
|
-
"
|
11
|
-
"_installable": true,
|
12
|
-
"_location": "/concat-map",
|
4
|
+
"_location": "/fstream-ignore/minimatch/brace-expansion/concat-map",
|
13
5
|
"_npmUser": {
|
14
6
|
"email": "mail@substack.net",
|
15
7
|
"name": "substack"
|
16
8
|
},
|
17
9
|
"_npmVersion": "1.3.21",
|
18
10
|
"_phantomChildren": {},
|
19
|
-
"_requested": {
|
20
|
-
"name": "concat-map",
|
21
|
-
"raw": "concat-map@0.0.1",
|
22
|
-
"rawSpec": "0.0.1",
|
23
|
-
"scope": null,
|
24
|
-
"spec": "0.0.1",
|
25
|
-
"type": "version"
|
26
|
-
},
|
27
11
|
"_requiredBy": [
|
28
|
-
"/brace-expansion"
|
12
|
+
"/fstream-ignore/minimatch/brace-expansion"
|
29
13
|
],
|
30
14
|
"_resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
|
31
15
|
"_shasum": "d8a96bd77fd68df7793a73036a3ba0d5405d477b",
|
32
|
-
"_shrinkwrap": null,
|
33
|
-
"_spec": "concat-map@0.0.1",
|
34
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/brace-expansion",
|
35
16
|
"author": {
|
36
17
|
"email": "mail@substack.net",
|
37
18
|
"name": "James Halliday",
|
@@ -71,6 +52,7 @@
|
|
71
52
|
],
|
72
53
|
"name": "concat-map",
|
73
54
|
"optionalDependencies": {},
|
55
|
+
"readme": "ERROR: No README data found!",
|
74
56
|
"repository": {
|
75
57
|
"type": "git",
|
76
58
|
"url": "git://github.com/substack/node-concat-map.git"
|
@@ -1,15 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"brace-expansion@^1.0.0",
|
5
|
-
"/Users/eshanker/Code/fsevents/node_modules/rimraf/node_modules/minimatch"
|
6
|
-
]
|
7
|
-
],
|
8
|
-
"_from": "brace-expansion@>=1.0.0 <2.0.0",
|
2
|
+
"_from": "brace-expansion@^1.0.0",
|
9
3
|
"_id": "brace-expansion@1.1.1",
|
10
|
-
"
|
11
|
-
"_installable": true,
|
12
|
-
"_location": "/brace-expansion",
|
4
|
+
"_location": "/fstream-ignore/minimatch/brace-expansion",
|
13
5
|
"_nodeVersion": "0.10.36",
|
14
6
|
"_npmUser": {
|
15
7
|
"email": "julian@juliangruber.com",
|
@@ -17,23 +9,11 @@
|
|
17
9
|
},
|
18
10
|
"_npmVersion": "2.6.1",
|
19
11
|
"_phantomChildren": {},
|
20
|
-
"_requested": {
|
21
|
-
"name": "brace-expansion",
|
22
|
-
"raw": "brace-expansion@^1.0.0",
|
23
|
-
"rawSpec": "^1.0.0",
|
24
|
-
"scope": null,
|
25
|
-
"spec": ">=1.0.0 <2.0.0",
|
26
|
-
"type": "range"
|
27
|
-
},
|
28
12
|
"_requiredBy": [
|
29
|
-
"/fstream-ignore/minimatch"
|
30
|
-
"/rimraf/minimatch"
|
13
|
+
"/fstream-ignore/minimatch"
|
31
14
|
],
|
32
15
|
"_resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz",
|
33
16
|
"_shasum": "da5fb78aef4c44c9e4acf525064fb3208ebab045",
|
34
|
-
"_shrinkwrap": null,
|
35
|
-
"_spec": "brace-expansion@^1.0.0",
|
36
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/rimraf/node_modules/minimatch",
|
37
17
|
"author": {
|
38
18
|
"email": "mail@juliangruber.com",
|
39
19
|
"name": "Julian Gruber",
|
@@ -72,6 +52,7 @@
|
|
72
52
|
],
|
73
53
|
"name": "brace-expansion",
|
74
54
|
"optionalDependencies": {},
|
55
|
+
"readme": "ERROR: No README data found!",
|
75
56
|
"repository": {
|
76
57
|
"type": "git",
|
77
58
|
"url": "git://github.com/juliangruber/brace-expansion.git"
|
@@ -1,18 +1,6 @@
|
|
1
1
|
{
|
2
|
-
"
|
3
|
-
[
|
4
|
-
"minimatch@2 || 3",
|
5
|
-
"/Users/eshanker/Code/fsevents/node_modules/rimraf/node_modules/glob"
|
6
|
-
],
|
7
|
-
[
|
8
|
-
"minimatch@^3.0.0",
|
9
|
-
"/Users/eshanker/Code/fsevents/node_modules/fstream-ignore"
|
10
|
-
]
|
11
|
-
],
|
12
|
-
"_from": "minimatch@>=3.0.0 <4.0.0",
|
2
|
+
"_from": "minimatch@^3.0.0",
|
13
3
|
"_id": "minimatch@3.0.0",
|
14
|
-
"_inCache": true,
|
15
|
-
"_installable": true,
|
16
4
|
"_location": "/fstream-ignore/minimatch",
|
17
5
|
"_nodeVersion": "4.0.0",
|
18
6
|
"_npmUser": {
|
@@ -21,20 +9,11 @@
|
|
21
9
|
},
|
22
10
|
"_npmVersion": "3.3.2",
|
23
11
|
"_phantomChildren": {},
|
24
|
-
"_requested": {
|
25
|
-
"name": "minimatch",
|
26
|
-
"raw": "minimatch@^3.0.0",
|
27
|
-
"rawSpec": "^3.0.0",
|
28
|
-
"scope": null,
|
29
|
-
"spec": ">=3.0.0 <4.0.0",
|
30
|
-
"type": "range"
|
31
|
-
},
|
32
12
|
"_requiredBy": [
|
33
13
|
"/fstream-ignore"
|
34
14
|
],
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"_where": "/Users/eshanker/Code/fsevents/node_modules/fstream-ignore",
|
15
|
+
"_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz",
|
16
|
+
"_shasum": "5236157a51e4f004c177fb3c527ff7dd78f0ef83",
|
38
17
|
"author": {
|
39
18
|
"email": "i@izs.me",
|
40
19
|
"name": "Isaac Z. Schlueter",
|
@@ -74,6 +53,7 @@
|
|
74
53
|
],
|
75
54
|
"name": "minimatch",
|
76
55
|
"optionalDependencies": {},
|
56
|
+
"readme": "ERROR: No README data found!",
|
77
57
|
"repository": {
|
78
58
|
"type": "git",
|
79
59
|
"url": "git://github.com/isaacs/minimatch.git"
|
@@ -54,8 +54,7 @@
|
|
54
54
|
],
|
55
55
|
"name": "fstream-ignore",
|
56
56
|
"optionalDependencies": {},
|
57
|
-
"readme": "
|
58
|
-
"readmeFilename": "README.md",
|
57
|
+
"readme": "ERROR: No README data found!",
|
59
58
|
"repository": {
|
60
59
|
"type": "git",
|
61
60
|
"url": "git://github.com/isaacs/fstream-ignore.git"
|
@@ -54,8 +54,7 @@
|
|
54
54
|
],
|
55
55
|
"name": "gauge",
|
56
56
|
"optionalDependencies": {},
|
57
|
-
"readme": "
|
58
|
-
"readmeFilename": "README.md",
|
57
|
+
"readme": "ERROR: No README data found!",
|
59
58
|
"repository": {
|
60
59
|
"type": "git",
|
61
60
|
"url": "git+https://github.com/iarna/gauge.git"
|