angular-jsdoc
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "angular-jsdoc", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "JsDoc Plugin and Template for AngularJs", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"js-template": "~0.1.3", | ||
"jsdoc": "^3.3.2", | ||
"jsdoc": "3.3.2", | ||
"q": "^1.4.1" | ||
@@ -30,9 +30,3 @@ }, | ||
"gulp-util": "~2.2.19" | ||
}, | ||
"readme": "Angular-JSDoc\n=============\nAngularJS Template for JSDoc 3. \nA simple collection of JSDoc plugin and template for AngularJS, nothing else! \n\nFeatures\n----------\n * Right side table of contents for navigation by Directives, Services, Controllers, etc\n * Read and process @ngdoc tag\n\nHow Does It Look Like\n---------------------\n * [angularjs-goolge-maps Documentation](https://rawgit.com/allenhwkim/angularjs-google-maps/master/build/docs/index.html)\n\nInstall\n-------\n $ npm install jsdoc angular-jsdoc --save-dev\n \nRun\n---\nRun jsdoc command to generate your documentation. \nAll command line options are the options of [jsdoc](http://usejsdoc.org/about-commandline.html) \n \n $ path/to/jsdoc -c path to conf> -t <template> <your source code>\n\nIn example, \n\n `$ node_modules/jsdoc/jsdoc.js -c node_modules/angular-jsdoc/conf -t node_modules/angular-jsdoc/template -r myDir`\n\nRun with gulp-jsdoc\n-------------------\n\n1. install gulp-jsdoc \n `$ npm install gulp-shell --save-dev`\n\n2. add the following to the gulpfile.json \n ```\n var shell = require('gulp-shell'); \n gulp.task('docs', shell.task([ \n 'node_modules/jsdoc/jsdoc.js '+ \n '-c node_modules/angular-jsdoc/conf.json '+ // config file\n '-t node_modules/angular-jsdoc/template '+ // template file\n '-d build/docs '+ // output directory\n '-r app/scripts' // source code directory\n ])); \n ```\n3. run gulp task \n `$ gulp docs`\n", | ||
"readmeFilename": "README.md", | ||
"gitHead": "3c0825da12a70ca5f6bc8c4fa0629d3580847780", | ||
"_id": "angular-jsdoc@0.1.1", | ||
"_shasum": "5392e150a2db3daf6aa8bbc99caaa07fa076c7ff", | ||
"_from": "angular-jsdoc@0.1.1" | ||
} | ||
} |
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
2199289
+ Addedasync@0.9.2(transitive)
+ Addedcatharsis@0.8.11(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedjs2xmlparser@0.1.9(transitive)
+ Addedjsdoc@3.3.2(transitive)
+ Addedmarked@0.3.19(transitive)
+ Addedstrip-json-comments@1.0.4(transitive)
+ Addedunderscore@1.7.0(transitive)
+ Addedwrench@1.5.9(transitive)
- Removed@babel/helper-string-parser@7.25.9(transitive)
- Removed@babel/helper-validator-identifier@7.25.9(transitive)
- Removed@babel/parser@7.26.5(transitive)
- Removed@babel/types@7.26.5(transitive)
- Removed@types/linkify-it@5.0.0(transitive)
- Removed@types/markdown-it@12.2.3(transitive)
- Removed@types/mdurl@2.0.0(transitive)
- Removedargparse@2.0.1(transitive)
- Removedbluebird@3.7.2(transitive)
- Removedcatharsis@0.9.0(transitive)
- Removedentities@2.1.0(transitive)
- Removedescape-string-regexp@2.0.0(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedjs2xmlparser@4.0.2(transitive)
- Removedjsdoc@3.6.11(transitive)
- Removedklaw@3.0.0(transitive)
- Removedlinkify-it@3.0.3(transitive)
- Removedmarkdown-it@12.3.2(transitive)
- Removedmarkdown-it-anchor@8.6.7(transitive)
- Removedmarked@4.3.0(transitive)
- Removedmdurl@1.0.1(transitive)
- Removedmkdirp@1.0.4(transitive)
- Removedstrip-json-comments@3.1.1(transitive)
- Removedtaffydb@2.6.2(transitive)
- Removeduc.micro@1.0.6(transitive)
- Removedunderscore@1.13.7(transitive)
- Removedxmlcreate@2.0.4(transitive)
Updatedjsdoc@3.3.2