fsevents 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fsevents might be problematic. Click here for more details.
- package/node_modules/ansi/History.md +7 -0
- package/node_modules/ansi/LICENSE +24 -0
- package/node_modules/ansi/lib/ansi.js +2 -2
- package/node_modules/ansi/package.json +15 -10
- package/node_modules/ansi-regex/package.json +1 -0
- package/node_modules/ansi-styles/package.json +1 -0
- package/node_modules/are-we-there-yet/.npmignore +2 -0
- package/node_modules/are-we-there-yet/index.js +20 -18
- package/node_modules/are-we-there-yet/package.json +15 -13
- package/node_modules/asn1/package.json +3 -1
- package/node_modules/assert-plus/README.md +50 -21
- package/node_modules/assert-plus/assert.js +168 -207
- package/node_modules/assert-plus/package.json +55 -15
- package/node_modules/async/README.md +86 -4
- package/node_modules/async/dist/async.js +4 -3
- package/node_modules/async/dist/async.min.js +1 -1
- package/node_modules/async/lib/async.js +4 -3
- package/node_modules/async/package.json +10 -10
- package/node_modules/aws-sign2/package.json +1 -0
- package/node_modules/aws4/.npmignore +3 -0
- package/node_modules/aws4/.tern-port +1 -0
- package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match → aws4}/.travis.yml +2 -0
- package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/LICENSE.md → aws4/LICENSE} +1 -3
- package/node_modules/aws4/README.md +510 -0
- package/node_modules/aws4/aws4.js +313 -0
- package/node_modules/aws4/example.js +372 -0
- package/node_modules/aws4/node_modules/lru-cache/.npmignore +1 -0
- package/node_modules/aws4/node_modules/lru-cache/.travis.yml +8 -0
- package/node_modules/aws4/node_modules/lru-cache/CONTRIBUTORS +14 -0
- package/node_modules/aws4/node_modules/lru-cache/README.md +137 -0
- package/node_modules/aws4/node_modules/lru-cache/lib/lru-cache.js +334 -0
- package/node_modules/aws4/node_modules/lru-cache/package.json +66 -0
- package/node_modules/aws4/node_modules/lru-cache/test/basic.js +396 -0
- package/node_modules/aws4/node_modules/lru-cache/test/foreach.js +120 -0
- package/node_modules/aws4/node_modules/lru-cache/test/memory-leak.js +51 -0
- package/node_modules/aws4/node_modules/lru-cache/test/serialize.js +216 -0
- package/node_modules/aws4/package.json +113 -0
- package/node_modules/bl/.travis.yml +5 -6
- package/node_modules/bl/bl.js +5 -0
- package/node_modules/bl/package.json +16 -13
- package/node_modules/bl/test/test.js +554 -6
- package/node_modules/block-stream/package.json +1 -0
- package/node_modules/boom/package.json +1 -0
- package/node_modules/caseless/package.json +1 -0
- package/node_modules/chalk/package.json +1 -0
- package/node_modules/combined-stream/package.json +1 -0
- package/node_modules/commander/package.json +1 -0
- package/node_modules/core-util-is/package.json +2 -2
- package/node_modules/cryptiles/package.json +1 -0
- package/node_modules/dashdash/README.md +70 -7
- package/node_modules/dashdash/etc/dashdash.bash_completion.in +388 -0
- package/node_modules/dashdash/lib/dashdash.js +202 -2
- package/node_modules/dashdash/package.json +12 -9
- package/node_modules/debug/.jshintrc +3 -0
- package/node_modules/debug/.npmignore +6 -0
- package/node_modules/debug/History.md +195 -0
- package/node_modules/debug/Makefile +36 -0
- package/node_modules/debug/Readme.md +86 -13
- package/node_modules/debug/bower.json +28 -0
- package/node_modules/debug/browser.js +168 -0
- package/node_modules/debug/component.json +19 -0
- package/node_modules/debug/debug.js +132 -72
- package/node_modules/debug/node.js +209 -0
- package/node_modules/debug/package.json +32 -22
- package/node_modules/deep-extend/README.md +51 -50
- package/node_modules/deep-extend/package.json +14 -16
- package/node_modules/delayed-stream/package.json +1 -0
- package/node_modules/delegates/History.md +6 -0
- package/node_modules/delegates/License +20 -0
- package/node_modules/delegates/package.json +17 -13
- package/node_modules/ecc-jsbn/package.json +3 -1
- package/node_modules/escape-string-regexp/package.json +2 -2
- package/node_modules/extend/package.json +1 -0
- package/node_modules/extsprintf/package.json +4 -2
- package/node_modules/forever-agent/package.json +1 -0
- package/node_modules/form-data/package.json +1 -0
- package/node_modules/fstream/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/node_modules/brace-expansion/package.json +1 -0
- package/node_modules/fstream-ignore/node_modules/minimatch/package.json +1 -0
- package/node_modules/fstream-ignore/package.json +3 -1
- package/node_modules/gauge/package.json +14 -12
- package/node_modules/gauge/progress-bar.js +4 -5
- package/node_modules/gauge/test/progress-bar.js +1 -1
- package/node_modules/generate-function/package.json +1 -0
- package/node_modules/generate-object-property/package.json +1 -0
- package/node_modules/graceful-fs/README.md +17 -0
- package/node_modules/graceful-fs/graceful-fs.js +2 -0
- package/node_modules/graceful-fs/package.json +16 -11
- package/node_modules/graceful-readlink/package.json +1 -0
- package/node_modules/har-validator/README.md +45 -122
- package/node_modules/har-validator/package.json +16 -16
- package/node_modules/has-ansi/package.json +1 -0
- package/node_modules/has-unicode/README.md +6 -3
- package/node_modules/has-unicode/index.js +7 -3
- package/node_modules/has-unicode/package.json +15 -13
- package/node_modules/has-unicode/test/index.js +1 -1
- package/node_modules/hawk/README.md +634 -634
- package/node_modules/hawk/bower.json +24 -24
- package/node_modules/hawk/component.json +18 -18
- package/node_modules/hawk/dist/client.js +343 -340
- package/node_modules/hawk/example/usage.js +78 -78
- package/node_modules/hawk/lib/browser.js +637 -637
- package/node_modules/hawk/lib/client.js +369 -369
- package/node_modules/hawk/lib/crypto.js +126 -126
- package/node_modules/hawk/lib/index.js +15 -15
- package/node_modules/hawk/lib/server.js +548 -540
- package/node_modules/hawk/lib/utils.js +184 -164
- package/node_modules/hawk/package.json +9 -8
- package/node_modules/hawk/test/browser.js +1492 -1492
- package/node_modules/hawk/test/client.js +440 -440
- package/node_modules/hawk/test/crypto.js +70 -70
- package/node_modules/hawk/test/index.js +378 -378
- package/node_modules/hawk/test/readme.js +95 -95
- package/node_modules/hawk/test/server.js +1329 -1302
- package/node_modules/hawk/test/uri.js +838 -838
- package/node_modules/hawk/test/utils.js +149 -121
- package/node_modules/hoek/package.json +1 -0
- package/node_modules/http-signature/CHANGES.md +7 -0
- package/node_modules/http-signature/http_signing.md +71 -3
- package/node_modules/http-signature/lib/signer.js +5 -0
- package/node_modules/http-signature/package.json +13 -11
- package/node_modules/ini/package.json +3 -1
- package/node_modules/is-my-json-valid/formats.js +1 -1
- package/node_modules/is-my-json-valid/package.json +11 -10
- package/node_modules/is-property/package.json +1 -0
- package/node_modules/is-typedarray/package.json +3 -1
- package/node_modules/isarray/package.json +2 -2
- package/node_modules/isstream/package.json +1 -0
- package/node_modules/jodid25519/package.json +3 -1
- package/node_modules/jsbn/package.json +3 -1
- package/node_modules/json-schema/package.json +2 -1
- package/node_modules/json-stringify-safe/package.json +1 -0
- package/node_modules/jsonpointer/package.json +1 -0
- package/node_modules/jsprim/package.json +3 -1
- package/node_modules/lodash._basetostring/package.json +4 -4
- package/node_modules/lodash._createpadding/package.json +3 -2
- package/node_modules/lodash._root/LICENSE +22 -0
- package/node_modules/lodash._root/README.md +18 -0
- package/node_modules/lodash._root/index.js +53 -0
- package/node_modules/lodash._root/package.json +77 -0
- package/node_modules/lodash.pad/LICENSE +2 -2
- package/node_modules/lodash.pad/README.md +4 -6
- package/node_modules/lodash.pad/index.js +347 -15
- package/node_modules/lodash.pad/package.json +20 -34
- package/node_modules/lodash.padleft/package.json +3 -1
- package/node_modules/lodash.padright/package.json +3 -1
- package/node_modules/lodash.repeat/LICENSE +2 -2
- package/node_modules/lodash.repeat/README.md +4 -6
- package/node_modules/lodash.repeat/index.js +262 -11
- package/node_modules/lodash.repeat/package.json +21 -34
- package/node_modules/mime-db/package.json +2 -2
- package/node_modules/mime-types/package.json +2 -2
- package/node_modules/ms/.npmignore +5 -0
- package/node_modules/{deep-extend → ms}/LICENSE +2 -2
- package/node_modules/ms/README.md +35 -0
- package/node_modules/ms/index.js +125 -0
- package/node_modules/ms/package.json +56 -0
- package/node_modules/node-pre-gyp/CHANGELOG.md +8 -0
- package/node_modules/node-pre-gyp/LICENSE +27 -0
- package/node_modules/node-pre-gyp/lib/util/abi_crosswalk.json +36 -0
- package/node_modules/node-pre-gyp/package.json +23 -22
- package/node_modules/node-uuid/package.json +1 -0
- package/node_modules/npmlog/package.json +18 -16
- package/node_modules/oauth-sign/index.js +2 -0
- package/node_modules/oauth-sign/package.json +10 -9
- package/node_modules/once/README.md +18 -0
- package/node_modules/once/once.js +8 -6
- package/node_modules/once/package.json +20 -12
- package/node_modules/pinkie/index.js +3 -3
- package/node_modules/pinkie/package.json +10 -9
- package/node_modules/pinkie/readme.md +1 -1
- package/node_modules/pinkie-promise/package.json +1 -0
- package/node_modules/process-nextick-args/package.json +2 -2
- package/node_modules/qs/.eslintrc +17 -0
- package/node_modules/qs/.travis.yml +66 -5
- package/node_modules/qs/CHANGELOG.md +86 -75
- package/node_modules/qs/README.md +85 -81
- package/node_modules/qs/bower.json +1 -1
- package/node_modules/qs/component.json +1 -1
- package/node_modules/qs/dist/qs.js +108 -177
- package/node_modules/qs/lib/index.js +1 -7
- package/node_modules/qs/lib/parse.js +26 -49
- package/node_modules/qs/lib/stringify.js +22 -46
- package/node_modules/qs/lib/utils.js +45 -73
- package/node_modules/qs/package.json +51 -28
- package/node_modules/qs/test/index.js +5 -0
- package/node_modules/qs/test/parse.js +236 -321
- package/node_modules/qs/test/stringify.js +139 -197
- package/node_modules/qs/test/utils.js +6 -25
- package/node_modules/rc/node_modules/minimist/package.json +1 -0
- package/node_modules/rc/package.json +1 -0
- package/node_modules/readable-stream/package.json +1 -0
- package/node_modules/request/CHANGELOG.md +16 -1
- package/node_modules/request/README.md +1 -1
- package/node_modules/request/lib/har.js +3 -2
- package/node_modules/request/lib/multipart.js +3 -0
- package/node_modules/request/lib/tunnel.js +0 -2
- package/node_modules/request/package.json +20 -17
- package/node_modules/request/request.js +50 -26
- package/node_modules/rimraf/README.md +1 -1
- package/node_modules/rimraf/node_modules/glob/README.md +2 -2
- package/node_modules/rimraf/node_modules/glob/glob.js +14 -1
- package/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +2 -1
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json +1 -0
- package/node_modules/rimraf/node_modules/glob/package.json +11 -11
- package/node_modules/rimraf/package.json +13 -12
- package/node_modules/semver/package.json +3 -1
- package/node_modules/sntp/package.json +1 -0
- package/node_modules/sshpk/.npmignore +1 -0
- package/node_modules/sshpk/bin/sshpk-sign +176 -0
- package/node_modules/sshpk/bin/sshpk-verify +166 -0
- package/node_modules/sshpk/lib/ed-compat.js +2 -0
- package/node_modules/sshpk/lib/key.js +6 -0
- package/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
- package/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
- package/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
- package/node_modules/sshpk/package.json +18 -9
- package/node_modules/string_decoder/package.json +2 -2
- package/node_modules/stringstream/package.json +1 -0
- package/node_modules/strip-ansi/package.json +1 -0
- package/node_modules/strip-json-comments/package.json +1 -0
- package/node_modules/supports-color/package.json +1 -0
- package/node_modules/tar/package.json +1 -0
- package/node_modules/tar-pack/README.md +2 -2
- package/node_modules/tar-pack/package.json +25 -26
- package/node_modules/tough-cookie/package.json +1 -0
- package/node_modules/tunnel-agent/package.json +1 -0
- package/node_modules/tweetnacl/README.md +1 -1
- package/node_modules/tweetnacl/package.json +13 -11
- package/node_modules/uid-number/package.json +14 -13
- package/node_modules/uid-number/uid-number.js +9 -4
- package/node_modules/util-deprecate/package.json +2 -2
- package/node_modules/verror/package.json +1 -0
- package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy → wrappy}/package.json +3 -2
- package/node_modules/xtend/package.json +1 -0
- package/package.json +2 -2
- package/node_modules/are-we-there-yet/README.md~ +0 -183
- package/node_modules/bl/test/basic-test.js +0 -541
- package/node_modules/bl/test/sauce.js +0 -38
- package/node_modules/debug/index.js +0 -5
- package/node_modules/debug/lib/debug.js +0 -147
- package/node_modules/deep-extend/test/index.spec.js +0 -220
- package/node_modules/deep-extend/test/mocha.opts +0 -1
- package/node_modules/gauge/README.md~ +0 -161
- package/node_modules/has-unicode/README.md~ +0 -4
- package/node_modules/once/LICENSE +0 -27
- package/node_modules/once/test/once.js +0 -18
- package/node_modules/sshpk/node_modules/assert-plus/README.md +0 -155
- package/node_modules/sshpk/node_modules/assert-plus/assert.js +0 -206
- package/node_modules/sshpk/node_modules/assert-plus/package.json +0 -88
- package/node_modules/tar-pack/node_modules/rimraf/README.md +0 -43
- package/node_modules/tar-pack/node_modules/rimraf/bin.js +0 -40
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/README.md +0 -359
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/common.js +0 -226
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/glob.js +0 -752
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/.eslintrc +0 -17
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/README.md +0 -37
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/inflight.js +0 -44
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy/package.json +0 -58
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/package.json +0 -67
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/test.js +0 -97
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/LICENSE +0 -16
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/README.md +0 -42
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits.js +0 -1
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/inherits_browser.js +0 -23
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/package.json +0 -58
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inherits/test.js +0 -25
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/README.md +0 -216
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/minimatch.js +0 -912
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/.npmignore +0 -3
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/README.md +0 -122
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/example.js +0 -8
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/index.js +0 -191
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/.npmignore +0 -2
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/Makefile +0 -6
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/README.md +0 -89
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/example.js +0 -5
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/index.js +0 -50
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/balanced-match/package.json +0 -79
- 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 +0 -84
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/.travis.yml +0 -4
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/LICENSE +0 -18
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/README.markdown +0 -62
- 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 +0 -6
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/index.js +0 -13
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/node_modules/concat-map/package.json +0 -90
- 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 +0 -39
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json +0 -81
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json +0 -66
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/README.md +0 -51
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/LICENSE +0 -15
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/README.md +0 -36
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/test/basic.js +0 -51
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/node_modules/wrappy/wrappy.js +0 -33
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/once.js +0 -21
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/once/package.json +0 -70
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/index.js +0 -20
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/package.json +0 -78
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/node_modules/path-is-absolute/readme.md +0 -51
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/package.json +0 -79
- package/node_modules/tar-pack/node_modules/rimraf/node_modules/glob/sync.js +0 -460
- package/node_modules/tar-pack/node_modules/rimraf/package.json +0 -69
- package/node_modules/tar-pack/node_modules/rimraf/rimraf.js +0 -333
- package/node_modules/uid-number/LICENCE +0 -25
- /package/node_modules/{sshpk/node_modules/assert-plus → assert-plus}/AUTHORS +0 -0
- /package/node_modules/{sshpk/node_modules/assert-plus → assert-plus}/CHANGES.md +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf → aws4/node_modules/lru-cache}/LICENSE +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight → uid-number}/LICENSE +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/LICENSE +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/README.md +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/test/basic.js +0 -0
- /package/node_modules/{tar-pack/node_modules/rimraf/node_modules/glob/node_modules/inflight/node_modules/wrappy → wrappy}/wrappy.js +0 -0
@@ -0,0 +1,14 @@
|
|
1
|
+
# Authors, sorted by whether or not they are me
|
2
|
+
Isaac Z. Schlueter <i@izs.me>
|
3
|
+
Brian Cottingham <spiffytech@gmail.com>
|
4
|
+
Carlos Brito Lage <carlos@carloslage.net>
|
5
|
+
Jesse Dailey <jesse.dailey@gmail.com>
|
6
|
+
Kevin O'Hara <kevinohara80@gmail.com>
|
7
|
+
Marco Rogers <marco.rogers@gmail.com>
|
8
|
+
Mark Cavage <mcavage@gmail.com>
|
9
|
+
Marko Mikulicic <marko.mikulicic@isti.cnr.it>
|
10
|
+
Nathan Rajlich <nathan@tootallnate.net>
|
11
|
+
Satheesh Natesan <snateshan@myspace-inc.com>
|
12
|
+
Trent Mick <trentm@gmail.com>
|
13
|
+
ashleybrener <ashley@starlogik.com>
|
14
|
+
n4kz <n4kz@n4kz.com>
|
@@ -0,0 +1,137 @@
|
|
1
|
+
# lru cache
|
2
|
+
|
3
|
+
A cache object that deletes the least-recently-used items.
|
4
|
+
|
5
|
+
## Usage:
|
6
|
+
|
7
|
+
```javascript
|
8
|
+
var LRU = require("lru-cache")
|
9
|
+
, options = { max: 500
|
10
|
+
, length: function (n) { return n * 2 }
|
11
|
+
, dispose: function (key, n) { n.close() }
|
12
|
+
, maxAge: 1000 * 60 * 60 }
|
13
|
+
, cache = LRU(options)
|
14
|
+
, otherCache = LRU(50) // sets just the max size
|
15
|
+
|
16
|
+
cache.set("key", "value")
|
17
|
+
cache.get("key") // "value"
|
18
|
+
|
19
|
+
cache.reset() // empty the cache
|
20
|
+
```
|
21
|
+
|
22
|
+
If you put more stuff in it, then items will fall out.
|
23
|
+
|
24
|
+
If you try to put an oversized thing in it, then it'll fall out right
|
25
|
+
away.
|
26
|
+
|
27
|
+
## Keys should always be Strings or Numbers
|
28
|
+
|
29
|
+
Note: this module will print warnings to `console.error` if you use a
|
30
|
+
key that is not a String or Number. Because items are stored in an
|
31
|
+
object, which coerces keys to a string, it won't go well for you if
|
32
|
+
you try to use a key that is not a unique string, it'll cause surprise
|
33
|
+
collisions. For example:
|
34
|
+
|
35
|
+
```JavaScript
|
36
|
+
// Bad Example! Dont' do this!
|
37
|
+
var cache = LRU()
|
38
|
+
var a = {}
|
39
|
+
var b = {}
|
40
|
+
cache.set(a, 'this is a')
|
41
|
+
cache.set(b, 'this is b')
|
42
|
+
console.log(cache.get(a)) // prints: 'this is b'
|
43
|
+
```
|
44
|
+
|
45
|
+
## Options
|
46
|
+
|
47
|
+
* `max` The maximum size of the cache, checked by applying the length
|
48
|
+
function to all values in the cache. Not setting this is kind of
|
49
|
+
silly, since that's the whole purpose of this lib, but it defaults
|
50
|
+
to `Infinity`.
|
51
|
+
* `maxAge` Maximum age in ms. Items are not pro-actively pruned out
|
52
|
+
as they age, but if you try to get an item that is too old, it'll
|
53
|
+
drop it and return undefined instead of giving it to you.
|
54
|
+
* `length` Function that is used to calculate the length of stored
|
55
|
+
items. If you're storing strings or buffers, then you probably want
|
56
|
+
to do something like `function(n){return n.length}`. The default is
|
57
|
+
`function(n){return 1}`, which is fine if you want to store `max`
|
58
|
+
like-sized things.
|
59
|
+
* `dispose` Function that is called on items when they are dropped
|
60
|
+
from the cache. This can be handy if you want to close file
|
61
|
+
descriptors or do other cleanup tasks when items are no longer
|
62
|
+
accessible. Called with `key, value`. It's called *before*
|
63
|
+
actually removing the item from the internal cache, so if you want
|
64
|
+
to immediately put it back in, you'll have to do that in a
|
65
|
+
`nextTick` or `setTimeout` callback or it won't do anything.
|
66
|
+
* `stale` By default, if you set a `maxAge`, it'll only actually pull
|
67
|
+
stale items out of the cache when you `get(key)`. (That is, it's
|
68
|
+
not pre-emptively doing a `setTimeout` or anything.) If you set
|
69
|
+
`stale:true`, it'll return the stale value before deleting it. If
|
70
|
+
you don't set this, then it'll return `undefined` when you try to
|
71
|
+
get a stale entry, as if it had already been deleted.
|
72
|
+
|
73
|
+
## API
|
74
|
+
|
75
|
+
* `set(key, value, maxAge)`
|
76
|
+
* `get(key) => value`
|
77
|
+
|
78
|
+
Both of these will update the "recently used"-ness of the key.
|
79
|
+
They do what you think. `max` is optional and overrides the
|
80
|
+
cache `max` option if provided.
|
81
|
+
|
82
|
+
* `peek(key)`
|
83
|
+
|
84
|
+
Returns the key value (or `undefined` if not found) without
|
85
|
+
updating the "recently used"-ness of the key.
|
86
|
+
|
87
|
+
(If you find yourself using this a lot, you *might* be using the
|
88
|
+
wrong sort of data structure, but there are some use cases where
|
89
|
+
it's handy.)
|
90
|
+
|
91
|
+
* `del(key)`
|
92
|
+
|
93
|
+
Deletes a key out of the cache.
|
94
|
+
|
95
|
+
* `reset()`
|
96
|
+
|
97
|
+
Clear the cache entirely, throwing away all values.
|
98
|
+
|
99
|
+
* `has(key)`
|
100
|
+
|
101
|
+
Check if a key is in the cache, without updating the recent-ness
|
102
|
+
or deleting it for being stale.
|
103
|
+
|
104
|
+
* `forEach(function(value,key,cache), [thisp])`
|
105
|
+
|
106
|
+
Just like `Array.prototype.forEach`. Iterates over all the keys
|
107
|
+
in the cache, in order of recent-ness. (Ie, more recently used
|
108
|
+
items are iterated over first.)
|
109
|
+
|
110
|
+
* `keys()`
|
111
|
+
|
112
|
+
Return an array of the keys in the cache.
|
113
|
+
|
114
|
+
* `values()`
|
115
|
+
|
116
|
+
Return an array of the values in the cache.
|
117
|
+
|
118
|
+
* `length()`
|
119
|
+
|
120
|
+
Return total length of objects in cache taking into account
|
121
|
+
`length` options function.
|
122
|
+
|
123
|
+
* `itemCount`
|
124
|
+
|
125
|
+
Return total quantity of objects currently in cache. Note, that
|
126
|
+
`stale` (see options) items are returned as part of this item
|
127
|
+
count.
|
128
|
+
|
129
|
+
* `dump()`
|
130
|
+
|
131
|
+
Return an array of the cache entries ready for serialization and usage
|
132
|
+
with 'destinationCache.load(arr)`.
|
133
|
+
|
134
|
+
* `load(cacheEntriesArray)`
|
135
|
+
|
136
|
+
Loads another cache entries array, obtained with `sourceCache.dump()`,
|
137
|
+
into the cache. The destination cache is reset before loading new entries
|
@@ -0,0 +1,334 @@
|
|
1
|
+
;(function () { // closure for web browsers
|
2
|
+
|
3
|
+
if (typeof module === 'object' && module.exports) {
|
4
|
+
module.exports = LRUCache
|
5
|
+
} else {
|
6
|
+
// just set the global for non-node platforms.
|
7
|
+
this.LRUCache = LRUCache
|
8
|
+
}
|
9
|
+
|
10
|
+
function hOP (obj, key) {
|
11
|
+
return Object.prototype.hasOwnProperty.call(obj, key)
|
12
|
+
}
|
13
|
+
|
14
|
+
function naiveLength () { return 1 }
|
15
|
+
|
16
|
+
var didTypeWarning = false
|
17
|
+
function typeCheckKey(key) {
|
18
|
+
if (!didTypeWarning && typeof key !== 'string' && typeof key !== 'number') {
|
19
|
+
didTypeWarning = true
|
20
|
+
console.error(new TypeError("LRU: key must be a string or number. Almost certainly a bug! " + typeof key).stack)
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
function LRUCache (options) {
|
25
|
+
if (!(this instanceof LRUCache))
|
26
|
+
return new LRUCache(options)
|
27
|
+
|
28
|
+
if (typeof options === 'number')
|
29
|
+
options = { max: options }
|
30
|
+
|
31
|
+
if (!options)
|
32
|
+
options = {}
|
33
|
+
|
34
|
+
this._max = options.max
|
35
|
+
// Kind of weird to have a default max of Infinity, but oh well.
|
36
|
+
if (!this._max || !(typeof this._max === "number") || this._max <= 0 )
|
37
|
+
this._max = Infinity
|
38
|
+
|
39
|
+
this._lengthCalculator = options.length || naiveLength
|
40
|
+
if (typeof this._lengthCalculator !== "function")
|
41
|
+
this._lengthCalculator = naiveLength
|
42
|
+
|
43
|
+
this._allowStale = options.stale || false
|
44
|
+
this._maxAge = options.maxAge || null
|
45
|
+
this._dispose = options.dispose
|
46
|
+
this.reset()
|
47
|
+
}
|
48
|
+
|
49
|
+
// resize the cache when the max changes.
|
50
|
+
Object.defineProperty(LRUCache.prototype, "max",
|
51
|
+
{ set : function (mL) {
|
52
|
+
if (!mL || !(typeof mL === "number") || mL <= 0 ) mL = Infinity
|
53
|
+
this._max = mL
|
54
|
+
if (this._length > this._max) trim(this)
|
55
|
+
}
|
56
|
+
, get : function () { return this._max }
|
57
|
+
, enumerable : true
|
58
|
+
})
|
59
|
+
|
60
|
+
// resize the cache when the lengthCalculator changes.
|
61
|
+
Object.defineProperty(LRUCache.prototype, "lengthCalculator",
|
62
|
+
{ set : function (lC) {
|
63
|
+
if (typeof lC !== "function") {
|
64
|
+
this._lengthCalculator = naiveLength
|
65
|
+
this._length = this._itemCount
|
66
|
+
for (var key in this._cache) {
|
67
|
+
this._cache[key].length = 1
|
68
|
+
}
|
69
|
+
} else {
|
70
|
+
this._lengthCalculator = lC
|
71
|
+
this._length = 0
|
72
|
+
for (var key in this._cache) {
|
73
|
+
this._cache[key].length = this._lengthCalculator(this._cache[key].value)
|
74
|
+
this._length += this._cache[key].length
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
if (this._length > this._max) trim(this)
|
79
|
+
}
|
80
|
+
, get : function () { return this._lengthCalculator }
|
81
|
+
, enumerable : true
|
82
|
+
})
|
83
|
+
|
84
|
+
Object.defineProperty(LRUCache.prototype, "length",
|
85
|
+
{ get : function () { return this._length }
|
86
|
+
, enumerable : true
|
87
|
+
})
|
88
|
+
|
89
|
+
|
90
|
+
Object.defineProperty(LRUCache.prototype, "itemCount",
|
91
|
+
{ get : function () { return this._itemCount }
|
92
|
+
, enumerable : true
|
93
|
+
})
|
94
|
+
|
95
|
+
LRUCache.prototype.forEach = function (fn, thisp) {
|
96
|
+
thisp = thisp || this
|
97
|
+
var i = 0
|
98
|
+
var itemCount = this._itemCount
|
99
|
+
|
100
|
+
for (var k = this._mru - 1; k >= 0 && i < itemCount; k--) if (this._lruList[k]) {
|
101
|
+
i++
|
102
|
+
var hit = this._lruList[k]
|
103
|
+
if (isStale(this, hit)) {
|
104
|
+
del(this, hit)
|
105
|
+
if (!this._allowStale) hit = undefined
|
106
|
+
}
|
107
|
+
if (hit) {
|
108
|
+
fn.call(thisp, hit.value, hit.key, this)
|
109
|
+
}
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
LRUCache.prototype.keys = function () {
|
114
|
+
var keys = new Array(this._itemCount)
|
115
|
+
var i = 0
|
116
|
+
for (var k = this._mru - 1; k >= 0 && i < this._itemCount; k--) if (this._lruList[k]) {
|
117
|
+
var hit = this._lruList[k]
|
118
|
+
keys[i++] = hit.key
|
119
|
+
}
|
120
|
+
return keys
|
121
|
+
}
|
122
|
+
|
123
|
+
LRUCache.prototype.values = function () {
|
124
|
+
var values = new Array(this._itemCount)
|
125
|
+
var i = 0
|
126
|
+
for (var k = this._mru - 1; k >= 0 && i < this._itemCount; k--) if (this._lruList[k]) {
|
127
|
+
var hit = this._lruList[k]
|
128
|
+
values[i++] = hit.value
|
129
|
+
}
|
130
|
+
return values
|
131
|
+
}
|
132
|
+
|
133
|
+
LRUCache.prototype.reset = function () {
|
134
|
+
if (this._dispose && this._cache) {
|
135
|
+
for (var k in this._cache) {
|
136
|
+
this._dispose(k, this._cache[k].value)
|
137
|
+
}
|
138
|
+
}
|
139
|
+
|
140
|
+
this._cache = Object.create(null) // hash of items by key
|
141
|
+
this._lruList = Object.create(null) // list of items in order of use recency
|
142
|
+
this._mru = 0 // most recently used
|
143
|
+
this._lru = 0 // least recently used
|
144
|
+
this._length = 0 // number of items in the list
|
145
|
+
this._itemCount = 0
|
146
|
+
}
|
147
|
+
|
148
|
+
LRUCache.prototype.dump = function () {
|
149
|
+
var arr = []
|
150
|
+
var i = 0
|
151
|
+
|
152
|
+
for (var k = this._mru - 1; k >= 0 && i < this._itemCount; k--) if (this._lruList[k]) {
|
153
|
+
var hit = this._lruList[k]
|
154
|
+
if (!isStale(this, hit)) {
|
155
|
+
//Do not store staled hits
|
156
|
+
++i
|
157
|
+
arr.push({
|
158
|
+
k: hit.key,
|
159
|
+
v: hit.value,
|
160
|
+
e: hit.now + (hit.maxAge || 0)
|
161
|
+
});
|
162
|
+
}
|
163
|
+
}
|
164
|
+
//arr has the most read first
|
165
|
+
return arr
|
166
|
+
}
|
167
|
+
|
168
|
+
LRUCache.prototype.dumpLru = function () {
|
169
|
+
return this._lruList
|
170
|
+
}
|
171
|
+
|
172
|
+
LRUCache.prototype.set = function (key, value, maxAge) {
|
173
|
+
maxAge = maxAge || this._maxAge
|
174
|
+
typeCheckKey(key)
|
175
|
+
|
176
|
+
var now = maxAge ? Date.now() : 0
|
177
|
+
var len = this._lengthCalculator(value)
|
178
|
+
|
179
|
+
if (hOP(this._cache, key)) {
|
180
|
+
if (len > this._max) {
|
181
|
+
del(this, this._cache[key])
|
182
|
+
return false
|
183
|
+
}
|
184
|
+
// dispose of the old one before overwriting
|
185
|
+
if (this._dispose)
|
186
|
+
this._dispose(key, this._cache[key].value)
|
187
|
+
|
188
|
+
this._cache[key].now = now
|
189
|
+
this._cache[key].maxAge = maxAge
|
190
|
+
this._cache[key].value = value
|
191
|
+
this._length += (len - this._cache[key].length)
|
192
|
+
this._cache[key].length = len
|
193
|
+
this.get(key)
|
194
|
+
|
195
|
+
if (this._length > this._max)
|
196
|
+
trim(this)
|
197
|
+
|
198
|
+
return true
|
199
|
+
}
|
200
|
+
|
201
|
+
var hit = new Entry(key, value, this._mru++, len, now, maxAge)
|
202
|
+
|
203
|
+
// oversized objects fall out of cache automatically.
|
204
|
+
if (hit.length > this._max) {
|
205
|
+
if (this._dispose) this._dispose(key, value)
|
206
|
+
return false
|
207
|
+
}
|
208
|
+
|
209
|
+
this._length += hit.length
|
210
|
+
this._lruList[hit.lu] = this._cache[key] = hit
|
211
|
+
this._itemCount ++
|
212
|
+
|
213
|
+
if (this._length > this._max)
|
214
|
+
trim(this)
|
215
|
+
|
216
|
+
return true
|
217
|
+
}
|
218
|
+
|
219
|
+
LRUCache.prototype.has = function (key) {
|
220
|
+
typeCheckKey(key)
|
221
|
+
if (!hOP(this._cache, key)) return false
|
222
|
+
var hit = this._cache[key]
|
223
|
+
if (isStale(this, hit)) {
|
224
|
+
return false
|
225
|
+
}
|
226
|
+
return true
|
227
|
+
}
|
228
|
+
|
229
|
+
LRUCache.prototype.get = function (key) {
|
230
|
+
typeCheckKey(key)
|
231
|
+
return get(this, key, true)
|
232
|
+
}
|
233
|
+
|
234
|
+
LRUCache.prototype.peek = function (key) {
|
235
|
+
typeCheckKey(key)
|
236
|
+
return get(this, key, false)
|
237
|
+
}
|
238
|
+
|
239
|
+
LRUCache.prototype.pop = function () {
|
240
|
+
var hit = this._lruList[this._lru]
|
241
|
+
del(this, hit)
|
242
|
+
return hit || null
|
243
|
+
}
|
244
|
+
|
245
|
+
LRUCache.prototype.del = function (key) {
|
246
|
+
typeCheckKey(key)
|
247
|
+
del(this, this._cache[key])
|
248
|
+
}
|
249
|
+
|
250
|
+
LRUCache.prototype.load = function (arr) {
|
251
|
+
//reset the cache
|
252
|
+
this.reset();
|
253
|
+
|
254
|
+
var now = Date.now()
|
255
|
+
//A previous serialized cache has the most recent items first
|
256
|
+
for (var l = arr.length - 1; l >= 0; l-- ) {
|
257
|
+
var hit = arr[l]
|
258
|
+
typeCheckKey(hit.k)
|
259
|
+
var expiresAt = hit.e || 0
|
260
|
+
if (expiresAt === 0) {
|
261
|
+
//the item was created without expiration in a non aged cache
|
262
|
+
this.set(hit.k, hit.v)
|
263
|
+
} else {
|
264
|
+
var maxAge = expiresAt - now
|
265
|
+
//dont add already expired items
|
266
|
+
if (maxAge > 0) this.set(hit.k, hit.v, maxAge)
|
267
|
+
}
|
268
|
+
}
|
269
|
+
}
|
270
|
+
|
271
|
+
function get (self, key, doUse) {
|
272
|
+
typeCheckKey(key)
|
273
|
+
var hit = self._cache[key]
|
274
|
+
if (hit) {
|
275
|
+
if (isStale(self, hit)) {
|
276
|
+
del(self, hit)
|
277
|
+
if (!self._allowStale) hit = undefined
|
278
|
+
} else {
|
279
|
+
if (doUse) use(self, hit)
|
280
|
+
}
|
281
|
+
if (hit) hit = hit.value
|
282
|
+
}
|
283
|
+
return hit
|
284
|
+
}
|
285
|
+
|
286
|
+
function isStale(self, hit) {
|
287
|
+
if (!hit || (!hit.maxAge && !self._maxAge)) return false
|
288
|
+
var stale = false;
|
289
|
+
var diff = Date.now() - hit.now
|
290
|
+
if (hit.maxAge) {
|
291
|
+
stale = diff > hit.maxAge
|
292
|
+
} else {
|
293
|
+
stale = self._maxAge && (diff > self._maxAge)
|
294
|
+
}
|
295
|
+
return stale;
|
296
|
+
}
|
297
|
+
|
298
|
+
function use (self, hit) {
|
299
|
+
shiftLU(self, hit)
|
300
|
+
hit.lu = self._mru ++
|
301
|
+
self._lruList[hit.lu] = hit
|
302
|
+
}
|
303
|
+
|
304
|
+
function trim (self) {
|
305
|
+
while (self._lru < self._mru && self._length > self._max)
|
306
|
+
del(self, self._lruList[self._lru])
|
307
|
+
}
|
308
|
+
|
309
|
+
function shiftLU (self, hit) {
|
310
|
+
delete self._lruList[ hit.lu ]
|
311
|
+
while (self._lru < self._mru && !self._lruList[self._lru]) self._lru ++
|
312
|
+
}
|
313
|
+
|
314
|
+
function del (self, hit) {
|
315
|
+
if (hit) {
|
316
|
+
if (self._dispose) self._dispose(hit.key, hit.value)
|
317
|
+
self._length -= hit.length
|
318
|
+
self._itemCount --
|
319
|
+
delete self._cache[ hit.key ]
|
320
|
+
shiftLU(self, hit)
|
321
|
+
}
|
322
|
+
}
|
323
|
+
|
324
|
+
// classy, since V8 prefers predictable objects.
|
325
|
+
function Entry (key, value, lu, length, now, maxAge) {
|
326
|
+
this.key = key
|
327
|
+
this.value = value
|
328
|
+
this.lu = lu
|
329
|
+
this.length = length
|
330
|
+
this.now = now
|
331
|
+
if (maxAge) this.maxAge = maxAge
|
332
|
+
}
|
333
|
+
|
334
|
+
})()
|
@@ -0,0 +1,66 @@
|
|
1
|
+
{
|
2
|
+
"_from": "lru-cache@^2.6.5",
|
3
|
+
"_id": "lru-cache@2.7.3",
|
4
|
+
"_location": "/aws4/lru-cache",
|
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
|
+
"/aws4"
|
14
|
+
],
|
15
|
+
"_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
|
16
|
+
"_shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
|
17
|
+
"_shrinkwrap": null,
|
18
|
+
"author": {
|
19
|
+
"email": "i@izs.me",
|
20
|
+
"name": "Isaac Z. Schlueter"
|
21
|
+
},
|
22
|
+
"bugs": {
|
23
|
+
"url": "https://github.com/isaacs/node-lru-cache/issues"
|
24
|
+
},
|
25
|
+
"dependencies": {},
|
26
|
+
"description": "A cache object that deletes the least-recently-used items.",
|
27
|
+
"devDependencies": {
|
28
|
+
"tap": "^1.2.0",
|
29
|
+
"weak": ""
|
30
|
+
},
|
31
|
+
"directories": {},
|
32
|
+
"dist": {
|
33
|
+
"shasum": "6d4524e8b955f95d4f5b58851ce21dd72fb4e952",
|
34
|
+
"tarball": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz"
|
35
|
+
},
|
36
|
+
"gitHead": "292048199f6d28b77fbe584279a1898e25e4c714",
|
37
|
+
"homepage": "https://github.com/isaacs/node-lru-cache#readme",
|
38
|
+
"keywords": [
|
39
|
+
"cache",
|
40
|
+
"lru",
|
41
|
+
"mru"
|
42
|
+
],
|
43
|
+
"license": "ISC",
|
44
|
+
"main": "lib/lru-cache.js",
|
45
|
+
"maintainers": [
|
46
|
+
{
|
47
|
+
"name": "isaacs",
|
48
|
+
"email": "isaacs@npmjs.com"
|
49
|
+
},
|
50
|
+
{
|
51
|
+
"name": "othiym23",
|
52
|
+
"email": "ogd@aoaioxxysz.net"
|
53
|
+
}
|
54
|
+
],
|
55
|
+
"name": "lru-cache",
|
56
|
+
"optionalDependencies": {},
|
57
|
+
"readme": "ERROR: No README data found!",
|
58
|
+
"repository": {
|
59
|
+
"type": "git",
|
60
|
+
"url": "git://github.com/isaacs/node-lru-cache.git"
|
61
|
+
},
|
62
|
+
"scripts": {
|
63
|
+
"test": "tap test --gc"
|
64
|
+
},
|
65
|
+
"version": "2.7.3"
|
66
|
+
}
|