Comparing version 0.0.2 to 0.0.3
// Generated by CoffeeScript 1.8.0 | ||
(function() { | ||
var Ableton, Builder, Parser, concat, fs, zlib, _ref; | ||
var Ableton, Builder, Parser, cheerio, concat, fs, zlib, _ref; | ||
@@ -13,2 +13,4 @@ fs = require('fs'); | ||
cheerio = require('cheerio'); | ||
Ableton = (function() { | ||
@@ -38,3 +40,6 @@ function Ableton(path) { | ||
}).pipe(concat(function(xml) { | ||
return parser.parseString(xml, callback); | ||
var d; | ||
d = cheerio.load(xml); | ||
console.log(d); | ||
return callback(d); | ||
})); | ||
@@ -41,0 +46,0 @@ }; |
{ | ||
"name": "ableton", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Parser for Ableton Live's .als format", | ||
@@ -15,2 +15,3 @@ "main": "ableton.js", | ||
"dependencies": { | ||
"cheerio": "^0.19.0", | ||
"concat-stream": "^1.4.6", | ||
@@ -22,2 +23,2 @@ "xml2js": "^0.4.4" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3368
5
68
1
44
3
+ Addedcheerio@^0.19.0
+ Addedboolbase@1.0.0(transitive)
+ Addedcheerio@0.19.0(transitive)
+ Addedcss-select@1.0.0(transitive)
+ Addedcss-what@1.0.0(transitive)
+ Addeddom-serializer@0.1.1(transitive)
+ Addeddomelementtype@1.3.1(transitive)
+ Addeddomhandler@2.3.0(transitive)
+ Addeddomutils@1.4.31.5.1(transitive)
+ Addedentities@1.0.01.1.2(transitive)
+ Addedhtmlparser2@3.8.3(transitive)
+ Addedisarray@0.0.1(transitive)
+ Addedlodash@3.10.1(transitive)
+ Addednth-check@1.0.2(transitive)
+ Addedreadable-stream@1.1.14(transitive)
+ Addedstring_decoder@0.10.31(transitive)