node_task 0.1.1 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/node_task/index.js +28 -21
  3. data/lib/node_task/node_modules/ndjson/cli.js +23 -0
  4. data/lib/node_task/node_modules/ndjson/collaborators.md +7 -0
  5. data/lib/node_task/node_modules/ndjson/index.js +30 -0
  6. data/lib/node_task/node_modules/ndjson/node_modules/minimist/example/parse.js +2 -0
  7. data/lib/node_task/node_modules/ndjson/node_modules/minimist/index.js +236 -0
  8. data/lib/node_task/node_modules/ndjson/node_modules/minimist/package.json +71 -0
  9. data/lib/node_task/node_modules/ndjson/node_modules/minimist/readme.markdown +91 -0
  10. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/all_bool.js +32 -0
  11. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/bool.js +166 -0
  12. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/dash.js +31 -0
  13. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/default_bool.js +35 -0
  14. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/dotted.js +22 -0
  15. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/kv_short.js +16 -0
  16. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/long.js +31 -0
  17. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/num.js +36 -0
  18. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/parse.js +197 -0
  19. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/parse_modified.js +9 -0
  20. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/short.js +67 -0
  21. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/stop_early.js +15 -0
  22. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/unknown.js +102 -0
  23. data/lib/node_task/node_modules/ndjson/node_modules/minimist/test/whitespace.js +8 -0
  24. data/lib/node_task/node_modules/ndjson/node_modules/split2/README.md +74 -0
  25. data/lib/node_task/node_modules/ndjson/node_modules/split2/index.js +83 -0
  26. data/lib/node_task/node_modules/ndjson/node_modules/split2/package.json +55 -0
  27. data/lib/node_task/node_modules/ndjson/node_modules/split2/test.js +149 -0
  28. data/lib/node_task/node_modules/ndjson/node_modules/through2/README.md +132 -0
  29. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/README.md +15 -0
  30. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/duplex.js +1 -0
  31. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js +89 -0
  32. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js +46 -0
  33. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js +982 -0
  34. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js +210 -0
  35. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js +386 -0
  36. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/README.md +3 -0
  37. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/float.patch +604 -0
  38. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/lib/util.js +107 -0
  39. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/package.json +53 -0
  40. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/util.js +106 -0
  41. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/README.md +42 -0
  42. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/inherits.js +1 -0
  43. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/inherits_browser.js +23 -0
  44. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/package.json +50 -0
  45. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/test.js +25 -0
  46. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/README.md +54 -0
  47. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/build/build.js +209 -0
  48. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/component.json +19 -0
  49. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/index.js +3 -0
  50. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/package.json +53 -0
  51. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/README.md +7 -0
  52. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/index.js +221 -0
  53. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/package.json +54 -0
  54. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/package.json +70 -0
  55. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/passthrough.js +1 -0
  56. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/readable.js +8 -0
  57. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/transform.js +1 -0
  58. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/writable.js +1 -0
  59. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/README.md +32 -0
  60. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/immutable.js +17 -0
  61. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/mutable.js +15 -0
  62. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/package.json +88 -0
  63. data/lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/test.js +63 -0
  64. data/lib/node_task/node_modules/ndjson/node_modules/through2/package.json +65 -0
  65. data/lib/node_task/node_modules/ndjson/node_modules/through2/through2.js +96 -0
  66. data/lib/node_task/node_modules/ndjson/package.json +64 -0
  67. data/lib/node_task/node_modules/ndjson/readme.md +55 -0
  68. data/lib/node_task/node_modules/ndjson/test.js +73 -0
  69. data/lib/node_task/node_task.rb +6 -13
  70. data/lib/node_task/package.json +2 -3
  71. metadata +69 -3
@@ -0,0 +1,96 @@
1
+ var Transform = require('readable-stream/transform')
2
+ , inherits = require('util').inherits
3
+ , xtend = require('xtend')
4
+
5
+ function DestroyableTransform(opts) {
6
+ Transform.call(this, opts)
7
+ this._destroyed = false
8
+ }
9
+
10
+ inherits(DestroyableTransform, Transform)
11
+
12
+ DestroyableTransform.prototype.destroy = function(err) {
13
+ if (this._destroyed) return
14
+ this._destroyed = true
15
+
16
+ var self = this
17
+ process.nextTick(function() {
18
+ if (err)
19
+ self.emit('error', err)
20
+ self.emit('close')
21
+ })
22
+ }
23
+
24
+ // a noop _transform function
25
+ function noop (chunk, enc, callback) {
26
+ callback(null, chunk)
27
+ }
28
+
29
+
30
+ // create a new export function, used by both the main export and
31
+ // the .ctor export, contains common logic for dealing with arguments
32
+ function through2 (construct) {
33
+ return function (options, transform, flush) {
34
+ if (typeof options == 'function') {
35
+ flush = transform
36
+ transform = options
37
+ options = {}
38
+ }
39
+
40
+ if (typeof transform != 'function')
41
+ transform = noop
42
+
43
+ if (typeof flush != 'function')
44
+ flush = null
45
+
46
+ return construct(options, transform, flush)
47
+ }
48
+ }
49
+
50
+
51
+ // main export, just make me a transform stream!
52
+ module.exports = through2(function (options, transform, flush) {
53
+ var t2 = new DestroyableTransform(options)
54
+
55
+ t2._transform = transform
56
+
57
+ if (flush)
58
+ t2._flush = flush
59
+
60
+ return t2
61
+ })
62
+
63
+
64
+ // make me a reusable prototype that I can `new`, or implicitly `new`
65
+ // with a constructor call
66
+ module.exports.ctor = through2(function (options, transform, flush) {
67
+ function Through2 (override) {
68
+ if (!(this instanceof Through2))
69
+ return new Through2(override)
70
+
71
+ this.options = xtend(options, override)
72
+
73
+ DestroyableTransform.call(this, this.options)
74
+ }
75
+
76
+ inherits(Through2, DestroyableTransform)
77
+
78
+ Through2.prototype._transform = transform
79
+
80
+ if (flush)
81
+ Through2.prototype._flush = flush
82
+
83
+ return Through2
84
+ })
85
+
86
+
87
+ module.exports.obj = through2(function (options, transform, flush) {
88
+ var t2 = new DestroyableTransform(xtend({ objectMode: true, highWaterMark: 16 }, options))
89
+
90
+ t2._transform = transform
91
+
92
+ if (flush)
93
+ t2._flush = flush
94
+
95
+ return t2
96
+ })
@@ -0,0 +1,64 @@
1
+ {
2
+ "name": "ndjson",
3
+ "version": "1.4.2",
4
+ "description": "streaming newline delimited json parser + serializer",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "tape test.js"
8
+ },
9
+ "bin": {
10
+ "ndjson": "cli.js"
11
+ },
12
+ "author": {
13
+ "name": "max ogden"
14
+ },
15
+ "license": "BSD-3-Clause",
16
+ "dependencies": {
17
+ "split2": "^0.2.1",
18
+ "through2": "^0.6.1",
19
+ "minimist": "^1.2.0"
20
+ },
21
+ "devDependencies": {
22
+ "concat-stream": "^1.5.0",
23
+ "tape": "^2.13.3"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git://github.com/maxogden/ndjson.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/maxogden/ndjson/issues"
31
+ },
32
+ "homepage": "https://github.com/maxogden/ndjson",
33
+ "keywords": [
34
+ "ndjson",
35
+ "ldjson"
36
+ ],
37
+ "gitHead": "bf75873149ed6479e85fd6bde518197775af544c",
38
+ "_id": "ndjson@1.4.2",
39
+ "_shasum": "0a5b96c3c6f156bdffbda3dfbb0022a6e5ddd7a4",
40
+ "_from": "ndjson@>=1.3.0 <2.0.0",
41
+ "_npmVersion": "2.14.2",
42
+ "_nodeVersion": "4.0.0",
43
+ "_npmUser": {
44
+ "name": "maxogden",
45
+ "email": "max@maxogden.com"
46
+ },
47
+ "dist": {
48
+ "shasum": "0a5b96c3c6f156bdffbda3dfbb0022a6e5ddd7a4",
49
+ "tarball": "http://registry.npmjs.org/ndjson/-/ndjson-1.4.2.tgz"
50
+ },
51
+ "maintainers": [
52
+ {
53
+ "name": "maxogden",
54
+ "email": "max+DONT+EMAIL+ME@maxogden.com"
55
+ },
56
+ {
57
+ "name": "finnpauls",
58
+ "email": "derfinn@gmail.com"
59
+ }
60
+ ],
61
+ "directories": {},
62
+ "_resolved": "http://registry.npmjs.org/ndjson/-/ndjson-1.4.2.tgz",
63
+ "readme": "ERROR: No README data found!"
64
+ }
@@ -0,0 +1,55 @@
1
+ # ndjson
2
+
3
+ streaming [newline delimited json](https://en.wikipedia.org/wiki/Line_Delimited_JSON) parser + serializer. Available as a JS API or a command line tool
4
+
5
+ [![NPM](https://nodei.co/npm/ndjson.png)](https://nodei.co/npm/ndjson/)
6
+
7
+ ## usage
8
+
9
+ ```
10
+ var ndjson = require('ndjson')
11
+ ```
12
+
13
+ #### ndjson.parse(opts)
14
+
15
+ returns a transform stream that accepts newline delimited json and emits objects
16
+
17
+ example newline delimited json:
18
+
19
+ `data.txt`:
20
+
21
+ ```
22
+ {"foo": "bar"}
23
+ {"hello": "world"}
24
+ ```
25
+
26
+ If you want to discard non-valid JSON messages, you can call `ndjson.parse({strict: false})`
27
+
28
+ usage:
29
+
30
+ ```js
31
+ fs.createReadStream('data.txt')
32
+ .pipe(ndjson.parse())
33
+ .on('data', function(obj) {
34
+ // obj is a javascript object
35
+ })
36
+ ```
37
+
38
+ #### ndjson.serialize() / ndjson.stringify()
39
+
40
+ returns a transform stream that accepts json objects and emits newline delimited json
41
+
42
+ example usage:
43
+
44
+ ```js
45
+ var serialize = ndjson.serialize()
46
+ serialize.on('data', function(line) {
47
+ // line is a line of stringified JSON with a newline delimiter at the end
48
+ })
49
+ serialize.write({"foo": "bar"})
50
+ serialize.end()
51
+ ```
52
+
53
+ ### license
54
+
55
+ BSD-3-Clause
@@ -0,0 +1,73 @@
1
+ var test = require('tape')
2
+ var ndj = require('./')
3
+ var os = require('os')
4
+ var concat = require('concat-stream')
5
+
6
+ test('.parse', function(t) {
7
+ var parser = ndj.parse()
8
+ parser.on('data', function(obj) {
9
+ t.equal(obj.hello, 'world')
10
+ t.end()
11
+ })
12
+
13
+ parser.write('{"hello": "world"}\n')
14
+ })
15
+
16
+ test('.parse twice', function(t) {
17
+ var parser = ndj.parse()
18
+ parser.once('data', function(obj) {
19
+ t.equal(obj.hello, 'world')
20
+ parser.once('data', function(obj) {
21
+ t.equal(obj.hola, 'mundo')
22
+ t.end()
23
+ })
24
+ })
25
+
26
+ parser.write('{"hello": "world"}\n{"hola": "mundo"}\n')
27
+ })
28
+
29
+ test('.parse - strict:true error', function (t) {
30
+ var parser = ndj.parse({strict: true})
31
+ try {
32
+ parser.write('{"no":"json"\n')
33
+ } catch(e) {
34
+ t.pass('error thrown')
35
+ t.end()
36
+ }
37
+ })
38
+
39
+ test('.parse - strict:true error event', function (t) {
40
+ var parser = ndj.parse({strict: true})
41
+ parser.on('error', function (err) {
42
+ t.pass('error event called')
43
+ t.end()
44
+ })
45
+ try {
46
+ parser.write('{"no":"json"\n')
47
+ } catch(e) {
48
+ t.fail('should not throw')
49
+ }
50
+ })
51
+
52
+ test('.parse - strict:false error', function (t) {
53
+ var parser = ndj.parse({strict: false})
54
+ parser.once('data', function (data) {
55
+ t.ok(data.json, 'parse second one')
56
+ t.end()
57
+ })
58
+ try {
59
+ parser.write('{"json":false\n{"json":true}\n')
60
+ } catch(e) {
61
+ t.fail('should not call an error')
62
+ }
63
+ })
64
+
65
+ test('.serialize', function(t) {
66
+ var serializer = ndj.serialize()
67
+ serializer.pipe(concat(function(data) {
68
+ t.equal(data, '{"hello":"world"}' + os.EOL)
69
+ t.end()
70
+ }))
71
+ serializer.write({hello: 'world'})
72
+ serializer.end()
73
+ })
@@ -5,7 +5,7 @@ require 'timeout'
5
5
  require 'logger'
6
6
 
7
7
  class NodeTask
8
- RESPONSE_TIMEOUT = 20
8
+ RESPONSE_TIMEOUT = 9999
9
9
  START_MAX_RETRIES = 1
10
10
 
11
11
  class Error < StandardError
@@ -60,24 +60,15 @@ class NodeTask
60
60
  end
61
61
 
62
62
  def node_command
63
- @node_command || ENV["NODE_COMMAND"] || ENV["NODE_TASK_DEBUG"] ? 'node --debug' : 'node'
64
- end
65
-
66
- def npm_command
67
- @npm_command || ENV["NPM_COMMAND"] || 'npm'
63
+ @node_command || ENV["NODE_COMMAND"] || 'node'
68
64
  end
69
65
 
70
66
  def daemon_start_script
71
67
  File.join(gem_dir, 'index.js').to_s
72
68
  end
73
69
 
74
- def npm_install
75
- system("cd #{gem_dir}; #{npm_command} install")
76
- end
77
-
78
70
  # get configured daemon controller for daemon, and start it
79
71
  def server
80
- npm_install unless Dir.exists? File.join(gem_dir, 'node_modules')
81
72
  @controller ||= _make_daemon_controller
82
73
 
83
74
  begin
@@ -222,6 +213,7 @@ class NodeTask
222
213
  def _make_daemon_controller
223
214
  logger.debug "socket_path #{socket_path}"
224
215
 
216
+ puts "starting #{node_command} #{daemon_start_script}"
225
217
  controller = DaemonController.new(
226
218
  identifier: daemon_identifier,
227
219
  start_command: "#{node_command} #{daemon_start_script}",
@@ -242,7 +234,8 @@ class NodeTask
242
234
  "NODE_TASK_DAEMON_ID" => daemon_identifier,
243
235
  "NODE_ENV" => ENV["RACK_ENV"],
244
236
  },
245
- start_timeout: 5,
237
+ log_file_activity_timeout: RESPONSE_TIMEOUT,
238
+ start_timeout: RESPONSE_TIMEOUT,
246
239
  daemonize_for_me: true,
247
240
  )
248
241
 
@@ -275,4 +268,4 @@ class NodeTask
275
268
  end
276
269
  end
277
270
  end
278
- end
271
+ end
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruby_node_task",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -9,7 +9,6 @@
9
9
  "author": "James Friend <james@jsdf.co> (http://jsdf.co/)",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "ndjson": "^1.3.0",
13
- "winston": "^1.0.0"
12
+ "ndjson": "^1.3.0"
14
13
  }
15
14
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: node_task
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Friend
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-22 00:00:00.000000000 Z
11
+ date: 2015-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: daemon_controller
@@ -38,6 +38,72 @@ extra_rdoc_files: []
38
38
  files:
39
39
  - lib/node_task.rb
40
40
  - lib/node_task/index.js
41
+ - lib/node_task/node_modules/ndjson/cli.js
42
+ - lib/node_task/node_modules/ndjson/collaborators.md
43
+ - lib/node_task/node_modules/ndjson/index.js
44
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/example/parse.js
45
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/index.js
46
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/package.json
47
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/readme.markdown
48
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/all_bool.js
49
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/bool.js
50
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/dash.js
51
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/default_bool.js
52
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/dotted.js
53
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/kv_short.js
54
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/long.js
55
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/num.js
56
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/parse.js
57
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/parse_modified.js
58
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/short.js
59
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/stop_early.js
60
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/unknown.js
61
+ - lib/node_task/node_modules/ndjson/node_modules/minimist/test/whitespace.js
62
+ - lib/node_task/node_modules/ndjson/node_modules/split2/README.md
63
+ - lib/node_task/node_modules/ndjson/node_modules/split2/index.js
64
+ - lib/node_task/node_modules/ndjson/node_modules/split2/package.json
65
+ - lib/node_task/node_modules/ndjson/node_modules/split2/test.js
66
+ - lib/node_task/node_modules/ndjson/node_modules/through2/README.md
67
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/README.md
68
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/duplex.js
69
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_duplex.js
70
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_passthrough.js
71
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_readable.js
72
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_transform.js
73
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/lib/_stream_writable.js
74
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/README.md
75
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/float.patch
76
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
77
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/package.json
78
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/core-util-is/util.js
79
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/README.md
80
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/inherits.js
81
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/inherits_browser.js
82
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/package.json
83
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/inherits/test.js
84
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/README.md
85
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/build/build.js
86
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/component.json
87
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/index.js
88
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/isarray/package.json
89
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/README.md
90
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/index.js
91
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/node_modules/string_decoder/package.json
92
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/package.json
93
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/passthrough.js
94
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/readable.js
95
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/transform.js
96
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/readable-stream/writable.js
97
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/README.md
98
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/immutable.js
99
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/mutable.js
100
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/package.json
101
+ - lib/node_task/node_modules/ndjson/node_modules/through2/node_modules/xtend/test.js
102
+ - lib/node_task/node_modules/ndjson/node_modules/through2/package.json
103
+ - lib/node_task/node_modules/ndjson/node_modules/through2/through2.js
104
+ - lib/node_task/node_modules/ndjson/package.json
105
+ - lib/node_task/node_modules/ndjson/readme.md
106
+ - lib/node_task/node_modules/ndjson/test.js
41
107
  - lib/node_task/node_task.rb
42
108
  - lib/node_task/package.json
43
109
  homepage: https://rubygems.org/gems/node_task
@@ -60,7 +126,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
126
  version: '0'
61
127
  requirements: []
62
128
  rubyforge_project:
63
- rubygems_version: 2.4.3
129
+ rubygems_version: 2.2.2
64
130
  signing_key:
65
131
  specification_version: 4
66
132
  summary: This is an node_task!