Skip to content

Instantly share code, notes, and snippets.

@marijnh
Created September 5, 2012 09:16
Show Gist options
  • Save marijnh/3633900 to your computer and use it in GitHub Desktop.
Save marijnh/3633900 to your computer and use it in GitHub Desktop.
Failure to npm install js-yaml
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', 'js-yaml' ]
2 info using npm@1.1.59
3 info using node@v0.8.8
4 verbose read json /home/marijn/src/js/heckle/package.json
5 verbose read json /home/marijn/src/js/heckle/node_modules/rimraf/package.json
6 verbose read json /home/marijn/src/js/heckle/node_modules/dateformat/package.json
7 verbose read json /home/marijn/src/js/heckle/node_modules/marked/package.json
8 verbose from cache /home/marijn/src/js/heckle/package.json
9 verbose readDependencies using package.json deps
10 verbose cache add [ 'js-yaml@1.x.x', null ]
11 silly cache add name=undefined spec="js-yaml@1.x.x" args=["js-yaml@1.x.x",null]
12 verbose parsed url { pathname: 'js-yaml@1.x.x',
12 verbose parsed url path: 'js-yaml@1.x.x',
12 verbose parsed url href: 'js-yaml@1.x.x' }
13 silly cache add name="js-yaml" spec="1.x.x" args=["js-yaml","1.x.x"]
14 verbose parsed url { pathname: '1.x.x', path: '1.x.x', href: '1.x.x' }
15 verbose addNamed [ 'js-yaml', '1.x.x' ]
16 verbose addNamed [ null, '>=1.0.0- <2.0.0-' ]
17 silly lockFile f4743a9b-js-yaml-1-x-x js-yaml@1.x.x
18 verbose lock js-yaml@1.x.x /home/marijn/.npm/f4743a9b-js-yaml-1-x-x.lock
19 silly addNameRange { name: 'js-yaml', range: '>=1.0.0- <2.0.0-', hasData: false }
20 verbose url raw js-yaml
21 verbose url resolving [ 'https://registry.npmjs.org/', './js-yaml' ]
22 verbose url resolved https://registry.npmjs.org/js-yaml
23 info retry registry request attempt 1 at 11:17:13
24 verbose etag "6SNIPVQ77QPBBVP1M3W93O08G"
25 http GET https://registry.npmjs.org/js-yaml
26 http 304 https://registry.npmjs.org/js-yaml
27 silly registry.get cb [ 304,
27 silly registry.get { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)',
27 silly registry.get etag: '"6SNIPVQ77QPBBVP1M3W93O08G"',
27 silly registry.get date: 'Wed, 05 Sep 2012 09:17:14 GMT',
27 silly registry.get 'content-length': '0' } ]
28 verbose etag js-yaml from cache
29 silly addNameRange number 2 { name: 'js-yaml', range: '>=1.0.0- <2.0.0-', hasData: true }
30 silly addNameRange versions [ 'js-yaml',
30 silly addNameRange [ '0.2.0',
30 silly addNameRange '0.2.1',
30 silly addNameRange '0.2.2',
30 silly addNameRange '0.3.0',
30 silly addNameRange '0.3.1',
30 silly addNameRange '0.3.2',
30 silly addNameRange '0.3.3',
30 silly addNameRange '0.3.4',
30 silly addNameRange '0.3.5',
30 silly addNameRange '0.3.6',
30 silly addNameRange '0.3.7',
30 silly addNameRange '1.0.0',
30 silly addNameRange '1.0.1',
30 silly addNameRange '1.0.2' ] ]
31 verbose addNamed [ 'js-yaml', '1.0.2' ]
32 verbose addNamed [ '1.0.2', '1.0.2' ]
33 silly lockFile 1cdb4ffa-js-yaml-1-0-2 js-yaml@1.0.2
34 verbose lock js-yaml@1.0.2 /home/marijn/.npm/1cdb4ffa-js-yaml-1-0-2.lock
35 verbose read json /home/marijn/.npm/js-yaml/1.0.2/package/package.json
36 silly lockFile 1cdb4ffa-js-yaml-1-0-2 js-yaml@1.0.2
37 silly lockFile f4743a9b-js-yaml-1-x-x js-yaml@1.x.x
38 silly resolved [ { name: 'js-yaml',
38 silly resolved version: '1.0.2',
38 silly resolved description: 'YAML 1.1 Parser',
38 silly resolved keywords: [ 'yaml', 'parser', 'pyyaml' ],
38 silly resolved homepage: 'https://github.com/nodeca/js-yaml',
38 silly resolved author:
38 silly resolved { name: 'Aleksey V Zapparov',
38 silly resolved email: 'ixti@member.fsf.org',
38 silly resolved url: 'http://www.ixti.net/' },
38 silly resolved contributors: [ [Object] ],
38 silly resolved bugs: { url: 'https://github.com/nodeca/js-yaml/issues' },
38 silly resolved license:
38 silly resolved { type: 'MIT',
38 silly resolved url: 'https://github.com/nodeca/js-yaml/blob/master/LICENSE' },
38 silly resolved repository: { type: 'git', url: 'git://github.com/nodeca/js-yaml.git' },
38 silly resolved main: './index.js',
38 silly resolved bin: { 'js-yaml': 'bin/js-yaml.js' },
38 silly resolved scripts: { test: 'make test' },
38 silly resolved dependencies: { argparse: '~ 0.1.3' },
38 silly resolved devDependencies: { vows: '~ 0.6.0' },
38 silly resolved engines: { node: '>= 0.6.0' },
38 silly resolved readme: 'JS-YAML - YAML 1.1 parser for JavaScript\n========================================\n\n[![Build Status](https://secure.travis-ci.org/nodeca/js-yaml.png)](http://travis-ci.org/nodeca/js-yaml)\n\n[Online Demo](http://nodeca.github.com/js-yaml/)\n\nThis is a native port of [PyYAML](http://pyyaml.org/), the most advanced YAML parser.\nNow you can use all modern YAML feature right in JavaScript. Originally snapshoted\nversion - PyYAML 3.10 (2011-05-30).\n\n\n## Breaking changes in 0.3.x -> 1.0.x\n\n- `y`, `yes`, `n`, `no`, `on`, `off` are not converted to Booleans anymore.\n Decision to drop support of such "magic" was made after speaking with YAML\n core developers: from now on we try to keep as minimal subset of rules as\n possible to keep things obvious. Booleans are following YAML 1.2 core schema\n now: http://www.yaml.org/spec/1.2/spec.html#id2804923\n- `require(\'file.yml\')` now returns a single document (was array of documents)\n and throws an error when file contains multiple documents. That should improve\n switching between YAML <-> JSON. `require(\'file.json\')` will give the same\n result now.\n- `js-yaml.bin` become part of `js-yaml` again.\n\n\n## Installation\n\n### YAML module for node.js\n\n```\nnpm install js-yaml\n```\n\n\n### CLI executable\n\nIf you want to inspect your YAML files from CLI, install js-yaml globally:\n\n```\nnpm install js-yaml -g\n```\n\n##### Usage\n\n usage: js-yaml [-h] [-v] [-c] [-j] [-t] file\n\n Positional arguments:\n file File with YAML document(s)\n\n Optional arguments:\n -h, --help Show this help message and exit.\n -v, --version Show program\'s version number and exit.\n -c, --compact Display errors in compact mode\n -j, --to-json Output a non-funky boring JSON\n -t, --trace Show stack trace on error\n\n\n\n### bundled YAML library for browser\n\n``` html\n<script src="js-yaml.min.js"></script>\n<script type="text/javascript">\nvar doc = jsyaml.load(\'greeting: hello\\nname: world\');\n</script>\n```\n\nBrowser support is still buggy, and mostly done to run online demo. If you\ncan help to improve browser compatibility and AMD support - rise pull request.\n\n**Support of oldIEs** and some other prehistoric browsers is possible using\n[es5-shims](https://github.com/kriskowal/es5-shim). Just include shims before\njsyaml to use it with outdated browsers.\n\n\n## API\n\nJS-YAML automatically registers handlers for `.yml` and `.yaml` files. You can load them just with `require`.\nThat\'s mostly equivalent to calling loadAll() on file handler ang gathering all documents into array.\nJust with one string!\n\n``` javascript\nrequire(\'js-yaml\');\n\n// Get document, or throw exception on error\nvar doc = require(\'/home/ixti/example.yml\');\n\nconsole.log(doc);\n```\n\n\n### load (string|buffer|file\\_resource)\n\nParses source as single YAML document. Returns JS object or throws exception on error.\n\nThis function does NOT understands multi-doc sources, it throws exception on those.\n\n``` javascript\nvar yaml = require(\'js-yaml\');\n\n// pass the string\nfs.readFile(\'/home/ixti/example.yml\', \'utf8\', function (err, data) {\n if (err) {\n // handle error\n return;\n }\n try {\n console.log( yaml.load(data) );\n } catch(e) {\n console.log(e);\n }\n});\n```\n\n\n### loadAll (string|buffer|file\\_resource, iterator)\n\nSame as `Load`, but understands multi-doc sources and apply iterator to each document.\n\n``` javascript\nvar yaml = require(\'js-yaml\');\n\n// pass the string\nfs.readFile(\'/home/ixti/example.yml\', \'utf8\', function (err, data) {\n if (err) {\n // handle error\n return;\n }\n\n try {\n yaml.loadAll(data, function (doc) {\n console.log(doc);\n });\n } catch(e) {\n console.log(e);\n }\n});\n```\n\n\n### safeLoad (string|buffer|file\\_resource)\n\nSame as `load()` but uses _safe_ schema - only recommended tags of YAML\nspecification (no JavaScript-specific tags, e.g. `!!js/regexp`).\n\n\n### safeLoadAll (string|buffer|file\\_resource, iterator)\n\nSame as `loadAll()` but uses _safe_ schema - only recommended tags of YAML\nspecification (no JavaScript-specific tags, e.g. `!!js/regexp`).\n\n\n## JavaScript YAML tags scheme\n\nThe list of standard YAML tags and corresponding JavaScipt types. See also\n[YAML Tag Discussion](http://pyyaml.org/wiki/YAMLTagDiscussion) and [Yaml Types](http://yaml.org/type/).\n\n```\n!!null \'\' # null\n!!bool \'yes\' # bool\n!!int \'3...\' # number\n!!float \'3.14...\' # number\n!!binary \'...base64...\' # buffer\n!!timestamp \'YYYY-...\' # date\n!!omap [ ... ] # array of key-value pairs\n!!pairs [ ... ] # array or array pairs\n!!set { ... } # array of objects with given keys and null values\n!!str \'...\' # string\n!!seq [ ... ] # array\n!!map { ... } # object\n```\n\n**JavaScript-specific tags**\n\n```\n!!js/regexp /pattern/gim # RegExp\n!!js/undefined \'\' # Undefined\n!!js/function \'function () {...}\' # Function\n```\n\n### Caveats\n\nNote, that you use arrays or objects as key in JS-YAML. JS do not allows objects\nor array as keys, and stringifies them at the moment of adding them.\n\n``` yaml\n---\n? [ foo, bar ]\n: - baz\n? { foo: bar }\n: - baz\n - baz\n```\n\n=>\n\n``` javascript\n{ "": ["baz"], "[object Object]": ["baz", "baz"] }\n```\n\n## License\n\nView the [LICENSE](https://github.com/nodeca/js-yaml/blob/master/LICENSE) file (MIT).\n',
38 silly resolved _id: 'js-yaml@1.0.2',
38 silly resolved _from: 'js-yaml@1.x.x' } ]
39 info install js-yaml@1.0.2 into /home/marijn/src/js/heckle
40 info installOne js-yaml@1.0.2
41 verbose from cache /home/marijn/.npm/js-yaml/1.0.2/package/package.json
42 info /home/marijn/src/js/heckle/node_modules/js-yaml unbuild
43 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/package.json
44 verbose tar unpack /home/marijn/.npm/js-yaml/1.0.2/package.tgz
45 silly lockFile 3f03995e-c-js-heckle-node-modules-js-yaml /home/marijn/src/js/heckle/node_modules/js-yaml
46 verbose lock /home/marijn/src/js/heckle/node_modules/js-yaml /home/marijn/.npm/3f03995e-c-js-heckle-node-modules-js-yaml.lock
47 silly gunzTarPerm modes [ '777', '666' ]
48 silly gunzTarPerm extractEntry index.js
49 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
50 silly gunzTarPerm extractEntry LICENSE
51 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
52 silly gunzTarPerm extractEntry .jshintrc
53 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
54 silly gunzTarPerm extractEntry support/
55 silly gunzTarPerm modified mode [ 'support/', 493, 511 ]
56 silly gunzTarPerm extractEntry support/pyyaml-src/
57 silly gunzTarPerm modified mode [ 'support/pyyaml-src/', 493, 511 ]
58 silly gunzTarPerm extractEntry support/pyyaml-src/reader.py
59 silly gunzTarPerm modified mode [ 'support/pyyaml-src/reader.py', 420, 438 ]
60 silly gunzTarPerm extractEntry support/pyyaml-src/error.py
61 silly gunzTarPerm modified mode [ 'support/pyyaml-src/error.py', 420, 438 ]
62 silly gunzTarPerm extractEntry support/pyyaml-src/events.py
63 silly gunzTarPerm modified mode [ 'support/pyyaml-src/events.py', 420, 438 ]
64 silly gunzTarPerm extractEntry support/pyyaml-src/cyaml.py
65 silly gunzTarPerm modified mode [ 'support/pyyaml-src/cyaml.py', 420, 438 ]
66 silly gunzTarPerm extractEntry support/pyyaml-src/tokens.py
67 silly gunzTarPerm modified mode [ 'support/pyyaml-src/tokens.py', 420, 438 ]
68 silly gunzTarPerm extractEntry support/pyyaml-src/resolver.py
69 silly gunzTarPerm modified mode [ 'support/pyyaml-src/resolver.py', 420, 438 ]
70 silly gunzTarPerm extractEntry support/pyyaml-src/representer.py
71 silly gunzTarPerm modified mode [ 'support/pyyaml-src/representer.py', 420, 438 ]
72 silly gunzTarPerm extractEntry support/pyyaml-src/dumper.py
73 silly gunzTarPerm modified mode [ 'support/pyyaml-src/dumper.py', 420, 438 ]
74 silly gunzTarPerm extractEntry support/pyyaml-src/scanner.py
75 silly gunzTarPerm modified mode [ 'support/pyyaml-src/scanner.py', 420, 438 ]
76 silly gunzTarPerm extractEntry support/pyyaml-src/emitter.py
77 silly gunzTarPerm modified mode [ 'support/pyyaml-src/emitter.py', 420, 438 ]
78 silly gunzTarPerm extractEntry support/pyyaml-src/loader.py
79 silly gunzTarPerm modified mode [ 'support/pyyaml-src/loader.py', 420, 438 ]
80 silly gunzTarPerm extractEntry support/pyyaml-src/parser.py
81 silly gunzTarPerm modified mode [ 'support/pyyaml-src/parser.py', 420, 438 ]
82 silly gunzTarPerm extractEntry support/pyyaml-src/constructor.py
83 silly gunzTarPerm modified mode [ 'support/pyyaml-src/constructor.py', 420, 438 ]
84 silly gunzTarPerm extractEntry support/pyyaml-src/nodes.py
85 silly gunzTarPerm modified mode [ 'support/pyyaml-src/nodes.py', 420, 438 ]
86 silly gunzTarPerm extractEntry support/pyyaml-src/serializer.py
87 silly gunzTarPerm modified mode [ 'support/pyyaml-src/serializer.py', 420, 438 ]
88 silly gunzTarPerm extractEntry support/pyyaml-src/__init__.py
89 silly gunzTarPerm modified mode [ 'support/pyyaml-src/__init__.py', 420, 438 ]
90 silly gunzTarPerm extractEntry support/pyyaml-src/composer.py
91 silly gunzTarPerm modified mode [ 'support/pyyaml-src/composer.py', 420, 438 ]
92 silly gunzTarPerm extractEntry .npmignore
93 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
94 silly gunzTarPerm extractEntry package.json
95 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
96 silly gunzTarPerm extractEntry .travis.yml
97 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
98 silly gunzTarPerm extractEntry README.md
99 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
100 silly gunzTarPerm extractEntry .ndocrc
101 silly gunzTarPerm modified mode [ '.ndocrc', 420, 438 ]
102 silly gunzTarPerm extractEntry Makefile
103 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
104 silly gunzTarPerm extractEntry HISTORY.md
105 silly gunzTarPerm modified mode [ 'HISTORY.md', 420, 438 ]
106 silly gunzTarPerm extractEntry lib/
107 silly gunzTarPerm modified mode [ 'lib/', 493, 511 ]
108 silly gunzTarPerm extractEntry lib/js-yaml.js
109 silly gunzTarPerm modified mode [ 'lib/js-yaml.js', 420, 438 ]
110 silly gunzTarPerm extractEntry lib/js-yaml/
111 silly gunzTarPerm modified mode [ 'lib/js-yaml/', 493, 511 ]
112 silly gunzTarPerm extractEntry lib/js-yaml/tokens.js
113 silly gunzTarPerm modified mode [ 'lib/js-yaml/tokens.js', 420, 438 ]
114 silly gunzTarPerm extractEntry lib/js-yaml/errors.js
115 silly gunzTarPerm modified mode [ 'lib/js-yaml/errors.js', 420, 438 ]
116 silly gunzTarPerm extractEntry lib/js-yaml/events.js
117 silly gunzTarPerm modified mode [ 'lib/js-yaml/events.js', 420, 438 ]
118 silly gunzTarPerm extractEntry lib/js-yaml/nodes.js
119 silly gunzTarPerm modified mode [ 'lib/js-yaml/nodes.js', 420, 438 ]
120 silly gunzTarPerm extractEntry lib/js-yaml/constructor.js
121 silly gunzTarPerm modified mode [ 'lib/js-yaml/constructor.js', 420, 438 ]
122 silly gunzTarPerm extractEntry lib/js-yaml/common.js
123 silly gunzTarPerm modified mode [ 'lib/js-yaml/common.js', 420, 438 ]
124 silly gunzTarPerm extractEntry lib/js-yaml/composer.js
125 silly gunzTarPerm modified mode [ 'lib/js-yaml/composer.js', 420, 438 ]
126 silly gunzTarPerm extractEntry lib/js-yaml/reader.js
127 silly gunzTarPerm modified mode [ 'lib/js-yaml/reader.js', 420, 438 ]
128 silly gunzTarPerm extractEntry lib/js-yaml/scanner.js
129 silly gunzTarPerm modified mode [ 'lib/js-yaml/scanner.js', 420, 438 ]
130 silly gunzTarPerm extractEntry lib/js-yaml/loader.js
131 silly gunzTarPerm modified mode [ 'lib/js-yaml/loader.js', 420, 438 ]
132 silly gunzTarPerm extractEntry lib/js-yaml/parser.js
133 silly gunzTarPerm modified mode [ 'lib/js-yaml/parser.js', 420, 438 ]
134 silly gunzTarPerm extractEntry lib/js-yaml/resolver.js
135 silly gunzTarPerm modified mode [ 'lib/js-yaml/resolver.js', 420, 438 ]
136 silly gunzTarPerm extractEntry .jshintignore
137 silly gunzTarPerm modified mode [ '.jshintignore', 420, 438 ]
138 silly gunzTarPerm extractEntry examples/
139 silly gunzTarPerm modified mode [ 'examples/', 493, 511 ]
140 silly gunzTarPerm extractEntry examples/single.js
141 silly gunzTarPerm modified mode [ 'examples/single.js', 420, 438 ]
142 silly gunzTarPerm extractEntry examples/single.yml
143 silly gunzTarPerm modified mode [ 'examples/single.yml', 420, 438 ]
144 silly gunzTarPerm extractEntry test/
145 silly gunzTarPerm modified mode [ 'test/', 493, 511 ]
146 silly gunzTarPerm extractEntry test/functional/
147 silly gunzTarPerm modified mode [ 'test/functional/', 493, 511 ]
148 silly gunzTarPerm extractEntry test/functional/data/
149 silly gunzTarPerm modified mode [ 'test/functional/data/', 493, 511 ]
150 silly gunzTarPerm extractEntry test/functional/data/value.data
151 silly gunzTarPerm modified mode [ 'test/functional/data/value.data', 420, 438 ]
152 silly gunzTarPerm extractEntry test/functional/data/spec-02-02.tokens
153 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-02.tokens', 420, 438 ]
154 silly gunzTarPerm extractEntry test/functional/data/spec-08-10.data
155 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-10.data', 420, 438 ]
156 silly gunzTarPerm extractEntry test/functional/data/spec-10-02.data
157 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-02.data', 420, 438 ]
158 silly gunzTarPerm extractEntry test/functional/data/spec-02-17.tokens
159 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-17.tokens', 420, 438 ]
160 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-directive-version-6.loader-error
161 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-directive-version-6.loader-error',
161 silly gunzTarPerm 420,
161 silly gunzTarPerm 438 ]
162 silly gunzTarPerm extractEntry test/functional/data/spec-02-19.data
163 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-19.data', 420, 438 ]
164 silly gunzTarPerm extractEntry test/functional/data/spec-08-02.data
165 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-02.data', 420, 438 ]
166 silly gunzTarPerm extractEntry test/functional/data/no-block-collection-end.loader-error
167 silly gunzTarPerm modified mode [ 'test/functional/data/no-block-collection-end.loader-error',
167 silly gunzTarPerm 420,
167 silly gunzTarPerm 438 ]
168 silly gunzTarPerm extractEntry test/functional/data/invalid-pairs-3.loader-error
169 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-pairs-3.loader-error', 420, 438 ]
170 silly gunzTarPerm extractEntry test/functional/data/spec-10-11.canonical
171 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-11.canonical', 420, 438 ]
172 silly gunzTarPerm extractEntry test/functional/data/spec-10-09.canonical
173 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-09.canonical', 420, 438 ]
174 silly gunzTarPerm extractEntry test/functional/data/spec-09-13.data
175 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-13.data', 420, 438 ]
176 silly gunzTarPerm extractEntry test/functional/data/spec-10-12.data
177 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-12.data', 420, 438 ]
178 silly gunzTarPerm extractEntry test/functional/data/invalid-escape-numbers.loader-error
179 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-escape-numbers.loader-error',
179 silly gunzTarPerm 420,
179 silly gunzTarPerm 438 ]
180 silly gunzTarPerm extractEntry test/functional/data/invalid-omap-3.loader-error
181 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-omap-3.loader-error', 420, 438 ]
182 silly gunzTarPerm extractEntry test/functional/data/spec-09-16.canonical
183 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-16.canonical', 420, 438 ]
184 silly gunzTarPerm extractEntry test/functional/data/bool.detect
185 silly gunzTarPerm modified mode [ 'test/functional/data/bool.detect', 420, 438 ]
186 silly gunzTarPerm extractEntry test/functional/data/spec-02-08.tokens
187 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-08.tokens', 420, 438 ]
188 silly gunzTarPerm extractEntry test/functional/data/invalid-python-name-value.loader-error
189 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-name-value.loader-error',
189 silly gunzTarPerm 420,
189 silly gunzTarPerm 438 ]
190 silly gunzTarPerm extractEntry test/functional/data/no-flow-sequence-end.loader-error
191 silly gunzTarPerm modified mode [ 'test/functional/data/no-flow-sequence-end.loader-error',
191 silly gunzTarPerm 420,
191 silly gunzTarPerm 438 ]
192 silly gunzTarPerm extractEntry test/functional/data/invalid-directive-line.loader-error
193 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-directive-line.loader-error',
193 silly gunzTarPerm 420,
193 silly gunzTarPerm 438 ]
194 silly gunzTarPerm extractEntry test/functional/data/spec-06-01.data
195 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-01.data', 420, 438 ]
196 silly gunzTarPerm extractEntry test/functional/data/document-separator-in-quoted-scalar.loader-error
197 silly gunzTarPerm modified mode [ 'test/functional/data/document-separator-in-quoted-scalar.loader-error',
197 silly gunzTarPerm 420,
197 silly gunzTarPerm 438 ]
198 silly gunzTarPerm extractEntry test/functional/data/no-node-2.loader-error
199 silly gunzTarPerm modified mode [ 'test/functional/data/no-node-2.loader-error', 420, 438 ]
200 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-directive-version-1.loader-error
201 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-directive-version-1.loader-error',
201 silly gunzTarPerm 420,
201 silly gunzTarPerm 438 ]
202 silly gunzTarPerm extractEntry test/functional/data/invalid-python-bytes-py3.loader-error
203 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-bytes-py3.loader-error',
203 silly gunzTarPerm 420,
203 silly gunzTarPerm 438 ]
204 silly gunzTarPerm extractEntry test/functional/data/spec-07-08.canonical
205 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-08.canonical', 420, 438 ]
206 silly gunzTarPerm extractEntry test/functional/data/spec-06-07.data
207 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-07.data', 420, 438 ]
208 silly gunzTarPerm extractEntry test/functional/data/spec-02-15.data
209 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-15.data', 420, 438 ]
210 silly gunzTarPerm extractEntry test/functional/data/invalid-python-name-kind.loader-error
211 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-name-kind.loader-error',
211 silly gunzTarPerm 420,
211 silly gunzTarPerm 438 ]
212 silly gunzTarPerm extractEntry test/functional/data/spec-08-07.canonical
213 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-07.canonical', 420, 438 ]
214 silly gunzTarPerm extractEntry test/functional/data/invalid-omap-1.loader-error
215 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-omap-1.loader-error', 420, 438 ]
216 silly gunzTarPerm extractEntry test/functional/data/invalid-base64-data.loader-error
217 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-base64-data.loader-error',
217 silly gunzTarPerm 420,
217 silly gunzTarPerm 438 ]
218 silly gunzTarPerm extractEntry test/functional/data/spec-02-22.structure
219 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-22.structure', 420, 438 ]
220 silly gunzTarPerm extractEntry test/functional/data/spec-07-12b.data
221 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-12b.data', 420, 438 ]
222 silly gunzTarPerm extractEntry test/functional/data/spec-02-07.tokens
223 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-07.tokens', 420, 438 ]
224 silly gunzTarPerm extractEntry test/functional/data/spec-06-05.data
225 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-05.data', 420, 438 ]
226 silly gunzTarPerm extractEntry test/functional/data/timestamp.detect
227 silly gunzTarPerm modified mode [ 'test/functional/data/timestamp.detect', 420, 438 ]
228 silly gunzTarPerm extractEntry test/functional/data/spec-02-26.data
229 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-26.data', 420, 438 ]
230 silly gunzTarPerm extractEntry test/functional/data/bool.data
231 silly gunzTarPerm modified mode [ 'test/functional/data/bool.data', 420, 438 ]
232 silly gunzTarPerm extractEntry test/functional/data/spec-06-06.canonical
233 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-06.canonical', 420, 438 ]
234 silly gunzTarPerm extractEntry test/functional/data/duplicate-tag-directive.loader-error
235 silly gunzTarPerm modified mode [ 'test/functional/data/duplicate-tag-directive.loader-error',
235 silly gunzTarPerm 420,
235 silly gunzTarPerm 438 ]
236 silly gunzTarPerm extractEntry test/functional/data/yaml.detect
237 silly gunzTarPerm modified mode [ 'test/functional/data/yaml.detect', 420, 438 ]
238 silly gunzTarPerm extractEntry test/functional/data/spec-08-12.canonical
239 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-12.canonical', 420, 438 ]
240 silly gunzTarPerm extractEntry test/functional/data/invalid-uri-escapes-1.loader-error
241 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-uri-escapes-1.loader-error',
241 silly gunzTarPerm 420,
241 silly gunzTarPerm 438 ]
242 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-directive-version-4.loader-error
243 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-directive-version-4.loader-error',
243 silly gunzTarPerm 420,
243 silly gunzTarPerm 438 ]
244 silly gunzTarPerm extractEntry test/functional/data/spec-09-33.canonical
245 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-33.canonical', 420, 438 ]
246 silly gunzTarPerm extractEntry test/functional/data/spec-09-27.canonical
247 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-27.canonical', 420, 438 ]
248 silly gunzTarPerm extractEntry test/functional/data/spec-09-30.canonical
249 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-30.canonical', 420, 438 ]
250 silly gunzTarPerm extractEntry test/functional/data/spec-02-04.tokens
251 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-04.tokens', 420, 438 ]
252 silly gunzTarPerm extractEntry test/functional/data/spec-10-04.data
253 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-04.data', 420, 438 ]
254 silly gunzTarPerm extractEntry test/functional/data/spec-07-10.data
255 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-10.data', 420, 438 ]
256 silly gunzTarPerm extractEntry test/functional/data/invalid-python-name-module.loader-error
257 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-name-module.loader-error',
257 silly gunzTarPerm 420,
257 silly gunzTarPerm 438 ]
258 silly gunzTarPerm extractEntry test/functional/data/spec-02-24.structure
259 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-24.structure', 420, 438 ]
260 silly gunzTarPerm extractEntry test/functional/data/invalid-tag-handle-2.loader-error
261 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-tag-handle-2.loader-error',
261 silly gunzTarPerm 420,
261 silly gunzTarPerm 438 ]
262 silly gunzTarPerm extractEntry test/functional/data/spec-02-06.structure
263 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-06.structure', 420, 438 ]
264 silly gunzTarPerm extractEntry test/functional/data/spec-07-06.data
265 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-06.data', 420, 438 ]
266 silly gunzTarPerm extractEntry test/functional/data/unclosed-bracket.loader-error
267 silly gunzTarPerm modified mode [ 'test/functional/data/unclosed-bracket.loader-error',
267 silly gunzTarPerm 420,
267 silly gunzTarPerm 438 ]
268 silly gunzTarPerm extractEntry test/functional/data/invalid-uri.loader-error
269 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-uri.loader-error', 420, 438 ]
270 silly gunzTarPerm extractEntry test/functional/data/spec-02-02.data
271 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-02.data', 420, 438 ]
272 silly gunzTarPerm extractEntry test/functional/data/spec-10-07.canonical
273 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-07.canonical', 420, 438 ]
274 silly gunzTarPerm extractEntry test/functional/data/spec-09-29.canonical
275 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-29.canonical', 420, 438 ]
276 silly gunzTarPerm extractEntry test/functional/data/empty-python-module.loader-error
277 silly gunzTarPerm modified mode [ 'test/functional/data/empty-python-module.loader-error',
277 silly gunzTarPerm 420,
277 silly gunzTarPerm 438 ]
278 silly gunzTarPerm extractEntry test/functional/data/spec-07-04.canonical
279 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-04.canonical', 420, 438 ]
280 silly gunzTarPerm extractEntry test/functional/data/spec-02-08.structure
281 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-08.structure', 420, 438 ]
282 silly gunzTarPerm extractEntry test/functional/data/spec-09-05.data
283 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-05.data', 420, 438 ]
284 silly gunzTarPerm extractEntry test/functional/data/spec-10-12.canonical
285 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-12.canonical', 420, 438 ]
286 silly gunzTarPerm extractEntry test/functional/data/spec-08-14.canonical
287 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-14.canonical', 420, 438 ]
288 silly gunzTarPerm extractEntry test/functional/data/spec-05-07.data
289 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-07.data', 420, 438 ]
290 silly gunzTarPerm extractEntry test/functional/data/spec-02-11.structure
291 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-11.structure', 420, 438 ]
292 silly gunzTarPerm extractEntry test/functional/data/spec-02-04.data
293 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-04.data', 420, 438 ]
294 silly gunzTarPerm extractEntry test/functional/data/spec-02-05.tokens
295 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-05.tokens', 420, 438 ]
296 silly gunzTarPerm extractEntry test/functional/data/spec-02-11.data
297 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-11.data', 420, 438 ]
298 silly gunzTarPerm extractEntry test/functional/data/spec-06-08.canonical
299 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-08.canonical', 420, 438 ]
300 silly gunzTarPerm extractEntry test/functional/data/spec-05-09.data
301 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-09.data', 420, 438 ]
302 silly gunzTarPerm extractEntry test/functional/data/invalid-base64-data-2.loader-error
303 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-base64-data-2.loader-error',
303 silly gunzTarPerm 420,
303 silly gunzTarPerm 438 ]
304 silly gunzTarPerm extractEntry test/functional/data/spec-09-28.data
305 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-28.data', 420, 438 ]
306 silly gunzTarPerm extractEntry test/functional/data/spec-02-28.structure
307 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-28.structure', 420, 438 ]
308 silly gunzTarPerm extractEntry test/functional/data/spec-06-08.data
309 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-08.data', 420, 438 ]
310 silly gunzTarPerm extractEntry test/functional/data/spec-08-08.data
311 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-08.data', 420, 438 ]
312 silly gunzTarPerm extractEntry test/functional/data/spec-02-12.data
313 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-12.data', 420, 438 ]
314 silly gunzTarPerm extractEntry test/functional/data/spec-02-20.data
315 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-20.data', 420, 438 ]
316 silly gunzTarPerm extractEntry test/functional/data/spec-05-14.canonical
317 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-14.canonical', 420, 438 ]
318 silly gunzTarPerm extractEntry test/functional/data/spec-02-21.data
319 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-21.data', 420, 438 ]
320 silly gunzTarPerm extractEntry test/functional/data/spec-09-07.data
321 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-07.data', 420, 438 ]
322 silly gunzTarPerm extractEntry test/functional/data/spec-09-16.data
323 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-16.data', 420, 438 ]
324 silly gunzTarPerm extractEntry test/functional/data/spec-05-06.canonical
325 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-06.canonical', 420, 438 ]
326 silly gunzTarPerm extractEntry test/functional/data/invalid-merge-1.loader-error
327 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-merge-1.loader-error', 420, 438 ]
328 silly gunzTarPerm extractEntry test/functional/data/explicit-document.single-loader-error
329 silly gunzTarPerm modified mode [ 'test/functional/data/explicit-document.single-loader-error',
329 silly gunzTarPerm 420,
329 silly gunzTarPerm 438 ]
330 silly gunzTarPerm extractEntry test/functional/data/spec-09-17.canonical
331 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-17.canonical', 420, 438 ]
332 silly gunzTarPerm extractEntry test/functional/data/invalid-tag-handle-1.loader-error
333 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-tag-handle-1.loader-error',
333 silly gunzTarPerm 420,
333 silly gunzTarPerm 438 ]
334 silly gunzTarPerm extractEntry test/functional/data/spec-09-10.canonical
335 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-10.canonical', 420, 438 ]
336 silly gunzTarPerm extractEntry test/functional/data/spec-02-03.structure
337 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-03.structure', 420, 438 ]
338 silly gunzTarPerm extractEntry test/functional/data/invalid-tag-directive-prefix.loader-error
339 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-tag-directive-prefix.loader-error',
339 silly gunzTarPerm 420,
339 silly gunzTarPerm 438 ]
340 silly gunzTarPerm extractEntry test/functional/data/spec-09-28.canonical
341 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-28.canonical', 420, 438 ]
342 silly gunzTarPerm extractEntry test/functional/data/spec-07-07a.canonical
343 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-07a.canonical', 420, 438 ]
344 silly gunzTarPerm extractEntry test/functional/data/spec-06-06.data
345 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-06.data', 420, 438 ]
346 silly gunzTarPerm extractEntry test/functional/data/emit-block-scalar-in-simple-key-context-bug.data
347 silly gunzTarPerm modified mode [ 'test/functional/data/emit-block-scalar-in-simple-key-context-bug.data',
347 silly gunzTarPerm 420,
347 silly gunzTarPerm 438 ]
348 silly gunzTarPerm extractEntry test/functional/data/spec-09-13.canonical
349 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-13.canonical', 420, 438 ]
350 silly gunzTarPerm extractEntry test/functional/data/spec-07-01.canonical
351 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-01.canonical', 420, 438 ]
352 silly gunzTarPerm extractEntry test/functional/data/spec-06-04.data
353 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-04.data', 420, 438 ]
354 silly gunzTarPerm extractEntry test/functional/data/spec-07-04.data
355 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-04.data', 420, 438 ]
356 silly gunzTarPerm extractEntry test/functional/data/invalid-python-name-module-2.loader-error
357 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-name-module-2.loader-error',
357 silly gunzTarPerm 420,
357 silly gunzTarPerm 438 ]
358 silly gunzTarPerm extractEntry test/functional/data/spec-10-03.canonical
359 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-03.canonical', 420, 438 ]
360 silly gunzTarPerm extractEntry test/functional/data/spec-02-21.structure
361 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-21.structure', 420, 438 ]
362 silly gunzTarPerm extractEntry test/functional/data/invalid-character.loader-error
363 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-character.loader-error',
363 silly gunzTarPerm 420,
363 silly gunzTarPerm 438 ]
364 silly gunzTarPerm extractEntry test/functional/data/spec-07-09.data
365 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-09.data', 420, 438 ]
366 silly gunzTarPerm extractEntry test/functional/data/spec-02-23.data
367 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-23.data', 420, 438 ]
368 silly gunzTarPerm extractEntry test/functional/data/null.data
369 silly gunzTarPerm modified mode [ 'test/functional/data/null.data', 420, 438 ]
370 silly gunzTarPerm extractEntry test/functional/data/value.detect
371 silly gunzTarPerm modified mode [ 'test/functional/data/value.detect', 420, 438 ]
372 silly gunzTarPerm extractEntry test/functional/data/colon-in-flow-context.loader-error
373 silly gunzTarPerm modified mode [ 'test/functional/data/colon-in-flow-context.loader-error',
373 silly gunzTarPerm 420,
373 silly gunzTarPerm 438 ]
374 silly gunzTarPerm extractEntry test/functional/data/spec-08-12.data
375 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-12.data', 420, 438 ]
376 silly gunzTarPerm extractEntry test/functional/data/spec-02-18.tokens
377 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-18.tokens', 420, 438 ]
378 silly gunzTarPerm extractEntry test/functional/data/invalid-block-scalar-indicator.loader-error
379 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-block-scalar-indicator.loader-error',
379 silly gunzTarPerm 420,
379 silly gunzTarPerm 438 ]
380 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-directive-version-5.loader-error
381 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-directive-version-5.loader-error',
381 silly gunzTarPerm 420,
381 silly gunzTarPerm 438 ]
382 silly gunzTarPerm extractEntry test/functional/data/remove-possible-simple-key-bug.loader-error
383 silly gunzTarPerm modified mode [ 'test/functional/data/remove-possible-simple-key-bug.loader-error',
383 silly gunzTarPerm 420,
383 silly gunzTarPerm 438 ]
384 silly gunzTarPerm extractEntry test/functional/data/invalid-python-bytes-2-py3.loader-error
385 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-bytes-2-py3.loader-error',
385 silly gunzTarPerm 420,
385 silly gunzTarPerm 438 ]
386 silly gunzTarPerm extractEntry test/functional/data/spec-02-26.tokens
387 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-26.tokens', 420, 438 ]
388 silly gunzTarPerm extractEntry test/functional/data/invalid-indentation-indicator-2.loader-error
389 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-indentation-indicator-2.loader-error',
389 silly gunzTarPerm 420,
389 silly gunzTarPerm 438 ]
390 silly gunzTarPerm extractEntry test/functional/data/spec-08-15.canonical
391 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-15.canonical', 420, 438 ]
392 silly gunzTarPerm extractEntry test/functional/data/spec-02-12.tokens
393 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-12.tokens', 420, 438 ]
394 silly gunzTarPerm extractEntry test/functional/data/spec-09-06.canonical
395 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-06.canonical', 420, 438 ]
396 silly gunzTarPerm extractEntry test/functional/data/spec-02-27.tokens
397 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-27.tokens', 420, 438 ]
398 silly gunzTarPerm extractEntry test/functional/data/undefined-tag-handle.loader-error
399 silly gunzTarPerm modified mode [ 'test/functional/data/undefined-tag-handle.loader-error',
399 silly gunzTarPerm 420,
399 silly gunzTarPerm 438 ]
400 silly gunzTarPerm extractEntry test/functional/data/construct-map.data
401 silly gunzTarPerm modified mode [ 'test/functional/data/construct-map.data', 420, 438 ]
402 silly gunzTarPerm extractEntry test/functional/data/spec-02-09.tokens
403 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-09.tokens', 420, 438 ]
404 silly gunzTarPerm extractEntry test/functional/data/no-flow-mapping-end.loader-error
405 silly gunzTarPerm modified mode [ 'test/functional/data/no-flow-mapping-end.loader-error',
405 silly gunzTarPerm 420,
405 silly gunzTarPerm 438 ]
406 silly gunzTarPerm extractEntry test/functional/data/spec-10-04.canonical
407 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-04.canonical', 420, 438 ]
408 silly gunzTarPerm extractEntry test/functional/data/float.data
409 silly gunzTarPerm modified mode [ 'test/functional/data/float.data', 420, 438 ]
410 silly gunzTarPerm extractEntry test/functional/data/implicit-document.single-loader-error
411 silly gunzTarPerm modified mode [ 'test/functional/data/implicit-document.single-loader-error',
411 silly gunzTarPerm 420,
411 silly gunzTarPerm 438 ]
412 silly gunzTarPerm extractEntry test/functional/data/invalid-python-module-value.loader-error
413 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-module-value.loader-error',
413 silly gunzTarPerm 420,
413 silly gunzTarPerm 438 ]
414 silly gunzTarPerm extractEntry test/functional/data/spec-07-10.canonical
415 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-10.canonical', 420, 438 ]
416 silly gunzTarPerm extractEntry test/functional/data/spec-09-32.canonical
417 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-32.canonical', 420, 438 ]
418 silly gunzTarPerm extractEntry test/functional/data/spec-08-14.data
419 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-14.data', 420, 438 ]
420 silly gunzTarPerm extractEntry test/functional/data/spec-07-09.canonical
421 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-09.canonical', 420, 438 ]
422 silly gunzTarPerm extractEntry test/functional/data/spec-09-25.canonical
423 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-25.canonical', 420, 438 ]
424 silly gunzTarPerm extractEntry test/functional/data/merge.data
425 silly gunzTarPerm modified mode [ 'test/functional/data/merge.data', 420, 438 ]
426 silly gunzTarPerm extractEntry test/functional/data/spec-09-03.data
427 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-03.data', 420, 438 ]
428 silly gunzTarPerm extractEntry test/functional/data/forbidden-entry.loader-error
429 silly gunzTarPerm modified mode [ 'test/functional/data/forbidden-entry.loader-error', 420, 438 ]
430 silly gunzTarPerm extractEntry test/functional/data/spec-02-09.structure
431 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-09.structure', 420, 438 ]
432 silly gunzTarPerm extractEntry test/functional/data/spec-09-02.data
433 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-02.data', 420, 438 ]
434 silly gunzTarPerm extractEntry test/functional/data/spec-08-09.data
435 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-09.data', 420, 438 ]
436 silly gunzTarPerm extractEntry test/functional/data/spec-10-01.data
437 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-01.data', 420, 438 ]
438 silly gunzTarPerm extractEntry test/functional/data/spec-09-19.canonical
439 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-19.canonical', 420, 438 ]
440 silly gunzTarPerm extractEntry test/functional/data/spec-02-22.data
441 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-22.data', 420, 438 ]
442 silly gunzTarPerm extractEntry test/functional/data/spec-06-07.canonical
443 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-07.canonical', 420, 438 ]
444 silly gunzTarPerm extractEntry test/functional/data/spec-05-06.data
445 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-06.data', 420, 438 ]
446 silly gunzTarPerm extractEntry test/functional/data/spec-07-13.canonical
447 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-13.canonical', 420, 438 ]
448 silly gunzTarPerm extractEntry test/functional/data/scan-line-break-bug.canonical
449 silly gunzTarPerm modified mode [ 'test/functional/data/scan-line-break-bug.canonical',
449 silly gunzTarPerm 420,
449 silly gunzTarPerm 438 ]
450 silly gunzTarPerm extractEntry test/functional/data/spec-08-10.canonical
451 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-10.canonical', 420, 438 ]
452 silly gunzTarPerm extractEntry test/functional/data/expected-sequence.loader-error
453 silly gunzTarPerm modified mode [ 'test/functional/data/expected-sequence.loader-error',
453 silly gunzTarPerm 420,
453 silly gunzTarPerm 438 ]
454 silly gunzTarPerm extractEntry test/functional/data/spec-02-16.structure
455 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-16.structure', 420, 438 ]
456 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-directive-version-2.loader-error
457 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-directive-version-2.loader-error',
457 silly gunzTarPerm 420,
457 silly gunzTarPerm 438 ]
458 silly gunzTarPerm extractEntry test/functional/data/spec-02-18.structure
459 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-18.structure', 420, 438 ]
460 silly gunzTarPerm extractEntry test/functional/data/spec-10-06.canonical
461 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-06.canonical', 420, 438 ]
462 silly gunzTarPerm extractEntry test/functional/data/spec-07-07b.data
463 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-07b.data', 420, 438 ]
464 silly gunzTarPerm extractEntry test/functional/data/spec-09-23.canonical
465 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-23.canonical', 420, 438 ]
466 silly gunzTarPerm extractEntry test/functional/data/spec-09-18.canonical
467 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-18.canonical', 420, 438 ]
468 silly gunzTarPerm extractEntry test/functional/data/spec-10-14.canonical
469 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-14.canonical', 420, 438 ]
470 silly gunzTarPerm extractEntry test/functional/data/spec-08-01.data
471 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-01.data', 420, 438 ]
472 silly gunzTarPerm extractEntry test/functional/data/spec-08-05.canonical
473 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-05.canonical', 420, 438 ]
474 silly gunzTarPerm extractEntry test/functional/data/spec-10-14.data
475 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-14.data', 420, 438 ]
476 silly gunzTarPerm extractEntry test/functional/data/spec-02-10.structure
477 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-10.structure', 420, 438 ]
478 silly gunzTarPerm extractEntry test/functional/data/duplicate-anchor-2.loader-error
479 silly gunzTarPerm modified mode [ 'test/functional/data/duplicate-anchor-2.loader-error',
479 silly gunzTarPerm 420,
479 silly gunzTarPerm 438 ]
480 silly gunzTarPerm extractEntry test/functional/data/spec-02-01.structure
481 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-01.structure', 420, 438 ]
482 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-directive-version-3.loader-error
483 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-directive-version-3.loader-error',
483 silly gunzTarPerm 420,
483 silly gunzTarPerm 438 ]
484 silly gunzTarPerm extractEntry test/functional/data/fetch-complex-value-bug.loader-error
485 silly gunzTarPerm modified mode [ 'test/functional/data/fetch-complex-value-bug.loader-error',
485 silly gunzTarPerm 420,
485 silly gunzTarPerm 438 ]
486 silly gunzTarPerm extractEntry test/functional/data/spec-09-26.data
487 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-26.data', 420, 438 ]
488 silly gunzTarPerm extractEntry test/functional/data/spec-02-25.structure
489 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-25.structure', 420, 438 ]
490 silly gunzTarPerm extractEntry test/functional/data/function.detect
491 silly gunzTarPerm modified mode [ 'test/functional/data/function.detect', 420, 438 ]
492 silly gunzTarPerm extractEntry test/functional/data/spec-09-09.canonical
493 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-09.canonical', 420, 438 ]
494 silly gunzTarPerm extractEntry test/functional/data/spec-09-32.data
495 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-32.data', 420, 438 ]
496 silly gunzTarPerm extractEntry test/functional/data/merge.detect
497 silly gunzTarPerm modified mode [ 'test/functional/data/merge.detect', 420, 438 ]
498 silly gunzTarPerm extractEntry test/functional/data/invalid-uri-escapes-3.loader-error
499 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-uri-escapes-3.loader-error',
499 silly gunzTarPerm 420,
499 silly gunzTarPerm 438 ]
500 silly gunzTarPerm extractEntry test/functional/data/spec-02-24.tokens
501 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-24.tokens', 420, 438 ]
502 silly gunzTarPerm extractEntry test/functional/data/spec-08-07.data
503 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-07.data', 420, 438 ]
504 silly gunzTarPerm extractEntry test/functional/data/spec-06-05.canonical
505 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-05.canonical', 420, 438 ]
506 silly gunzTarPerm extractEntry test/functional/data/str.data
507 silly gunzTarPerm modified mode [ 'test/functional/data/str.data', 420, 438 ]
508 silly gunzTarPerm extractEntry test/functional/data/invalid-python-name-object.loader-error
509 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-name-object.loader-error',
509 silly gunzTarPerm 420,
509 silly gunzTarPerm 438 ]
510 silly gunzTarPerm extractEntry test/functional/data/invalid-anchor-1.loader-error
511 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-anchor-1.loader-error',
511 silly gunzTarPerm 420,
511 silly gunzTarPerm 438 ]
512 silly gunzTarPerm extractEntry test/functional/data/spec-09-15.canonical
513 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-15.canonical', 420, 438 ]
514 silly gunzTarPerm extractEntry test/functional/data/spec-10-06.data
515 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-06.data', 420, 438 ]
516 silly gunzTarPerm extractEntry test/functional/data/spec-10-03.data
517 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-03.data', 420, 438 ]
518 silly gunzTarPerm extractEntry test/functional/data/spec-02-26.structure
519 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-26.structure', 420, 438 ]
520 silly gunzTarPerm extractEntry test/functional/data/spec-09-26.canonical
521 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-26.canonical', 420, 438 ]
522 silly gunzTarPerm extractEntry test/functional/data/forbidden-key.loader-error
523 silly gunzTarPerm modified mode [ 'test/functional/data/forbidden-key.loader-error', 420, 438 ]
524 silly gunzTarPerm extractEntry test/functional/data/spec-08-13.canonical
525 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-13.canonical', 420, 438 ]
526 silly gunzTarPerm extractEntry test/functional/data/int.data
527 silly gunzTarPerm modified mode [ 'test/functional/data/int.data', 420, 438 ]
528 silly gunzTarPerm extractEntry test/functional/data/float.detect
529 silly gunzTarPerm modified mode [ 'test/functional/data/float.detect', 420, 438 ]
530 silly gunzTarPerm extractEntry test/functional/data/spec-02-13.structure
531 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-13.structure', 420, 438 ]
532 silly gunzTarPerm extractEntry test/functional/data/undefined-anchor.loader-error
533 silly gunzTarPerm modified mode [ 'test/functional/data/undefined-anchor.loader-error',
533 silly gunzTarPerm 420,
533 silly gunzTarPerm 438 ]
534 silly gunzTarPerm extractEntry test/functional/data/spec-02-23.tokens
535 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-23.tokens', 420, 438 ]
536 silly gunzTarPerm extractEntry test/functional/data/no-node-1.loader-error
537 silly gunzTarPerm modified mode [ 'test/functional/data/no-node-1.loader-error', 420, 438 ]
538 silly gunzTarPerm extractEntry test/functional/data/spec-09-01.data
539 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-01.data', 420, 438 ]
540 silly gunzTarPerm extractEntry test/functional/data/spec-02-27.data
541 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-27.data', 420, 438 ]
542 silly gunzTarPerm extractEntry test/functional/data/spec-05-13.canonical
543 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-13.canonical', 420, 438 ]
544 silly gunzTarPerm extractEntry test/functional/data/spec-02-10.data
545 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-10.data', 420, 438 ]
546 silly gunzTarPerm extractEntry test/functional/data/spec-10-01.canonical
547 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-01.canonical', 420, 438 ]
548 silly gunzTarPerm extractEntry test/functional/data/spec-08-01.canonical
549 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-01.canonical', 420, 438 ]
550 silly gunzTarPerm extractEntry test/functional/data/spec-02-07.data
551 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-07.data', 420, 438 ]
552 silly gunzTarPerm extractEntry test/functional/data/sloppy-indentation.canonical
553 silly gunzTarPerm modified mode [ 'test/functional/data/sloppy-indentation.canonical', 420, 438 ]
554 silly gunzTarPerm extractEntry test/functional/data/spec-02-05.data
555 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-05.data', 420, 438 ]
556 silly gunzTarPerm extractEntry test/functional/data/spec-09-30.data
557 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-30.data', 420, 438 ]
558 silly gunzTarPerm extractEntry test/functional/data/spec-02-06.data
559 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-06.data', 420, 438 ]
560 silly gunzTarPerm extractEntry test/functional/data/null.detect
561 silly gunzTarPerm modified mode [ 'test/functional/data/null.detect', 420, 438 ]
562 silly gunzTarPerm extractEntry test/functional/data/spec-08-13.data
563 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-13.data', 420, 438 ]
564 silly gunzTarPerm extractEntry test/functional/data/invalid-item-without-trailing-break.loader-error
565 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-item-without-trailing-break.loader-error',
565 silly gunzTarPerm 420,
565 silly gunzTarPerm 438 ]
566 silly gunzTarPerm extractEntry test/functional/data/spec-05-11.data
567 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-11.data', 420, 438 ]
568 silly gunzTarPerm extractEntry test/functional/data/spec-02-13.data
569 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-13.data', 420, 438 ]
570 silly gunzTarPerm extractEntry test/functional/data/forbidden-value.loader-error
571 silly gunzTarPerm modified mode [ 'test/functional/data/forbidden-value.loader-error', 420, 438 ]
572 silly gunzTarPerm extractEntry test/functional/data/spec-02-14.data
573 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-14.data', 420, 438 ]
574 silly gunzTarPerm extractEntry test/functional/data/a-nasty-libyaml-bug.loader-error
575 silly gunzTarPerm modified mode [ 'test/functional/data/a-nasty-libyaml-bug.loader-error',
575 silly gunzTarPerm 420,
575 silly gunzTarPerm 438 ]
576 silly gunzTarPerm extractEntry test/functional/data/invalid-tag-directive-handle.loader-error
577 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-tag-directive-handle.loader-error',
577 silly gunzTarPerm 420,
577 silly gunzTarPerm 438 ]
578 silly gunzTarPerm extractEntry test/functional/data/spec-02-15.structure
579 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-15.structure', 420, 438 ]
580 silly gunzTarPerm extractEntry test/functional/data/spec-07-12a.data
581 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-12a.data', 420, 438 ]
582 silly gunzTarPerm extractEntry test/functional/data/invalid-omap-2.loader-error
583 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-omap-2.loader-error', 420, 438 ]
584 silly gunzTarPerm extractEntry test/functional/data/invalid-yaml-version.loader-error
585 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-yaml-version.loader-error',
585 silly gunzTarPerm 420,
585 silly gunzTarPerm 438 ]
586 silly gunzTarPerm extractEntry test/functional/data/timestamp.data
587 silly gunzTarPerm modified mode [ 'test/functional/data/timestamp.data', 420, 438 ]
588 silly gunzTarPerm extractEntry test/functional/data/spec-02-12.structure
589 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-12.structure', 420, 438 ]
590 silly gunzTarPerm extractEntry test/functional/data/construct-map.code
591 silly gunzTarPerm modified mode [ 'test/functional/data/construct-map.code', 420, 438 ]
592 silly gunzTarPerm extractEntry test/functional/data/spec-09-31.data
593 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-31.data', 420, 438 ]
594 silly gunzTarPerm extractEntry test/functional/data/duplicate-anchor-1.loader-error
595 silly gunzTarPerm modified mode [ 'test/functional/data/duplicate-anchor-1.loader-error',
595 silly gunzTarPerm 420,
595 silly gunzTarPerm 438 ]
596 silly gunzTarPerm extractEntry test/functional/data/spec-06-01.canonical
597 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-01.canonical', 420, 438 ]
598 silly gunzTarPerm extractEntry test/functional/data/spec-02-10.tokens
599 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-10.tokens', 420, 438 ]
600 silly gunzTarPerm extractEntry test/functional/data/invalid-python-module-kind.loader-error
601 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-module-kind.loader-error',
601 silly gunzTarPerm 420,
601 silly gunzTarPerm 438 ]
602 silly gunzTarPerm extractEntry test/functional/data/spec-06-04.canonical
603 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-04.canonical', 420, 438 ]
604 silly gunzTarPerm extractEntry test/functional/data/invalid-pairs-1.loader-error
605 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-pairs-1.loader-error', 420, 438 ]
606 silly gunzTarPerm extractEntry test/functional/data/spec-05-08.canonical
607 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-08.canonical', 420, 438 ]
608 silly gunzTarPerm extractEntry test/functional/data/spec-10-15.canonical
609 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-15.canonical', 420, 438 ]
610 silly gunzTarPerm extractEntry test/functional/data/spec-09-05.canonical
611 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-05.canonical', 420, 438 ]
612 silly gunzTarPerm extractEntry test/functional/data/spec-02-20.tokens
613 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-20.tokens', 420, 438 ]
614 silly gunzTarPerm extractEntry test/functional/data/spec-09-25.data
615 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-25.data', 420, 438 ]
616 silly gunzTarPerm extractEntry test/functional/data/spec-02-21.tokens
617 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-21.tokens', 420, 438 ]
618 silly gunzTarPerm extractEntry test/functional/data/spec-10-05.canonical
619 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-05.canonical', 420, 438 ]
620 silly gunzTarPerm extractEntry test/functional/data/spec-08-02.canonical
621 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-02.canonical', 420, 438 ]
622 silly gunzTarPerm extractEntry test/functional/data/spec-02-03.tokens
623 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-03.tokens', 420, 438 ]
624 silly gunzTarPerm extractEntry test/functional/data/spec-10-10.data
625 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-10.data', 420, 438 ]
626 silly gunzTarPerm extractEntry test/functional/data/invalid-tag-2.loader-error
627 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-tag-2.loader-error', 420, 438 ]
628 silly gunzTarPerm extractEntry test/functional/data/expected-mapping.loader-error
629 silly gunzTarPerm modified mode [ 'test/functional/data/expected-mapping.loader-error',
629 silly gunzTarPerm 420,
629 silly gunzTarPerm 438 ]
630 silly gunzTarPerm extractEntry test/functional/data/spec-06-03.data
631 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-03.data', 420, 438 ]
632 silly gunzTarPerm extractEntry test/functional/data/str.detect
633 silly gunzTarPerm modified mode [ 'test/functional/data/str.detect', 420, 438 ]
634 silly gunzTarPerm extractEntry test/functional/data/spec-02-08.data
635 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-08.data', 420, 438 ]
636 silly gunzTarPerm extractEntry test/functional/data/spec-08-15.data
637 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-15.data', 420, 438 ]
638 silly gunzTarPerm extractEntry test/functional/data/scan-line-break-bug.data
639 silly gunzTarPerm modified mode [ 'test/functional/data/scan-line-break-bug.data', 420, 438 ]
640 silly gunzTarPerm extractEntry test/functional/data/spec-10-07.data
641 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-07.data', 420, 438 ]
642 silly gunzTarPerm extractEntry test/functional/data/spec-02-09.data
643 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-09.data', 420, 438 ]
644 silly gunzTarPerm extractEntry test/functional/data/spec-09-01.canonical
645 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-01.canonical', 420, 438 ]
646 silly gunzTarPerm extractEntry test/functional/data/spec-09-31.canonical
647 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-31.canonical', 420, 438 ]
648 silly gunzTarPerm extractEntry test/functional/data/spec-09-03.canonical
649 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-03.canonical', 420, 438 ]
650 silly gunzTarPerm extractEntry test/functional/data/invalid-starting-character.loader-error
651 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-starting-character.loader-error',
651 silly gunzTarPerm 420,
651 silly gunzTarPerm 438 ]
652 silly gunzTarPerm extractEntry test/functional/data/spec-02-03.data
653 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-03.data', 420, 438 ]
654 silly gunzTarPerm extractEntry test/functional/data/spec-02-17.structure
655 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-17.structure', 420, 438 ]
656 silly gunzTarPerm extractEntry test/functional/data/invalid-directive-name-2.loader-error
657 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-directive-name-2.loader-error',
657 silly gunzTarPerm 420,
657 silly gunzTarPerm 438 ]
658 silly gunzTarPerm extractEntry test/functional/data/spec-08-05.data
659 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-05.data', 420, 438 ]
660 silly gunzTarPerm extractEntry test/functional/data/spec-07-08.data
661 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-08.data', 420, 438 ]
662 silly gunzTarPerm extractEntry test/functional/data/spec-07-12a.canonical
663 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-12a.canonical', 420, 438 ]
664 silly gunzTarPerm extractEntry test/functional/data/invalid-merge-2.loader-error
665 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-merge-2.loader-error', 420, 438 ]
666 silly gunzTarPerm extractEntry test/functional/data/unclosed-quoted-scalar.loader-error
667 silly gunzTarPerm modified mode [ 'test/functional/data/unclosed-quoted-scalar.loader-error',
667 silly gunzTarPerm 420,
667 silly gunzTarPerm 438 ]
668 silly gunzTarPerm extractEntry test/functional/data/spec-09-22.canonical
669 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-22.canonical', 420, 438 ]
670 silly gunzTarPerm extractEntry test/functional/data/spec-07-01.data
671 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-01.data', 420, 438 ]
672 silly gunzTarPerm extractEntry test/functional/data/spec-02-24.data
673 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-24.data', 420, 438 ]
674 silly gunzTarPerm extractEntry test/functional/data/spec-09-27.data
675 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-27.data', 420, 438 ]
676 silly gunzTarPerm extractEntry test/functional/data/undefined-constructor.loader-error
677 silly gunzTarPerm modified mode [ 'test/functional/data/undefined-constructor.loader-error',
677 silly gunzTarPerm 420,
677 silly gunzTarPerm 438 ]
678 silly gunzTarPerm extractEntry test/functional/data/int.detect
679 silly gunzTarPerm modified mode [ 'test/functional/data/int.detect', 420, 438 ]
680 silly gunzTarPerm extractEntry test/functional/data/spec-07-12b.canonical
681 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-12b.canonical', 420, 438 ]
682 silly gunzTarPerm extractEntry test/functional/data/spec-02-23.structure
683 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-23.structure', 420, 438 ]
684 silly gunzTarPerm extractEntry test/functional/data/spec-09-19.data
685 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-19.data', 420, 438 ]
686 silly gunzTarPerm extractEntry test/functional/data/spec-09-18.data
687 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-18.data', 420, 438 ]
688 silly gunzTarPerm extractEntry test/functional/data/spec-08-03.data
689 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-03.data', 420, 438 ]
690 silly gunzTarPerm extractEntry test/functional/data/spec-08-11.data
691 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-11.data', 420, 438 ]
692 silly gunzTarPerm extractEntry test/functional/data/spec-09-12.canonical
693 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-12.canonical', 420, 438 ]
694 silly gunzTarPerm extractEntry test/functional/data/spec-05-09.canonical
695 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-09.canonical', 420, 438 ]
696 silly gunzTarPerm extractEntry test/functional/data/spec-08-03.canonical
697 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-03.canonical', 420, 438 ]
698 silly gunzTarPerm extractEntry test/functional/data/invalid-python-module.loader-error
699 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-python-module.loader-error',
699 silly gunzTarPerm 420,
699 silly gunzTarPerm 438 ]
700 silly gunzTarPerm extractEntry test/functional/data/spec-09-15.data
701 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-15.data', 420, 438 ]
702 silly gunzTarPerm extractEntry test/functional/data/no-block-mapping-end.loader-error
703 silly gunzTarPerm modified mode [ 'test/functional/data/no-block-mapping-end.loader-error',
703 silly gunzTarPerm 420,
703 silly gunzTarPerm 438 ]
704 silly gunzTarPerm extractEntry test/functional/data/spec-06-03.canonical
705 silly gunzTarPerm modified mode [ 'test/functional/data/spec-06-03.canonical', 420, 438 ]
706 silly gunzTarPerm extractEntry test/functional/data/invalid-tag-1.loader-error
707 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-tag-1.loader-error', 420, 438 ]
708 silly gunzTarPerm extractEntry test/functional/data/spec-02-16.tokens
709 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-16.tokens', 420, 438 ]
710 silly gunzTarPerm extractEntry test/functional/data/spec-09-29.data
711 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-29.data', 420, 438 ]
712 silly gunzTarPerm extractEntry test/functional/data/spec-09-24.canonical
713 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-24.canonical', 420, 438 ]
714 silly gunzTarPerm extractEntry test/functional/data/spec-02-18.data
715 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-18.data', 420, 438 ]
716 silly gunzTarPerm extractEntry test/functional/data/spec-05-13.data
717 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-13.data', 420, 438 ]
718 silly gunzTarPerm extractEntry test/functional/data/spec-02-25.tokens
719 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-25.tokens', 420, 438 ]
720 silly gunzTarPerm extractEntry test/functional/data/spec-10-15.data
721 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-15.data', 420, 438 ]
722 silly gunzTarPerm extractEntry test/functional/data/empty-python-name.loader-error
723 silly gunzTarPerm modified mode [ 'test/functional/data/empty-python-name.loader-error',
723 silly gunzTarPerm 420,
723 silly gunzTarPerm 438 ]
724 silly gunzTarPerm extractEntry test/functional/data/invalid-directive-name-1.loader-error
725 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-directive-name-1.loader-error',
725 silly gunzTarPerm 420,
725 silly gunzTarPerm 438 ]
726 silly gunzTarPerm extractEntry test/functional/data/spec-09-04.data
727 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-04.data', 420, 438 ]
728 silly gunzTarPerm extractEntry test/functional/data/spec-05-03.canonical
729 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-03.canonical', 420, 438 ]
730 silly gunzTarPerm extractEntry test/functional/data/spec-09-09.data
731 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-09.data', 420, 438 ]
732 silly gunzTarPerm extractEntry test/functional/data/spec-05-07.canonical
733 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-07.canonical', 420, 438 ]
734 silly gunzTarPerm extractEntry test/functional/data/spec-02-14.tokens
735 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-14.tokens', 420, 438 ]
736 silly gunzTarPerm extractEntry test/functional/data/duplicate-yaml-directive.loader-error
737 silly gunzTarPerm modified mode [ 'test/functional/data/duplicate-yaml-directive.loader-error',
737 silly gunzTarPerm 420,
737 silly gunzTarPerm 438 ]
738 silly gunzTarPerm extractEntry test/functional/data/spec-02-14.structure
739 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-14.structure', 420, 438 ]
740 silly gunzTarPerm extractEntry test/functional/data/yaml.data
741 silly gunzTarPerm modified mode [ 'test/functional/data/yaml.data', 420, 438 ]
742 silly gunzTarPerm extractEntry test/functional/data/sloppy-indentation.data
743 silly gunzTarPerm modified mode [ 'test/functional/data/sloppy-indentation.data', 420, 438 ]
744 silly gunzTarPerm extractEntry test/functional/data/spec-02-01.data
745 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-01.data', 420, 438 ]
746 silly gunzTarPerm extractEntry test/functional/data/scan-document-end-bug.canonical
747 silly gunzTarPerm modified mode [ 'test/functional/data/scan-document-end-bug.canonical',
747 silly gunzTarPerm 420,
747 silly gunzTarPerm 438 ]
748 silly gunzTarPerm extractEntry test/functional/data/spec-09-02.canonical
749 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-02.canonical', 420, 438 ]
750 silly gunzTarPerm extractEntry test/functional/data/spec-08-08.canonical
751 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-08.canonical', 420, 438 ]
752 silly gunzTarPerm extractEntry test/functional/data/spec-09-11.data
753 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-11.data', 420, 438 ]
754 silly gunzTarPerm extractEntry test/functional/data/spec-02-19.structure
755 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-19.structure', 420, 438 ]
756 silly gunzTarPerm extractEntry test/functional/data/spec-02-22.tokens
757 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-22.tokens', 420, 438 ]
758 silly gunzTarPerm extractEntry test/functional/data/spec-02-06.tokens
759 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-06.tokens', 420, 438 ]
760 silly gunzTarPerm extractEntry test/functional/data/spec-10-11.data
761 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-11.data', 420, 438 ]
762 silly gunzTarPerm extractEntry test/functional/data/spec-02-17.data
763 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-17.data', 420, 438 ]
764 silly gunzTarPerm extractEntry test/functional/data/spec-02-28.tokens
765 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-28.tokens', 420, 438 ]
766 silly gunzTarPerm extractEntry test/functional/data/spec-09-08.canonical
767 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-08.canonical', 420, 438 ]
768 silly gunzTarPerm extractEntry test/functional/data/spec-05-04.canonical
769 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-04.canonical', 420, 438 ]
770 silly gunzTarPerm extractEntry test/functional/data/spec-09-20.canonical
771 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-20.canonical', 420, 438 ]
772 silly gunzTarPerm extractEntry test/functional/data/spec-10-13.data
773 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-13.data', 420, 438 ]
774 silly gunzTarPerm extractEntry test/functional/data/spec-08-11.canonical
775 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-11.canonical', 420, 438 ]
776 silly gunzTarPerm extractEntry test/functional/data/spec-09-10.data
777 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-10.data', 420, 438 ]
778 silly gunzTarPerm extractEntry test/functional/data/spec-02-25.data
779 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-25.data', 420, 438 ]
780 silly gunzTarPerm extractEntry test/functional/data/spec-02-13.tokens
781 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-13.tokens', 420, 438 ]
782 silly gunzTarPerm extractEntry test/functional/data/expected-scalar.loader-error
783 silly gunzTarPerm modified mode [ 'test/functional/data/expected-scalar.loader-error', 420, 438 ]
784 silly gunzTarPerm extractEntry test/functional/data/spec-07-07a.data
785 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-07a.data', 420, 438 ]
786 silly gunzTarPerm extractEntry test/functional/data/spec-09-24.data
787 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-24.data', 420, 438 ]
788 silly gunzTarPerm extractEntry test/functional/data/spec-02-04.structure
789 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-04.structure', 420, 438 ]
790 silly gunzTarPerm extractEntry test/functional/data/spec-09-17.data
791 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-17.data', 420, 438 ]
792 silly gunzTarPerm extractEntry test/functional/data/emit-block-scalar-in-simple-key-context-bug.canonical
793 silly gunzTarPerm modified mode [ 'test/functional/data/emit-block-scalar-in-simple-key-context-bug.canonical',
793 silly gunzTarPerm 420,
793 silly gunzTarPerm 438 ]
794 silly gunzTarPerm extractEntry test/functional/data/spec-02-27.structure
795 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-27.structure', 420, 438 ]
796 silly gunzTarPerm extractEntry test/functional/data/spec-10-05.data
797 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-05.data', 420, 438 ]
798 silly gunzTarPerm extractEntry test/functional/data/spec-09-06.data
799 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-06.data', 420, 438 ]
800 silly gunzTarPerm extractEntry test/functional/data/spec-02-02.structure
801 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-02.structure', 420, 438 ]
802 silly gunzTarPerm extractEntry test/functional/data/spec-02-07.structure
803 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-07.structure', 420, 438 ]
804 silly gunzTarPerm extractEntry test/functional/data/spec-10-02.canonical
805 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-02.canonical', 420, 438 ]
806 silly gunzTarPerm extractEntry test/functional/data/spec-10-09.data
807 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-09.data', 420, 438 ]
808 silly gunzTarPerm extractEntry test/functional/data/spec-02-20.structure
809 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-20.structure', 420, 438 ]
810 silly gunzTarPerm extractEntry test/functional/data/spec-05-04.data
811 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-04.data', 420, 438 ]
812 silly gunzTarPerm extractEntry test/functional/data/spec-07-13.data
813 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-13.data', 420, 438 ]
814 silly gunzTarPerm extractEntry test/functional/data/spec-08-09.canonical
815 silly gunzTarPerm modified mode [ 'test/functional/data/spec-08-09.canonical', 420, 438 ]
816 silly gunzTarPerm extractEntry test/functional/data/spec-02-16.data
817 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-16.data', 420, 438 ]
818 silly gunzTarPerm extractEntry test/functional/data/spec-10-10.canonical
819 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-10.canonical', 420, 438 ]
820 silly gunzTarPerm extractEntry test/functional/data/spec-05-08.data
821 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-08.data', 420, 438 ]
822 silly gunzTarPerm extractEntry test/functional/data/spec-05-11.canonical
823 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-11.canonical', 420, 438 ]
824 silly gunzTarPerm extractEntry test/functional/data/spec-09-12.data
825 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-12.data', 420, 438 ]
826 silly gunzTarPerm extractEntry test/functional/data/spec-05-03.data
827 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-03.data', 420, 438 ]
828 silly gunzTarPerm extractEntry test/functional/data/spec-07-02.data
829 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-02.data', 420, 438 ]
830 silly gunzTarPerm extractEntry test/functional/data/empty-document-bug.data
831 silly gunzTarPerm modified mode [ 'test/functional/data/empty-document-bug.data', 420, 438 ]
832 silly gunzTarPerm extractEntry test/functional/data/spec-02-05.structure
833 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-05.structure', 420, 438 ]
834 silly gunzTarPerm extractEntry test/functional/data/spec-07-06.canonical
835 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-06.canonical', 420, 438 ]
836 silly gunzTarPerm extractEntry test/functional/data/spec-09-08.data
837 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-08.data', 420, 438 ]
838 silly gunzTarPerm extractEntry test/functional/data/spec-09-23.data
839 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-23.data', 420, 438 ]
840 silly gunzTarPerm extractEntry test/functional/data/spec-10-13.canonical
841 silly gunzTarPerm modified mode [ 'test/functional/data/spec-10-13.canonical', 420, 438 ]
842 silly gunzTarPerm extractEntry test/functional/data/spec-09-11.canonical
843 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-11.canonical', 420, 438 ]
844 silly gunzTarPerm extractEntry test/functional/data/spec-09-22.data
845 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-22.data', 420, 438 ]
846 silly gunzTarPerm extractEntry test/functional/data/spec-02-28.data
847 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-28.data', 420, 438 ]
848 silly gunzTarPerm extractEntry test/functional/data/spec-09-04.canonical
849 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-04.canonical', 420, 438 ]
850 silly gunzTarPerm extractEntry test/functional/data/spec-09-20.data
851 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-20.data', 420, 438 ]
852 silly gunzTarPerm extractEntry test/functional/data/empty-documents.single-loader-error
853 silly gunzTarPerm modified mode [ 'test/functional/data/empty-documents.single-loader-error',
853 silly gunzTarPerm 420,
853 silly gunzTarPerm 438 ]
854 silly gunzTarPerm extractEntry test/functional/data/spec-02-15.tokens
855 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-15.tokens', 420, 438 ]
856 silly gunzTarPerm extractEntry test/functional/data/spec-07-02.canonical
857 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-02.canonical', 420, 438 ]
858 silly gunzTarPerm extractEntry test/functional/data/no-block-mapping-end-2.loader-error
859 silly gunzTarPerm modified mode [ 'test/functional/data/no-block-mapping-end-2.loader-error',
859 silly gunzTarPerm 420,
859 silly gunzTarPerm 438 ]
860 silly gunzTarPerm extractEntry test/functional/data/invalid-uri-escapes-2.loader-error
861 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-uri-escapes-2.loader-error',
861 silly gunzTarPerm 420,
861 silly gunzTarPerm 438 ]
862 silly gunzTarPerm extractEntry test/functional/data/empty-document-bug.canonical
863 silly gunzTarPerm modified mode [ 'test/functional/data/empty-document-bug.canonical', 420, 438 ]
864 silly gunzTarPerm extractEntry test/functional/data/spec-02-11.tokens
865 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-11.tokens', 420, 438 ]
866 silly gunzTarPerm extractEntry test/functional/data/invalid-indentation-indicator-1.loader-error
867 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-indentation-indicator-1.loader-error',
867 silly gunzTarPerm 420,
867 silly gunzTarPerm 438 ]
868 silly gunzTarPerm extractEntry test/functional/data/function.data
869 silly gunzTarPerm modified mode [ 'test/functional/data/function.data', 420, 438 ]
870 silly gunzTarPerm extractEntry test/functional/data/invalid-escape-character.loader-error
871 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-escape-character.loader-error',
871 silly gunzTarPerm 420,
871 silly gunzTarPerm 438 ]
872 silly gunzTarPerm extractEntry test/functional/data/no-document-start.loader-error
873 silly gunzTarPerm modified mode [ 'test/functional/data/no-document-start.loader-error',
873 silly gunzTarPerm 420,
873 silly gunzTarPerm 438 ]
874 silly gunzTarPerm extractEntry test/functional/data/spec-07-07b.canonical
875 silly gunzTarPerm modified mode [ 'test/functional/data/spec-07-07b.canonical', 420, 438 ]
876 silly gunzTarPerm extractEntry test/functional/data/invalid-pairs-2.loader-error
877 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-pairs-2.loader-error', 420, 438 ]
878 silly gunzTarPerm extractEntry test/functional/data/scan-document-end-bug.data
879 silly gunzTarPerm modified mode [ 'test/functional/data/scan-document-end-bug.data', 420, 438 ]
880 silly gunzTarPerm extractEntry test/functional/data/spec-05-14.data
881 silly gunzTarPerm modified mode [ 'test/functional/data/spec-05-14.data', 420, 438 ]
882 silly gunzTarPerm extractEntry test/functional/data/spec-02-01.tokens
883 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-01.tokens', 420, 438 ]
884 silly gunzTarPerm extractEntry test/functional/data/spec-09-33.data
885 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-33.data', 420, 438 ]
886 silly gunzTarPerm extractEntry test/functional/data/invalid-simple-key.loader-error
887 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-simple-key.loader-error',
887 silly gunzTarPerm 420,
887 silly gunzTarPerm 438 ]
888 silly gunzTarPerm extractEntry test/functional/data/spec-02-19.tokens
889 silly gunzTarPerm modified mode [ 'test/functional/data/spec-02-19.tokens', 420, 438 ]
890 silly gunzTarPerm extractEntry test/functional/data/invalid-anchor-2.loader-error
891 silly gunzTarPerm modified mode [ 'test/functional/data/invalid-anchor-2.loader-error',
891 silly gunzTarPerm 420,
891 silly gunzTarPerm 438 ]
892 silly gunzTarPerm extractEntry test/functional/data/spec-09-07.canonical
893 silly gunzTarPerm modified mode [ 'test/functional/data/spec-09-07.canonical', 420, 438 ]
894 silly gunzTarPerm extractEntry test/functional/functional-tokens.js
895 silly gunzTarPerm modified mode [ 'test/functional/functional-tokens.js', 420, 438 ]
896 silly gunzTarPerm extractEntry test/functional/canonical.js
897 silly gunzTarPerm modified mode [ 'test/functional/canonical.js', 420, 438 ]
898 silly gunzTarPerm extractEntry test/functional/functional-structure.js
899 silly gunzTarPerm modified mode [ 'test/functional/functional-structure.js', 420, 438 ]
900 silly gunzTarPerm extractEntry test/functional/functional-errors.js
901 silly gunzTarPerm modified mode [ 'test/functional/functional-errors.js', 420, 438 ]
902 silly gunzTarPerm extractEntry test/functional/functional-resolver.js
903 silly gunzTarPerm modified mode [ 'test/functional/functional-resolver.js', 420, 438 ]
904 silly gunzTarPerm extractEntry test/issues-test.js
905 silly gunzTarPerm modified mode [ 'test/issues-test.js', 420, 438 ]
906 silly gunzTarPerm extractEntry test/functional-test.js
907 silly gunzTarPerm modified mode [ 'test/functional-test.js', 420, 438 ]
908 silly gunzTarPerm extractEntry test/issues/
909 silly gunzTarPerm modified mode [ 'test/issues/', 493, 511 ]
910 silly gunzTarPerm extractEntry test/issues/issue-9.js
911 silly gunzTarPerm modified mode [ 'test/issues/issue-9.js', 420, 438 ]
912 silly gunzTarPerm extractEntry test/issues/issue-46.js
913 silly gunzTarPerm modified mode [ 'test/issues/issue-46.js', 420, 438 ]
914 silly gunzTarPerm extractEntry test/issues/issue-8.js
915 silly gunzTarPerm modified mode [ 'test/issues/issue-8.js', 420, 438 ]
916 silly gunzTarPerm extractEntry test/issues/issue-33.js
917 silly gunzTarPerm modified mode [ 'test/issues/issue-33.js', 420, 438 ]
918 silly gunzTarPerm extractEntry test/issues/data/
919 silly gunzTarPerm modified mode [ 'test/issues/data/', 493, 511 ]
920 silly gunzTarPerm extractEntry test/issues/data/issue-26.yml
921 silly gunzTarPerm modified mode [ 'test/issues/data/issue-26.yml', 420, 438 ]
922 silly gunzTarPerm extractEntry test/issues/data/issue-19.yml
923 silly gunzTarPerm modified mode [ 'test/issues/data/issue-19.yml', 420, 438 ]
924 silly gunzTarPerm extractEntry test/issues/data/issue-17.yml
925 silly gunzTarPerm modified mode [ 'test/issues/data/issue-17.yml', 420, 438 ]
926 silly gunzTarPerm extractEntry test/issues/data/issue-33.yml
927 silly gunzTarPerm modified mode [ 'test/issues/data/issue-33.yml', 420, 438 ]
928 silly gunzTarPerm extractEntry test/issues/data/issue-9.yml
929 silly gunzTarPerm modified mode [ 'test/issues/data/issue-9.yml', 420, 438 ]
930 silly gunzTarPerm extractEntry test/issues/data/issue-8.yml
931 silly gunzTarPerm modified mode [ 'test/issues/data/issue-8.yml', 420, 438 ]
932 silly gunzTarPerm extractEntry test/issues/data/issue-46.yml
933 silly gunzTarPerm modified mode [ 'test/issues/data/issue-46.yml', 420, 438 ]
934 silly gunzTarPerm extractEntry test/issues/issue-19.js
935 silly gunzTarPerm modified mode [ 'test/issues/issue-19.js', 420, 438 ]
936 silly gunzTarPerm extractEntry test/issues/issue-17.js
937 silly gunzTarPerm modified mode [ 'test/issues/issue-17.js', 420, 438 ]
938 silly gunzTarPerm extractEntry test/issues/issue-26.js
939 silly gunzTarPerm modified mode [ 'test/issues/issue-26.js', 420, 438 ]
940 silly gunzTarPerm extractEntry test/helper.js
941 silly gunzTarPerm modified mode [ 'test/helper.js', 420, 438 ]
942 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/package.json
943 silly lockFile 3f03995e-c-js-heckle-node-modules-js-yaml /home/marijn/src/js/heckle/node_modules/js-yaml
944 info preinstall js-yaml@1.0.2
945 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/package.json
946 verbose readDependencies using package.json deps
947 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/package.json
948 verbose readDependencies using package.json deps
949 verbose cache add [ 'argparse@~ 0.1.3', null ]
950 silly cache add name=undefined spec="argparse@~ 0.1.3" args=["argparse@~ 0.1.3",null]
951 verbose parsed url { pathname: 'argparse@~%200.1.3',
951 verbose parsed url path: 'argparse@~%200.1.3',
951 verbose parsed url href: 'argparse@~%200.1.3' }
952 silly cache add name="argparse" spec="~ 0.1.3" args=["argparse","~ 0.1.3"]
953 verbose parsed url { pathname: '~%200.1.3', path: '~%200.1.3', href: '~%200.1.3' }
954 verbose addNamed [ 'argparse', '~ 0.1.3' ]
955 verbose addNamed [ null, '>=0.1.3- <0.2.0-' ]
956 silly lockFile 81f5ca5e-argparse-0-1-3 argparse@~ 0.1.3
957 verbose lock argparse@~ 0.1.3 /home/marijn/.npm/81f5ca5e-argparse-0-1-3.lock
958 silly addNameRange { name: 'argparse', range: '>=0.1.3- <0.2.0-', hasData: false }
959 verbose url raw argparse
960 verbose url resolving [ 'https://registry.npmjs.org/', './argparse' ]
961 verbose url resolved https://registry.npmjs.org/argparse
962 info retry registry request attempt 1 at 11:17:15
963 verbose etag "6B55X3KNV3SJNNINJJ3BVRFD5"
964 http GET https://registry.npmjs.org/argparse
965 http 304 https://registry.npmjs.org/argparse
966 silly registry.get cb [ 304,
966 silly registry.get { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)',
966 silly registry.get etag: '"6B55X3KNV3SJNNINJJ3BVRFD5"',
966 silly registry.get date: 'Wed, 05 Sep 2012 09:17:16 GMT',
966 silly registry.get 'content-length': '0' } ]
967 verbose etag argparse from cache
968 silly addNameRange number 2 { name: 'argparse', range: '>=0.1.3- <0.2.0-', hasData: true }
969 silly addNameRange versions [ 'argparse',
969 silly addNameRange [ '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5' ] ]
970 verbose addNamed [ 'argparse', '0.1.5' ]
971 verbose addNamed [ '0.1.5', '0.1.5' ]
972 silly lockFile b3dfeb63-argparse-0-1-5 argparse@0.1.5
973 verbose lock argparse@0.1.5 /home/marijn/.npm/b3dfeb63-argparse-0-1-5.lock
974 verbose read json /home/marijn/.npm/argparse/0.1.5/package/package.json
975 silly lockFile b3dfeb63-argparse-0-1-5 argparse@0.1.5
976 silly lockFile 81f5ca5e-argparse-0-1-3 argparse@~ 0.1.3
977 silly resolved [ { name: 'argparse',
977 silly resolved description: 'Very powerful CLI arguments parser. Native port of argparse - python\'s options parsing library',
977 silly resolved version: '0.1.5',
977 silly resolved keywords: [ 'cli', 'parser', 'argparse', 'option', 'args' ],
977 silly resolved homepage: 'https://github.com/nodeca/argparse',
977 silly resolved author: { name: 'Eugene Shkuropat', email: 'e.shkuropat@gmail.com' },
977 silly resolved bugs: { url: 'https://github.com/nodeca/argparse/issues' },
977 silly resolved license:
977 silly resolved { type: 'MIT',
977 silly resolved url: 'https://github.com/nodeca/argparse/blob/master/LICENSE' },
977 silly resolved repository: { type: 'git', url: 'git://github.com/nodeca/argparse.git' },
977 silly resolved main: './index.js',
977 silly resolved scripts: { test: 'make test' },
977 silly resolved dependencies: { underscore: '~1.3.3', 'underscore.string': '~2.1.1' },
977 silly resolved devDependencies: { mocha: '~1.2.1' },
977 silly resolved engines: { node: '>= 0.6.0' },
977 silly resolved readme: 'argparse\n========\n\n[![Build Status](https://secure.travis-ci.org/nodeca/argparse.png?branch=master)](http://travis-ci.org/nodeca/argparse)\n\nCLI arguments parser for node.js. Javascript port of python\'s\n[argparse](http://docs.python.org/dev/library/argparse.html) module\n(original version 3.2). That\'s a full port, except some very rare options,\nrecorded in issue tracker.\n\n**NB.** Method names changed to camelCase. See [generated docs](http://nodeca.github.com/argparse/).\n\n\nExample\n=======\n\ntest.js file:\n\n```javascript\n#!/usr/bin/env node\n\'use strict\';\n\nvar ArgumentParser = require(\'../lib/argparse\').ArgumentParser;\nvar parser = new ArgumentParser({\n version: \'0.0.1\',\n addHelp:true,\n description: \'Argparse example\'\n});\nparser.addArgument(\n [ \'-f\', \'--foo\' ],\n {\n help: \'foo bar\'\n }\n);\nparser.addArgument(\n [ \'-b\', \'--bar\' ],\n {\n help: \'bar foo\'\n }\n);\nvar args = parser.parseArgs();\nconsole.dir(args);\n```\n\nDisplay help:\n\n```\n$ ./test.js -h\nusage: example.js [-h] [-v] [-f FOO] [-b BAR]\n\nArgparse example\n\nOptional arguments:\n -h, --help Show this help message and exit.\n -v, --version Show program\'s version number and exit.\n -f FOO, --foo FOO foo bar\n -b BAR, --bar BAR bar foo\n```\n\nParse arguments:\n\n```\n$ ./test.js -f=3 --bar=4\n{ foo: \'3\', bar: \'4\' }\n```\n\nMore [examples](https://github.com/nodeca/argparse/tree/master/examples).\n\n\nArgumentParser objects\n======================\n\n```\nnew ArgumentParser({paramters hash});\n```\n\nCreates a new ArgumentParser object.\n\n**Supported params:**\n\n- ```description``` - Text to display before the argument help.\n- ```epilog``` - Text to display after the argument help.\n- ```addHelp``` - Add a -h/–help option to the parser. (default: True)\n- ```argumentDefault``` - Set the global default value for arguments. (default: None)\n- ```parents``` - A list of ArgumentParser objects whose arguments should also be included.\n- ```prefixChars``` - The set of characters that prefix optional arguments. (default: ‘-‘)\n- ```formatterClass``` - A class for customizing the help output.\n- ```prog``` - The name of the program (default: sys.argv[0])\n- ```usage``` - The string describing the program usage (default: generated)\n\n**Not supportied yet**\n\n- ```fromfilePrefixChars``` - The set of characters that prefix files from which additional arguments should be read.\n- ```conflictHandler``` - Usually unnecessary, defines strategy for resolving conflicting optionals.\n\nDetails in [original ArgumentParser guide](http://docs.python.org/dev/library/argparse.html#argumentparser-objects)\n\n\naddArgument() method\n====================\n\n```\nArgumentParser.addArgument([names or flags], {options})\n```\n\nDefines how a single command-line argument should be parsed.\n\n- ```name or flags``` - Either a name or a list of option strings, e.g. foo or -f, --foo.\n\nOptions:\n\n- ```action``` - The basic type of action to be taken when this argument is encountered at the command line.\n- ```nargs```- The number of command-line arguments that should be consumed.\n- ```constant``` - A constant value required by some action and nargs selections.\n- ```defaultValue``` - The value produced if the argument is absent from the command line.\n- ```type``` - The type to which the command-line argument should be converted.\n- ```choices``` - A container of the allowable values for the argument.\n- ```required``` - Whether or not the command-line option may be omitted (optionals only).\n- ```help``` - A brief description of what the argument does.\n- ```metavar``` - A name for the argument in usage messages.\n- ```dest``` - The name of the attribute to be added to the object returned by parseArgs().\n\nDetails in [original add_argument guide](http://docs.python.org/dev/library/argparse.html#the-add-argument-method)\n\n\nAction (some details)\n================\n\nArgumentParser objects associate command-line arguments with actions.\nThese actions can do just about anything with the command-line arguments associated\nwith them, though most actions simply add an attribute to the object returned by\nparseArgs(). The action keyword argument specifies how the command-line arguments\nshould be handled. The supported actions are:\n\n- ```store``` - Just stores the argument’s value. This is the default action.\n- ```storeConstant``` - Stores value, specified by the const keyword argument.\n (Note that the const keyword argument defaults to the rather unhelpful None.)\n The \'storeConstant\' action is most commonly used with optional arguments, that\n specify some sort of flag.\n- ```storeTrue``` and ```storeFalse``` - Stores values True and False\n respectively. These are special cases of \'storeConstant\'.\n- ```append``` - Stores a list, and appends each argument value to the list.\n This is useful to allow an option to be specified multiple times.\n- ```appendConst``` - Stores a list, and appends value, specified by the\n const keyword argument to the list. (Note, that the const keyword argument defaults\n is None.) The \'appendConst\' action is typically used when multiple arguments need\n to store constants to the same list.\n- ```count``` - Counts the number of times a keyword argument occurs. For example,\n used for increasing verbosity levels.\n- ```help``` - Prints a complete help message for all the options in the current\n parser and then exits. By default a help action is automatically added to the parser.\n See ArgumentParser for details of how the output is created.\n- ```version``` - Prints version information and exit. Expects a `version=`\n keyword argument in the addArgument() call.\n\nDetails in [original action guide](http://docs.python.org/dev/library/argparse.html#action)\n\n\nSub-commands\n============\n\nArgumentParser.addSubparsers()\n\nMany programs split their functionality into a number of sub-commands, for\nexample, the svn program can invoke sub-commands like `svn checkout`, `svn update`,\nand `svn commit`. Splitting up functionality this way can be a particularly good\nidea when a program performs several different functions which require different\nkinds of command-line arguments. `ArgumentParser` supports creation of such\nsub-commands with `addSubparsers()` method. The `addSubparsers()` method is\nnormally called with no arguments and returns an special action object.\nThis object has a single method `addParser()`, which takes a command name and\nany `ArgumentParser` constructor arguments, and returns an `ArgumentParser` object\nthat can be modified as usual.\n\nExample:\n\nsub_commands.js\n```javascript\n#!/usr/bin/env node\n\'use strict\';\n\nvar ArgumentParser = require(\'../lib/argparse\').ArgumentParser;\nvar parser = new ArgumentParser({\n version: \'0.0.1\',\n addHelp:true,\n description: \'Argparse examples: sub-commands\',\n});\n\nvar subparsers = parser.addSubparsers({\n title:\'subcommands\',\n dest:"subcommand_name"\n});\n\nvar bar = subparsers.addParser(\'c1\', {addHelp:true});\nbar.addArgument(\n [ \'-f\', \'--foo\' ],\n {\n action: \'store\',\n help: \'foo3 bar3\'\n }\n);\nvar bar = subparsers.addParser(\n \'c2\',\n {aliases:[\'co\'], addHelp:true}\n);\nbar.addArgument(\n [ \'-b\', \'--bar\' ],\n {\n action: \'store\',\n type: \'int\',\n help: \'foo3 bar3\'\n }\n);\n\nvar args = parser.parseArgs();\nconsole.dir(args);\n\n```\n\nDetails in [original sub-commands guide](http://docs.python.org/dev/library/argparse.html#sub-commands)\n\n\nAuthor\n======\n\n[Eugene Shkuropat](https://github.com/shkuropat)\n\n\nLicense\n=======\n\nCopyright (c) 2012 [Vitaly Puzrin](https://github.com/puzrin).\nReleased under the MIT license. See\n[LICENSE](https://github.com/nodeca/argparse/blob/master/LICENSE) for details.\n\n\n',
977 silly resolved _id: 'argparse@0.1.5',
977 silly resolved _from: 'argparse@~ 0.1.3' } ]
978 info install argparse@0.1.5 into /home/marijn/src/js/heckle/node_modules/js-yaml
979 info installOne argparse@0.1.5
980 verbose from cache /home/marijn/.npm/argparse/0.1.5/package/package.json
981 info /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse unbuild
982 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/package.json
983 verbose tar unpack /home/marijn/.npm/argparse/0.1.5/package.tgz
984 silly lockFile 2d0a8b63-es-js-yaml-node-modules-argparse /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse
985 verbose lock /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse /home/marijn/.npm/2d0a8b63-es-js-yaml-node-modules-argparse.lock
986 silly gunzTarPerm modes [ '777', '666' ]
987 silly gunzTarPerm extractEntry index.js
988 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
989 silly gunzTarPerm extractEntry LICENSE
990 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
991 silly gunzTarPerm extractEntry .jshintrc
992 silly gunzTarPerm modified mode [ '.jshintrc', 420, 438 ]
993 silly gunzTarPerm extractEntry .npmignore
994 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
995 silly gunzTarPerm extractEntry package.json
996 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
997 silly gunzTarPerm extractEntry .travis.yml
998 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
999 silly gunzTarPerm extractEntry README.md
1000 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1001 silly gunzTarPerm extractEntry .ndocrc
1002 silly gunzTarPerm modified mode [ '.ndocrc', 420, 438 ]
1003 silly gunzTarPerm extractEntry Makefile
1004 silly gunzTarPerm modified mode [ 'Makefile', 420, 438 ]
1005 silly gunzTarPerm extractEntry HISTORY.md
1006 silly gunzTarPerm modified mode [ 'HISTORY.md', 420, 438 ]
1007 silly gunzTarPerm extractEntry lib/
1008 silly gunzTarPerm modified mode [ 'lib/', 493, 511 ]
1009 silly gunzTarPerm extractEntry lib/help/
1010 silly gunzTarPerm modified mode [ 'lib/help/', 493, 511 ]
1011 silly gunzTarPerm extractEntry lib/help/formatter.js
1012 silly gunzTarPerm modified mode [ 'lib/help/formatter.js', 420, 438 ]
1013 silly gunzTarPerm extractEntry lib/argument/
1014 silly gunzTarPerm modified mode [ 'lib/argument/', 493, 511 ]
1015 silly gunzTarPerm extractEntry lib/argument/error.js
1016 silly gunzTarPerm modified mode [ 'lib/argument/error.js', 420, 438 ]
1017 silly gunzTarPerm extractEntry lib/argument/group.js
1018 silly gunzTarPerm modified mode [ 'lib/argument/group.js', 420, 438 ]
1019 silly gunzTarPerm extractEntry lib/namespace.js
1020 silly gunzTarPerm modified mode [ 'lib/namespace.js', 420, 438 ]
1021 silly gunzTarPerm extractEntry lib/argparse.js
1022 silly gunzTarPerm modified mode [ 'lib/argparse.js', 420, 438 ]
1023 silly gunzTarPerm extractEntry lib/const.js
1024 silly gunzTarPerm modified mode [ 'lib/const.js', 420, 438 ]
1025 silly gunzTarPerm extractEntry lib/action/
1026 silly gunzTarPerm modified mode [ 'lib/action/', 493, 511 ]
1027 silly gunzTarPerm extractEntry lib/action/count.js
1028 silly gunzTarPerm modified mode [ 'lib/action/count.js', 420, 438 ]
1029 silly gunzTarPerm extractEntry lib/action/append/
1030 silly gunzTarPerm modified mode [ 'lib/action/append/', 493, 511 ]
1031 silly gunzTarPerm extractEntry lib/action/append/constant.js
1032 silly gunzTarPerm modified mode [ 'lib/action/append/constant.js', 420, 438 ]
1033 silly gunzTarPerm extractEntry lib/action/store.js
1034 silly gunzTarPerm modified mode [ 'lib/action/store.js', 420, 438 ]
1035 silly gunzTarPerm extractEntry lib/action/version.js
1036 silly gunzTarPerm modified mode [ 'lib/action/version.js', 420, 438 ]
1037 silly gunzTarPerm extractEntry lib/action/subparsers.js
1038 silly gunzTarPerm modified mode [ 'lib/action/subparsers.js', 420, 438 ]
1039 silly gunzTarPerm extractEntry lib/action/append.js
1040 silly gunzTarPerm modified mode [ 'lib/action/append.js', 420, 438 ]
1041 silly gunzTarPerm extractEntry lib/action/help.js
1042 silly gunzTarPerm modified mode [ 'lib/action/help.js', 420, 438 ]
1043 silly gunzTarPerm extractEntry lib/action/store/
1044 silly gunzTarPerm modified mode [ 'lib/action/store/', 493, 511 ]
1045 silly gunzTarPerm extractEntry lib/action/store/constant.js
1046 silly gunzTarPerm modified mode [ 'lib/action/store/constant.js', 420, 438 ]
1047 silly gunzTarPerm extractEntry lib/action/store/true.js
1048 silly gunzTarPerm modified mode [ 'lib/action/store/true.js', 420, 438 ]
1049 silly gunzTarPerm extractEntry lib/action/store/false.js
1050 silly gunzTarPerm modified mode [ 'lib/action/store/false.js', 420, 438 ]
1051 silly gunzTarPerm extractEntry lib/action_container.js
1052 silly gunzTarPerm modified mode [ 'lib/action_container.js', 420, 438 ]
1053 silly gunzTarPerm extractEntry lib/argument_parser.js
1054 silly gunzTarPerm modified mode [ 'lib/argument_parser.js', 420, 438 ]
1055 silly gunzTarPerm extractEntry lib/action.js
1056 silly gunzTarPerm modified mode [ 'lib/action.js', 420, 438 ]
1057 silly gunzTarPerm extractEntry .jshintignore
1058 silly gunzTarPerm modified mode [ '.jshintignore', 420, 438 ]
1059 silly gunzTarPerm extractEntry examples/
1060 silly gunzTarPerm modified mode [ 'examples/', 493, 511 ]
1061 silly gunzTarPerm extractEntry examples/nargs.js
1062 silly gunzTarPerm modified mode [ 'examples/nargs.js', 493, 511 ]
1063 silly gunzTarPerm extractEntry examples/constants.js
1064 silly gunzTarPerm modified mode [ 'examples/constants.js', 493, 511 ]
1065 silly gunzTarPerm extractEntry examples/prefix_chars.js
1066 silly gunzTarPerm modified mode [ 'examples/prefix_chars.js', 493, 511 ]
1067 silly gunzTarPerm extractEntry examples/choice.js
1068 silly gunzTarPerm modified mode [ 'examples/choice.js', 493, 511 ]
1069 silly gunzTarPerm extractEntry examples/help.js
1070 silly gunzTarPerm modified mode [ 'examples/help.js', 493, 511 ]
1071 silly gunzTarPerm extractEntry examples/sub_commands.js
1072 silly gunzTarPerm modified mode [ 'examples/sub_commands.js', 493, 511 ]
1073 silly gunzTarPerm extractEntry examples/arguments.js
1074 silly gunzTarPerm modified mode [ 'examples/arguments.js', 493, 511 ]
1075 silly gunzTarPerm extractEntry test/
1076 silly gunzTarPerm modified mode [ 'test/', 493, 511 ]
1077 silly gunzTarPerm extractEntry test/base.js
1078 silly gunzTarPerm modified mode [ 'test/base.js', 420, 438 ]
1079 silly gunzTarPerm extractEntry test/sub_commands.js
1080 silly gunzTarPerm modified mode [ 'test/sub_commands.js', 420, 438 ]
1081 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/package.json
1082 silly lockFile 2d0a8b63-es-js-yaml-node-modules-argparse /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse
1083 info preinstall argparse@0.1.5
1084 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/package.json
1085 verbose readDependencies using package.json deps
1086 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/package.json
1087 verbose readDependencies using package.json deps
1088 verbose cache add [ 'underscore@~1.3.3', null ]
1089 silly cache add name=undefined spec="underscore@~1.3.3" args=["underscore@~1.3.3",null]
1090 verbose parsed url { pathname: 'underscore@~1.3.3',
1090 verbose parsed url path: 'underscore@~1.3.3',
1090 verbose parsed url href: 'underscore@~1.3.3' }
1091 silly cache add name="underscore" spec="~1.3.3" args=["underscore","~1.3.3"]
1092 verbose parsed url { pathname: '~1.3.3', path: '~1.3.3', href: '~1.3.3' }
1093 verbose addNamed [ 'underscore', '~1.3.3' ]
1094 verbose addNamed [ null, '>=1.3.3- <1.4.0-' ]
1095 silly lockFile 9531f476-underscore-1-3-3 underscore@~1.3.3
1096 verbose lock underscore@~1.3.3 /home/marijn/.npm/9531f476-underscore-1-3-3.lock
1097 verbose cache add [ 'underscore.string@~2.1.1', null ]
1098 silly cache add name=undefined spec="underscore.string@~2.1.1" args=["underscore.string@~2.1.1",null]
1099 verbose parsed url { pathname: 'underscore.string@~2.1.1',
1099 verbose parsed url path: 'underscore.string@~2.1.1',
1099 verbose parsed url href: 'underscore.string@~2.1.1' }
1100 silly cache add name="underscore.string" spec="~2.1.1" args=["underscore.string","~2.1.1"]
1101 verbose parsed url { pathname: '~2.1.1', path: '~2.1.1', href: '~2.1.1' }
1102 verbose addNamed [ 'underscore.string', '~2.1.1' ]
1103 verbose addNamed [ null, '>=2.1.1- <2.2.0-' ]
1104 silly lockFile 912c049b-underscore-string-2-1-1 underscore.string@~2.1.1
1105 verbose lock underscore.string@~2.1.1 /home/marijn/.npm/912c049b-underscore-string-2-1-1.lock
1106 silly addNameRange { name: 'underscore', range: '>=1.3.3- <1.4.0-', hasData: false }
1107 silly addNameRange { name: 'underscore.string',
1107 silly addNameRange range: '>=2.1.1- <2.2.0-',
1107 silly addNameRange hasData: false }
1108 verbose url raw underscore
1109 verbose url resolving [ 'https://registry.npmjs.org/', './underscore' ]
1110 verbose url resolved https://registry.npmjs.org/underscore
1111 info retry registry request attempt 1 at 11:17:16
1112 verbose etag "EKQLYS8FB6I8921907ECSFN6L"
1113 http GET https://registry.npmjs.org/underscore
1114 verbose url raw underscore.string
1115 verbose url resolving [ 'https://registry.npmjs.org/', './underscore.string' ]
1116 verbose url resolved https://registry.npmjs.org/underscore.string
1117 info retry registry request attempt 1 at 11:17:16
1118 verbose etag "9CXJZANBEXWGR4YYKAOF250KH"
1119 http GET https://registry.npmjs.org/underscore.string
1120 http 304 https://registry.npmjs.org/underscore
1121 silly registry.get cb [ 304,
1121 silly registry.get { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)',
1121 silly registry.get etag: '"EKQLYS8FB6I8921907ECSFN6L"',
1121 silly registry.get date: 'Wed, 05 Sep 2012 09:17:18 GMT',
1121 silly registry.get 'content-length': '0' } ]
1122 verbose etag underscore from cache
1123 silly addNameRange number 2 { name: 'underscore', range: '>=1.3.3- <1.4.0-', hasData: true }
1124 silly addNameRange versions [ 'underscore',
1124 silly addNameRange [ '1.0.3',
1124 silly addNameRange '1.0.4',
1124 silly addNameRange '1.1.0',
1124 silly addNameRange '1.1.1',
1124 silly addNameRange '1.1.2',
1124 silly addNameRange '1.1.3',
1124 silly addNameRange '1.1.4',
1124 silly addNameRange '1.1.5',
1124 silly addNameRange '1.1.6',
1124 silly addNameRange '1.1.7',
1124 silly addNameRange '1.2.0',
1124 silly addNameRange '1.2.1',
1124 silly addNameRange '1.2.2',
1124 silly addNameRange '1.2.3',
1124 silly addNameRange '1.2.4',
1124 silly addNameRange '1.3.0',
1124 silly addNameRange '1.3.1',
1124 silly addNameRange '1.3.2',
1124 silly addNameRange '1.3.3' ] ]
1125 verbose addNamed [ 'underscore', '1.3.3' ]
1126 verbose addNamed [ '1.3.3', '1.3.3' ]
1127 silly lockFile 99e765c4-underscore-1-3-3 underscore@1.3.3
1128 verbose lock underscore@1.3.3 /home/marijn/.npm/99e765c4-underscore-1-3-3.lock
1129 verbose read json /home/marijn/.npm/underscore/1.3.3/package/package.json
1130 silly lockFile 99e765c4-underscore-1-3-3 underscore@1.3.3
1131 silly lockFile 9531f476-underscore-1-3-3 underscore@~1.3.3
1132 http 304 https://registry.npmjs.org/underscore.string
1133 silly registry.get cb [ 304,
1133 silly registry.get { server: 'CouchDB/1.2.0 (Erlang OTP/R15B)',
1133 silly registry.get etag: '"9CXJZANBEXWGR4YYKAOF250KH"',
1133 silly registry.get date: 'Wed, 05 Sep 2012 09:17:18 GMT',
1133 silly registry.get 'content-length': '0' } ]
1134 verbose etag underscore.string from cache
1135 silly addNameRange number 2 { name: 'underscore.string',
1135 silly addNameRange range: '>=2.1.1- <2.2.0-',
1135 silly addNameRange hasData: true }
1136 silly addNameRange versions [ 'underscore.string',
1136 silly addNameRange [ '0.9.2',
1136 silly addNameRange '1.0.0',
1136 silly addNameRange '1.1.3',
1136 silly addNameRange '1.1.4',
1136 silly addNameRange '1.1.5',
1136 silly addNameRange '1.1.6',
1136 silly addNameRange '2.0.0',
1136 silly addNameRange '2.1.0',
1136 silly addNameRange '2.1.1',
1136 silly addNameRange '2.2.0rc' ] ]
1137 verbose addNamed [ 'underscore.string', '2.1.1' ]
1138 verbose addNamed [ '2.1.1', '2.1.1' ]
1139 silly lockFile 74ac43ec-underscore-string-2-1-1 underscore.string@2.1.1
1140 verbose lock underscore.string@2.1.1 /home/marijn/.npm/74ac43ec-underscore-string-2-1-1.lock
1141 verbose read json /home/marijn/.npm/underscore.string/2.1.1/package/package.json
1142 silly lockFile 74ac43ec-underscore-string-2-1-1 underscore.string@2.1.1
1143 silly lockFile 912c049b-underscore-string-2-1-1 underscore.string@~2.1.1
1144 silly resolved [ { name: 'underscore',
1144 silly resolved description: 'JavaScript\'s functional programming helper library.',
1144 silly resolved homepage: 'http://documentcloud.github.com/underscore/',
1144 silly resolved keywords: [ 'util', 'functional', 'server', 'client', 'browser' ],
1144 silly resolved author: { name: 'Jeremy Ashkenas', email: 'jeremy@documentcloud.org' },
1144 silly resolved repository:
1144 silly resolved { type: 'git',
1144 silly resolved url: 'git://github.com/documentcloud/underscore.git' },
1144 silly resolved main: 'underscore.js',
1144 silly resolved version: '1.3.3',
1144 silly resolved readme: ' __ \n /\\ \\ __ \n __ __ ___ \\_\\ \\ __ _ __ ____ ___ ___ _ __ __ /\\_\\ ____ \n /\\ \\/\\ \\ /\' _ `\\ /\'_ \\ /\'__`\\/\\ __\\/ ,__\\ / ___\\ / __`\\/\\ __\\/\'__`\\ \\/\\ \\ /\',__\\ \n \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\ __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\ __/ __ \\ \\ \\/\\__, `\\\n \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n \\/___/ \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/ \\/____/\\/___/ \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/ \n \\ \\____/ \n \\/___/\n \nUnderscore.js is a utility-belt library for JavaScript that provides \nsupport for the usual functional suspects (each, map, reduce, filter...) \nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttp://documentcloud.github.com/underscore/\n\nMany thanks to our contributors:\nhttps://github.com/documentcloud/underscore/contributors\n',
1144 silly resolved _id: 'underscore@1.3.3',
1144 silly resolved _from: 'underscore@~1.3.3' },
1144 silly resolved { name: 'underscore.string',
1144 silly resolved version: '2.1.1',
1144 silly resolved description: 'String manipulation extensions for Underscore.js javascript library.',
1144 silly resolved homepage: 'http://epeli.github.com/underscore.string/',
1144 silly resolved contributors:
1144 silly resolved [ [Object],
1144 silly resolved [Object],
1144 silly resolved [Object],
1144 silly resolved [Object],
1144 silly resolved [Object],
1144 silly resolved [Object],
1144 silly resolved [Object],
1144 silly resolved [Object] ],
1144 silly resolved keywords: [ 'underscore', 'string' ],
1144 silly resolved main: './lib/underscore.string',
1144 silly resolved directories: { lib: './lib' },
1144 silly resolved engines: { node: '*' },
1144 silly resolved repository:
1144 silly resolved { type: 'git',
1144 silly resolved url: 'https://github.com/epeli/underscore.string.git' },
1144 silly resolved bugs: { url: 'https://github.com/epeli/underscore.string/issues' },
1144 silly resolved licenses: [ [Object] ],
1144 silly resolved readme: '# Underscore.string [![Build Status](https://secure.travis-ci.org/epeli/underscore.string.png?branch=master)](http://travis-ci.org/epeli/underscore.string) #\n\n\n\nJavascript lacks complete string manipulation operations.\nThis an attempt to fill that gap. List of build-in methods can be found\nfor example from [Dive Into JavaScript][d].\n\n[d]: http://www.diveintojavascript.com/core-javascript-reference/the-string-object\n\n\nAs name states this an extension for [Underscore.js][u], but it can be used\nindependently from **_s**-global variable. But with Underscore.js you can\nuse Object-Oriented style and chaining:\n\n[u]: http://documentcloud.github.com/underscore/\n\n```javascript\n_(" epeli ").chain().trim().capitalize().value()\n=> "Epeli"\n```\n\n## Download ##\n\n * [Development version](https://raw.github.com/epeli/underscore.string/master/lib/underscore.string.js) *Uncompressed with Comments 18kb*\n * [Production version](https://github.com/epeli/underscore.string/raw/master/dist/underscore.string.min.js) *Minified 7kb*\n\n\n## Node.js installation ##\n\n**npm package**\n\n npm install underscore.string\n\n**Standalone usage**:\n\n```javascript\nvar _s = require(\'underscore.string\');\n```\n\n**Integrate with Underscore.js**:\n\n```javascript\nvar _ = require(\'underscore\');\n\n// Import Underscore.string to separate object, because there are conflict functions (include, reverse, contains)\n_.str = require(\'underscore.string\');\n\n// Mix in non-conflict functions to Underscore namespace if you want\n_.mixin(_.str.exports());\n\n// All functions, include conflict, will be available through _.str object\n_.str.include(\'Underscore.string\', \'string\'); // => true\n```\n\n## String Functions ##\n\nFor availability of functions in this way you need to mix in Underscore.string functions:\n\n```javascript\n_.mixin(_.string.exports());\n```\n\notherwise functions from examples will be available through _.string or _.str objects:\n\n```javascript\n_.str.capitalize(\'epeli\')\n=> "Epeli"\n```\n\n**capitalize** _.capitalize(string)\n\nConverts first letter of the string to uppercase and the rest of the string to lower case.\n\n```javascript\n_.capitalize("foo Bar")\n=> "Foo bar"\n```\n\n**chop** _.chop(string, step)\n\n```javascript\n_.chop(\'whitespace\', 3)\n=> [\'whi\',\'tes\',\'pac\',\'e\']\n```\n\n**clean** _.clean(str)\n\nCompress some whitespaces to one.\n\n```javascript\n_.clean(" foo bar ")\n=> \'foo bar\'\n```\n\n**chars** _.chars(str)\n\n```javascript\n_.chars(\'Hello\')\n=> [\'H\',\'e\',\'l\',\'l\',\'o\']\n```\n\n**includes** _.includes(string, substring)\n\nTests if string contains a substring.\n\n```javascript\n_.includes("foobar", "ob")\n=> true\n```\n\n**include** available only through _.str object, because Underscore has function with the same name.\n\n```javascript\n_.str.include("foobar", "ob")\n=> true\n```\n\n**includes** function was removed\n\nBut you can create it in this way, for compatibility with previous versions:\n\n```javascript\n_.includes = _.str.include\n```\n\n**count** _.count(string, substring)\n\n```javascript\n_(\'Hello world\').count(\'l\')\n=> 3\n```\n\n**escapeHTML** _.escapeHTML(string)\n\nConverts HTML special characters to their entity equivalents.\n\n```javascript\n_(\'<div>Blah blah blah</div>\').escapeHTML();\n=> \'&lt;div&gt;Blah blah blah&lt;/div&gt;\'\n```\n\n**unescapeHTML** _.unescapeHTML(string)\n\nConverts entity characters to HTML equivalents.\n\n```javascript\n_(\'&lt;div&gt;Blah blah blah&lt;/div&gt;\').unescapeHTML();\n=> \'<div>Blah blah blah</div>\'\n```\n\n**insert** _.insert(string, index, substing)\n\n```javascript\n_(\'Hello \').insert(6, \'world\')\n=> \'Hello world\'\n```\n\n**isBlank** _.isBlank(string)\n\n```javascript\n_(\'\').isBlank(); // => true\n_(\'\\n\').isBlank(); // => true\n_(\' \').isBlank(); // => true\n_(\'a\').isBlank(); // => false\n```\n\n**join** _.join(separator, *strings)\n\nJoins strings together with given separator\n\n```javascript\n_.join(" ", "foo", "bar")\n=> "foo bar"\n```\n\n**lines** _.lines(str)\n\n```javascript\n_.lines("Hello\\nWorld")\n=> ["Hello", "World"]\n```\n\n**reverse** available only through _.str object, because Underscore has function with the same name.\n\nReturn reversed string:\n\n```javascript\n_.str.reverse("foobar")\n=> \'raboof\'\n```\n\n**splice** _.splice(string, index, howmany, substring)\n\nLike a array splice.\n\n```javascript\n_(\'https://edtsech@bitbucket.org/edtsech/underscore.strings\').splice(30, 7, \'epeli\')\n=> \'https://edtsech@bitbucket.org/epeli/underscore.strings\'\n```\n\n**startsWith** _.startsWith(string, starts)\n\nThis method checks whether string starts with starts.\n\n```javascript\n_("image.gif").startsWith("image")\n=> true\n```\n\n**endsWith** _.endsWith(string, ends)\n\nThis method checks whether string ends with ends.\n\n```javascript\n_("image.gif").endsWith("gif")\n=> true\n```\n\n**succ** _.succ(str)\n\nReturns the successor to str.\n\n```javascript\n_(\'a\').succ()\n=> \'b\'\n\n_(\'A\').succ()\n=> \'B\'\n```\n\n**supplant**\n\nSupplant function was removed, use Underscore.js [template function][p].\n\n[p]: http://documentcloud.github.com/underscore/#template\n\n**strip** alias for *trim*\n\n**lstrip** alias for *ltrim*\n\n**rstrip** alias for *rtrim*\n\n**titleize** _.titleize(string)\n\n```javascript\n_(\'my name is epeli\').titleize()\n=> \'My Name Is Epeli\'\n```\n\n**camelize** _.camelize(string)\n\nConverts underscored or dasherized string to a camelized one\n\n```javascript\n_(\'-moz-transform\').camelize()\n=> \'MozTransform\'\n```\n\n**classify** _.classify(string)\n\nConverts string to camelized class name\n\n```javascript\n_(\'some_class_name\').classify()\n=> \'SomeClassName\'\n```\n\n**underscored** _.underscored(string)\n\nConverts a camelized or dasherized string into an underscored one\n\n```javascript\n_(\'MozTransform\').underscored()\n=> \'moz_transform\'\n```\n\n**dasherize** _.dasherize(string)\n\nConverts a underscored or camelized string into an dasherized one\n\n```javascript\n_(\'MozTransform\').dasherize()\n=> \'-moz-transform\'\n```\n\n**humanize** _.humanize(string)\n\nConverts an underscored, camelized, or dasherized string into a humanized one.\nAlso removes beginning and ending whitespace, and removes the postfix \'_id\'.\n\n```javascript\n_(\' capitalize dash-CamelCase_underscore trim \').humanize()\n=> \'Capitalize dash camel case underscore trim\'\n```\n\n**trim** _.trim(string, [characters])\n\ntrims defined characters from begining and ending of the string.\nDefaults to whitespace characters.\n\n```javascript\n_.trim(" foobar ")\n=> "foobar"\n\n_.trim("_-foobar-_", "_-")\n=> "foobar"\n```\n\n\n**ltrim** _.ltrim(string, [characters])\n\nLeft trim. Similar to trim, but only for left side.\n\n\n**rtrim** _.rtrim(string, [characters])\n\nRight trim. Similar to trim, but only for right side.\n\n**truncate** _.truncate(string, length, truncateString)\n\n```javascript\n_(\'Hello world\').truncate(5)\n=> \'Hello...\'\n\n_(\'Hello\').truncate(10)\n=> \'Hello\'\n```\n\n**prune** _.prune(string, length, pruneString)\n\nElegant version of truncate.\nMakes sure the pruned string does not exceed the original length.\nAvoid half-chopped words when truncating.\n\n```javascript\n_(\'Hello, world\').prune(5)\n=> \'Hello...\'\n\n_(\'Hello, world\').prune(8)\n=> \'Hello...\'\n\n_(\'Hello, world\').prune(5, \' (read a lot more)\')\n=> \'Hello, world\' (as adding "(read a lot more)" would be longer than the original string)\n\n_(\'Hello, cruel world\').prune(15)\n=> \'Hello, cruel...\'\n\n_(\'Hello\').prune(10)\n=> \'Hello\'\n```\n\n**words** _.words(str, delimiter=" ")\n\nSplit string by delimiter (String or RegExp), \' \' by default.\n\n```javascript\n_.words("I love you")\n=> ["I","love","you"]\n\n_.words("I_love_you", "_")\n=> ["I","love","you"]\n\n_.words("I-love-you", /-/)\n=> ["I","love","you"]\n```\n\n**sprintf** _.sprintf(string format, *arguments)\n\nC like string formatting.\nCredits goes to [Alexandru Marasteanu][o].\nFor more detailed documentation, see the [original page][o].\n\n[o]: http://www.diveintojavascript.com/projects/sprintf-for-javascript\n\n```javascript\n_.sprintf("%.1f", 1.17)\n"1.2"\n```\n\n**pad** _.pad(str, length, [padStr, type])\n\npads the `str` with characters until the total string length is equal to the passed `length` parameter. By default, pads on the **left** with the space char (`" "`). `padStr` is truncated to a single character if necessary.\n\n```javascript\n_.pad("1", 8)\n-> " 1";\n\n_.pad("1", 8, \'0\')\n-> "00000001";\n\n_.pad("1", 8, \'0\', \'right\')\n-> "10000000";\n\n_.pad("1", 8, \'0\', \'both\')\n-> "00001000";\n\n_.pad("1", 8, \'bleepblorp\', \'both\')\n-> "bbbb1bbb";\n```\n\n**lpad** _.lpad(str, length, [padStr])\n\nleft-pad a string. Alias for `pad(str, length, padStr, \'left\')`\n\n```javascript\n_.lpad("1", 8, \'0\')\n-> "00000001";\n```\n\n**rpad** _.rpad(str, length, [padStr])\n\nright-pad a string. Alias for `pad(str, length, padStr, \'right\')`\n\n```javascript\n_.rpad("1", 8, \'0\')\n-> "10000000";\n```\n\n**lrpad** _.lrpad(str, length, [padStr])\n\nleft/right-pad a string. Alias for `pad(str, length, padStr, \'both\')`\n\n```javascript\n_.lrpad("1", 8, \'0\')\n-> "00001000";\n```\n\n**center** alias for **lrpad**\n\n**ljust** alias for *rpad*\n\n**rjust** alias for *lpad*\n\n**toNumber** _.toNumber(string, [decimals])\n\nParse string to number. Returns NaN if string can\'t be parsed to number.\n\n```javascript\n_(\'2.556\').toNumber()\n=> 3\n\n_(\'2.556\').toNumber(1)\n=> 2.6\n```\n\n**strRight** _.strRight(string, pattern)\n\nSearches a string from left to right for a pattern and returns a substring consisting of the characters in the string that are to the right of the pattern or all string if no match found.\n\n```javascript\n_(\'This_is_a_test_string\').strRight(\'_\')\n=> "is_a_test_string";\n```\n\n**strRightBack** _.strRightBack(string, pattern)\n\nSearches a string from right to left for a pattern and returns a substring consisting of the characters in the string that are to the right of the pattern or all string if no match found.\n\n```javascript\n_(\'This_is_a_test_string\').strRightBack(\'_\')\n=> "string";\n```\n\n**strLeft** _.strLeft(string, pattern)\n\nSearches a string from left to right for a pattern and returns a substring consisting of the characters in the string that are to the left of the pattern or all string if no match found.\n\n```javascript\n_(\'This_is_a_test_string\').strLeft(\'_\')\n=> "This";\n```\n\n**strLeftBack** _.strLeftBack(string, pattern)\n\nSearches a string from right to left for a pattern and returns a substring consisting of the characters in the string that are to the left of the pattern or all string if no match found.\n\n```javascript\n_(\'This_is_a_test_string\').strLeftBack(\'_\')\n=> "This_is_a_test";\n```\n\n**stripTags**\n\nRemoves all html tags from string.\n\n```javascript\n_(\'a <a href="#">link</a>\').stripTags()\n=> \'a link\'\n\n_(\'a <a href="#">link</a><script>alert("hello world!")</script>\').stripTags()\n=> \'a linkalert("hello world!")\'\n```\n\n**toSentence** _.toSentence(array, [delimiter, lastDelimiter])\n\nJoin an array into a human readable sentence.\n\n```javascript\n_.toSentence([\'jQuery\', \'Mootools\', \'Prototype\'])\n=> \'jQuery, Mootools and Prototype\';\n\n_.toSentence([\'jQuery\', \'Mootools\', \'Prototype\'], \', \', \' unt \')\n=> \'jQuery, Mootools unt Prototype\';\n```\n\n**repeat** _.repeat(string, count, [separator])\n\nRepeats a string count times.\n\n```javascript\n_.repeat("foo", 3)\n=> \'foofoofoo\';\n\n_.repeat("foo", 3, "bar")\n=> \'foobarfoobarfoo\'\n```\n\n**slugify** _.slugify(string)\n\nTransform text into a URL slug. Replaces whitespaces, accentuated, and special characters with a dash.\n\n```javascript\n_.slugify("Un éléphant à l\'orée du bois")\n=> \'un-elephant-a-loree-du-bois\';\n```\n\n***Caution: this function is charset dependent***\n\n## Roadmap ##\n\nAny suggestions or bug reports are welcome. Just email me or more preferably open an issue.\n\n## Changelog ##\n\n### 2.0.0 ###\n\n* Added prune, humanize functions\n* Added _.string (_.str) namespace for Underscore.string library\n* Removed includes function\n\n#### Problems\n\nWe lose two things for `include` and `reverse` methods from `_.string`:\n\n* Calls like `_(\'foobar\').include(\'bar\')` aren\'t available;\n* Chaining isn\'t available too.\n\nBut if you need this functionality you can create aliases for conflict functions which will be convenient for you:\n\n```javascript\n_.mixin({\n includeString: _.str.include,\n reverseString: _.str.reverse\n})\n\n// Now wrapper calls and chaining are available.\n_(\'foobar\').chain().reverseString().includeString(\'rab\').value()\n```\n\n#### Standalone Usage\n\nIf you are using Underscore.string without Underscore. You also have `_.string` namespace for it and `_.str` alias\nBut of course you can just reassign `_` variable with `_.string`\n\n```javascript\n_ = _.string\n```\n### 2.1.1###\n\n* Fixed words method bug\n* Added classify method\n\n### 2.1.0 ###\n\n* AMD support\n* Added toSentence method\n* Added slugify method\n* Lots of speed optimizations\n\n### 2.0.0 ###\n\nFor upgrading to this version you need to mix in Underscore.string library to Underscore object:\n\n```javascript\n_.mixin(_.string.exports());\n```\n\nand all non-conflict Underscore.string functions will be available through Underscore object.\nAlso function `includes` has been removed, you should replace this function by `_.str.include`\nor create alias `_.includes = _.str.include` and all your code will work fine.\n\n### 1.1.6 ###\n\n* Fixed reverse and truncate\n* Added isBlank, stripTags, inlude(alias for includes)\n* Added uglifier compression\n\n### 1.1.5 ###\n\n* Added strRight, strRightBack, strLeft, strLeftBack\n\n### 1.1.4 ###\n\n* Added pad, lpad, rpad, lrpad methods and aliases center, ljust, rjust\n* Integration with Underscore 1.1.6\n\n### 1.1.3 ###\n\n* Added methods: underscored, camelize, dasherize\n* Support newer version of npm\n\n### 1.1.2 ###\n\n* Created functions: lines, chars, words functions\n\n### 1.0.2 ###\n\n* Created integration test suite with underscore.js 1.1.4 (now it\'s absolutely compatible)\n* Removed \'reverse\' function, because this function override underscore.js \'reverse\'\n\n## Contribute ##\n\n* Fork & pull request. Don\'t forget about tests.\n* If you planning add some feature please create issue before.\n\nOtherwise changes will be rejected.\n\n## Contributors list ##\n\n* Esa-Matti Suuronen <esa-matti@suuronen.org> (<http://esa-matti.suuronen.org/>),\n* Edward Tsech <edtsech@gmail.com>,\n* Sasha Koss <kossnocorp@gmail.com> (<http://koss.nocorp.me/>),\n* Vladimir Dronnikov <dronnikov@gmail.com>,\n* Pete Kruckenberg (<https://github.com/kruckenb>),\n* Paul Chavard <paul@chavard.net> (<http://tchak.net>),\n* Ed Finkler <coj@funkatron.com> (<http://funkatron.com>)\n* Pavel Pravosud <rwz@duckroll.ru>\n* Anton Lindqvist <anton@qvister.se> (<http://qvister.se>)\n\n## Licence ##\n\nThe MIT License\n\nCopyright (c) 2011 Esa-Matti Suuronen esa-matti@suuronen.org\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n',
1144 silly resolved _id: 'underscore.string@2.1.1',
1144 silly resolved _from: 'underscore.string@~2.1.1' } ]
1145 info install underscore@1.3.3 into /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse
1146 info install underscore.string@2.1.1 into /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse
1147 info installOne underscore@1.3.3
1148 info installOne underscore.string@2.1.1
1149 verbose from cache /home/marijn/.npm/underscore/1.3.3/package/package.json
1150 verbose from cache /home/marijn/.npm/underscore.string/2.1.1/package/package.json
1151 info /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore unbuild
1152 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
1153 info /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string unbuild
1154 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/package.json
1155 verbose tar unpack /home/marijn/.npm/underscore.string/2.1.1/package.tgz
1156 verbose tar unpack /home/marijn/.npm/underscore/1.3.3/package.tgz
1157 silly lockFile b491102e-e-node-modules-underscore-string /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string
1158 verbose lock /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string /home/marijn/.npm/b491102e-e-node-modules-underscore-string.lock
1159 silly lockFile 6618528e-argparse-node-modules-underscore /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore
1160 verbose lock /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore /home/marijn/.npm/6618528e-argparse-node-modules-underscore.lock
1161 silly gunzTarPerm modes [ '777', '666' ]
1162 silly gunzTarPerm modes [ '777', '666' ]
1163 silly gunzTarPerm extractEntry Gemfile.lock
1164 silly gunzTarPerm modified mode [ 'Gemfile.lock', 420, 438 ]
1165 silly gunzTarPerm extractEntry index.js
1166 silly gunzTarPerm modified mode [ 'index.js', 420, 438 ]
1167 silly gunzTarPerm extractEntry Rakefile
1168 silly gunzTarPerm modified mode [ 'Rakefile', 420, 438 ]
1169 silly gunzTarPerm extractEntry README.markdown
1170 silly gunzTarPerm modified mode [ 'README.markdown', 420, 438 ]
1171 silly gunzTarPerm extractEntry raw/
1172 silly gunzTarPerm modified mode [ 'raw/', 493, 511 ]
1173 silly gunzTarPerm extractEntry raw/underscore.psd
1174 silly gunzTarPerm modified mode [ 'raw/underscore.psd', 420, 438 ]
1175 silly gunzTarPerm extractEntry Gemfile
1176 silly gunzTarPerm modified mode [ 'Gemfile', 420, 438 ]
1177 silly gunzTarPerm extractEntry package.json
1178 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1179 silly gunzTarPerm extractEntry CNAME
1180 silly gunzTarPerm modified mode [ 'CNAME', 420, 438 ]
1181 silly gunzTarPerm extractEntry LICENSE
1182 silly gunzTarPerm modified mode [ 'LICENSE', 420, 438 ]
1183 silly gunzTarPerm extractEntry underscore-min.js
1184 silly gunzTarPerm modified mode [ 'underscore-min.js', 420, 438 ]
1185 silly gunzTarPerm extractEntry .npmignore
1186 silly gunzTarPerm modified mode [ '.npmignore', 420, 438 ]
1187 silly gunzTarPerm extractEntry underscore.js
1188 silly gunzTarPerm modified mode [ 'underscore.js', 420, 438 ]
1189 silly gunzTarPerm extractEntry dist/
1190 silly gunzTarPerm modified mode [ 'dist/', 493, 511 ]
1191 silly gunzTarPerm extractEntry dist/underscore.string.min.js
1192 silly gunzTarPerm modified mode [ 'dist/underscore.string.min.js', 420, 438 ]
1193 silly gunzTarPerm extractEntry package.json
1194 silly gunzTarPerm modified mode [ 'package.json', 420, 438 ]
1195 silly gunzTarPerm extractEntry .travis.yml
1196 silly gunzTarPerm modified mode [ '.travis.yml', 420, 438 ]
1197 silly gunzTarPerm extractEntry README.md
1198 silly gunzTarPerm modified mode [ 'README.md', 420, 438 ]
1199 silly gunzTarPerm extractEntry lib/
1200 silly gunzTarPerm modified mode [ 'lib/', 493, 511 ]
1201 silly gunzTarPerm extractEntry favicon.ico
1202 silly gunzTarPerm modified mode [ 'favicon.ico', 493, 511 ]
1203 silly gunzTarPerm extractEntry lib/underscore.string.js
1204 silly gunzTarPerm modified mode [ 'lib/underscore.string.js', 420, 438 ]
1205 silly gunzTarPerm extractEntry index.html
1206 silly gunzTarPerm modified mode [ 'index.html', 420, 438 ]
1207 silly gunzTarPerm extractEntry test/
1208 silly gunzTarPerm modified mode [ 'test/', 493, 511 ]
1209 silly gunzTarPerm extractEntry test/test_underscore/
1210 silly gunzTarPerm modified mode [ 'test/test_underscore/', 493, 511 ]
1211 silly gunzTarPerm extractEntry test/test_underscore/temp.js
1212 silly gunzTarPerm modified mode [ 'test/test_underscore/temp.js', 420, 438 ]
1213 silly gunzTarPerm extractEntry test/test_underscore/functions.js
1214 silly gunzTarPerm modified mode [ 'test/test_underscore/functions.js', 420, 438 ]
1215 silly gunzTarPerm extractEntry test/test_underscore/arrays.js
1216 silly gunzTarPerm modified mode [ 'test/test_underscore/arrays.js', 420, 438 ]
1217 silly gunzTarPerm extractEntry test/test_underscore/objects.js
1218 silly gunzTarPerm modified mode [ 'test/test_underscore/objects.js', 420, 438 ]
1219 silly gunzTarPerm extractEntry test/test_underscore/speed.js
1220 silly gunzTarPerm modified mode [ 'test/test_underscore/speed.js', 420, 438 ]
1221 silly gunzTarPerm extractEntry test/test_underscore/collections.js
1222 silly gunzTarPerm modified mode [ 'test/test_underscore/collections.js', 420, 438 ]
1223 silly gunzTarPerm extractEntry test/test_underscore/temp_tests.html
1224 silly gunzTarPerm modified mode [ 'test/test_underscore/temp_tests.html', 420, 438 ]
1225 silly gunzTarPerm extractEntry test/test_underscore/utility.js
1226 silly gunzTarPerm modified mode [ 'test/test_underscore/utility.js', 420, 438 ]
1227 silly gunzTarPerm extractEntry test/test_underscore/test.html
1228 silly gunzTarPerm modified mode [ 'test/test_underscore/test.html', 420, 438 ]
1229 silly gunzTarPerm extractEntry test/test_underscore/vendor/
1230 silly gunzTarPerm modified mode [ 'test/test_underscore/vendor/', 493, 511 ]
1231 silly gunzTarPerm extractEntry test/test_underscore/vendor/qunit.js
1232 silly gunzTarPerm modified mode [ 'test/test_underscore/vendor/qunit.js', 420, 438 ]
1233 silly gunzTarPerm extractEntry test/test_underscore/vendor/qunit.css
1234 silly gunzTarPerm modified mode [ 'test/test_underscore/vendor/qunit.css', 420, 438 ]
1235 silly gunzTarPerm extractEntry test/test_underscore/vendor/jquery.js
1236 silly gunzTarPerm modified mode [ 'test/test_underscore/vendor/jquery.js', 420, 438 ]
1237 silly gunzTarPerm extractEntry test/test_underscore/vendor/jslitmus.js
1238 silly gunzTarPerm modified mode [ 'test/test_underscore/vendor/jslitmus.js', 420, 438 ]
1239 silly gunzTarPerm extractEntry test/test_underscore/chaining.js
1240 silly gunzTarPerm modified mode [ 'test/test_underscore/chaining.js', 420, 438 ]
1241 silly gunzTarPerm extractEntry test/test_standalone.html
1242 silly gunzTarPerm modified mode [ 'test/test_standalone.html', 420, 438 ]
1243 silly gunzTarPerm extractEntry test/strings.js
1244 silly gunzTarPerm modified mode [ 'test/strings.js', 420, 438 ]
1245 silly gunzTarPerm extractEntry test/speed.js
1246 silly gunzTarPerm modified mode [ 'test/speed.js', 420, 438 ]
1247 silly gunzTarPerm extractEntry test/underscore.js
1248 silly gunzTarPerm modified mode [ 'test/underscore.js', 420, 438 ]
1249 silly gunzTarPerm extractEntry test/run-qunit.js
1250 silly gunzTarPerm modified mode [ 'test/run-qunit.js', 420, 438 ]
1251 silly gunzTarPerm extractEntry test/strings_standalone.js
1252 silly gunzTarPerm modified mode [ 'test/strings_standalone.js', 420, 438 ]
1253 silly gunzTarPerm extractEntry test/test.html
1254 silly gunzTarPerm modified mode [ 'test/test.html', 420, 438 ]
1255 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
1256 silly lockFile 6618528e-argparse-node-modules-underscore /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore
1257 info preinstall underscore@1.3.3
1258 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
1259 verbose readDependencies using package.json deps
1260 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
1261 verbose readDependencies using package.json deps
1262 silly resolved []
1263 verbose about to build /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore
1264 info build /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore
1265 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore/package.json
1266 verbose linkStuff [ false,
1266 verbose linkStuff false,
1266 verbose linkStuff false,
1266 verbose linkStuff '/home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules' ]
1267 info linkStuff underscore@1.3.3
1268 verbose linkBins underscore@1.3.3
1269 verbose linkMans underscore@1.3.3
1270 verbose rebuildBundles underscore@1.3.3
1271 info install underscore@1.3.3
1272 info postinstall underscore@1.3.3
1273 verbose read json /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/package.json
1274 silly lockFile b491102e-e-node-modules-underscore-string /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string
1275 info preinstall underscore.string@2.1.1
1276 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/package.json
1277 verbose readDependencies using package.json deps
1278 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/package.json
1279 verbose readDependencies using package.json deps
1280 silly resolved []
1281 verbose about to build /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string
1282 info build /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string
1283 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules/underscore.string/package.json
1284 verbose linkStuff [ false,
1284 verbose linkStuff false,
1284 verbose linkStuff false,
1284 verbose linkStuff '/home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/node_modules' ]
1285 info linkStuff underscore.string@2.1.1
1286 verbose linkBins underscore.string@2.1.1
1287 verbose linkMans underscore.string@2.1.1
1288 verbose rebuildBundles underscore.string@2.1.1
1289 info install underscore.string@2.1.1
1290 info postinstall underscore.string@2.1.1
1291 verbose about to build /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse
1292 info build /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse
1293 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/node_modules/argparse/package.json
1294 verbose linkStuff [ false,
1294 verbose linkStuff false,
1294 verbose linkStuff false,
1294 verbose linkStuff '/home/marijn/src/js/heckle/node_modules/js-yaml/node_modules' ]
1295 info linkStuff argparse@0.1.5
1296 verbose linkBins argparse@0.1.5
1297 verbose linkMans argparse@0.1.5
1298 verbose rebuildBundles argparse@0.1.5
1299 verbose rebuildBundles [ 'underscore', 'underscore.string' ]
1300 info install argparse@0.1.5
1301 info postinstall argparse@0.1.5
1302 verbose about to build /home/marijn/src/js/heckle/node_modules/js-yaml
1303 info build /home/marijn/src/js/heckle/node_modules/js-yaml
1304 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/package.json
1305 verbose linkStuff [ false, false, false, '/home/marijn/src/js/heckle/node_modules' ]
1306 info linkStuff js-yaml@1.0.2
1307 verbose linkBins js-yaml@1.0.2
1308 verbose link bins [ { 'js-yaml': 'bin/js-yaml.js' },
1308 verbose link bins '/home/marijn/src/js/heckle/node_modules/.bin',
1308 verbose link bins false ]
1309 verbose linkMans js-yaml@1.0.2
1310 verbose rebuildBundles js-yaml@1.0.2
1311 verbose rebuildBundles [ 'argparse' ]
1312 info /home/marijn/src/js/heckle/node_modules/js-yaml unbuild
1313 verbose from cache /home/marijn/src/js/heckle/node_modules/js-yaml/package.json
1314 info preuninstall js-yaml@1.0.2
1315 info uninstall js-yaml@1.0.2
1316 verbose true,/home/marijn/src/js/heckle/node_modules,/home/marijn/src/js/heckle/node_modules unbuild js-yaml@1.0.2
1317 verbose /home/marijn/src/js/heckle/node_modules/.bin,[object Object] binRoot
1318 info postuninstall js-yaml@1.0.2
1319 error Error: ENOENT, chmod '/home/marijn/src/js/heckle/node_modules/js-yaml/bin/js-yaml.js'
1320 error If you need help, you may report this log at:
1320 error <http://github.com/isaacs/npm/issues>
1320 error or email it to:
1320 error <npm-@googlegroups.com>
1321 error System Linux 2.6.38-15-generic
1322 error command "/usr/bin/node" "/usr/bin/npm" "install" "js-yaml"
1323 error cwd /home/marijn/src/js/heckle
1324 error node -v v0.8.8
1325 error npm -v 1.1.59
1326 error path /home/marijn/src/js/heckle/node_modules/js-yaml/bin/js-yaml.js
1327 error code ENOENT
1328 error errno 34
1329 verbose exit [ 34, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment