asciidoctor.js
Advanced tools
Comparing version 1.5.5-5 to 1.5.5
{ | ||
"name": "asciidoctor.js", | ||
"version": "1.5.5-5", | ||
"version": "1.5.5", | ||
"description": "A JavaScript AsciiDoc processor, cross-compiled from the Ruby-based AsciiDoc implementation, Asciidoctor, using Opal", | ||
@@ -18,5 +18,5 @@ "main": "dist/asciidoctor.js", | ||
"scripts": { | ||
"test_karma_browserify": "karma start karma-browserify.conf.js", | ||
"test_karma_requirejs": "karma start karma-requirejs.conf.js", | ||
"test": "node npm/test/unsupported-features.js && node npm/test/jasmine-browser.js && node npm/test/jasmine-browser-min.js && node npm/test/jasmine-node.js && node npm/test/jasmine-webpack.js && npm run test_karma_browserify && npm run test_karma_requirejs", | ||
"test:karmaBrowserify": "karma start karma-browserify.conf.js", | ||
"test:karmaRequirejs": "karma start karma-requirejs.conf.js", | ||
"test": "node npm/test/builder.js && node npm/test/unsupported-features.js && node npm/test/jasmine-browser.js && node npm/test/jasmine-browser-min.js && node npm/test/jasmine-node.js && node npm/test/jasmine-webpack.js && npm run test:karmaBrowserify && npm run test:karmaRequirejs", | ||
"build": "node npm/build.js && npm run test", | ||
@@ -29,3 +29,7 @@ "dist": "cross-env MINIFY=1 node npm/dist.js", | ||
"benchmark": "node npm/benchmark.js", | ||
"release": "cross-env MINIFY=1 node npm/release.js" | ||
"release": "cross-env MINIFY=1 node npm/release.js", | ||
"docs:lint": "documentation lint src/**", | ||
"docs:build": "documentation build src/** -f html -o build/docs -g", | ||
"docs:serve": "documentation serve src/** -g -w", | ||
"docs": "npm run docs:lint && npm run docs:build" | ||
}, | ||
@@ -36,2 +40,5 @@ "repository": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"keywords": [ | ||
@@ -55,9 +62,9 @@ "asciidoc", | ||
"dependencies": { | ||
"opal-runtime": "0.11.0-integration6", | ||
"opal-runtime": "0.11.0-integration8", | ||
"xmlhttprequest": "~1.7.0" | ||
}, | ||
"devDependencies": { | ||
"asciidoctor-docbook.js": "1.5.5-integration2", | ||
"asciidoctor-docbook.js": "1.5.5-integration3", | ||
"asciidoctor-reveal.js": "1.0.1", | ||
"asciidoctor-template.js": "1.5.5-integration1", | ||
"asciidoctor-template.js": "1.5.5-integration3", | ||
"async": "^1.5.0", | ||
@@ -68,7 +75,7 @@ "bestikk-download": "^0.1.0", | ||
"bestikk-log": "0.1.0", | ||
"bestikk-opal-compiler": "0.3.0-integration5", | ||
"bestikk-opal-compiler": "0.3.0-integration7", | ||
"bestikk-uglify": "0.1.1", | ||
"bower": "^1.5.3", | ||
"browserify": "^13.0.0", | ||
"cross-env": "^1.0.8", | ||
"documentation": "^4.0.0-beta.18", | ||
"eslint": "^2.11.0", | ||
@@ -85,2 +92,3 @@ "http-server": "^0.9.0", | ||
"requirejs": "2.1.0", | ||
"sinon": "2.3.8", | ||
"watchify": "^3.7.0", | ||
@@ -87,0 +95,0 @@ "webpack": "^1.13.3" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
31492
0
120
1691402
27
5
+ Addedopal-runtime@0.11.0-integration8(transitive)
- Removedopal-runtime@0.11.0-integration6(transitive)