Socket
Socket
Sign inDemoInstall

apidoc-core

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apidoc-core - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/errors/file_error.js

49

package.json
{
"name": "apidoc-core",
"version": "0.1.0",
"description": "apiDoc Core - RESTful web API Documentation Generator",
"version": "0.2.0",
"description": "Core parser library to generate apidoc result following the apidoc-spec",
"author": "Peter Rottmann <rottmann@inveris.de>",
"homepage": "http://apidocjs.com",
"license": {
"type": "MIT",
"url": "https://github.com/apidoc/apidoc-core/blob/master/LICENSE"
},
"main": "./lib/index.js",
"homepage": "https://github.com/apidoc/apidoc-core",
"repository": {

@@ -11,10 +16,9 @@ "type": "git",

},
"license": {
"type": "MIT",
"url": "https://github.com/apidoc/apidoc-core/blob/master/LICENSE.md"
},
"bugs": {
"url": "https://github.com/apidoc/apidoc-core/issues"
},
"main": "index.js",
"scripts": {
"test": "npm run jshint && mocha test/",
"jshint": "jshint lib/ test/ --exclude test/fixtures/"
},
"keywords": [

@@ -26,4 +30,3 @@ "api",

"rest",
"restful",
"generator"
"restful"
],

@@ -34,5 +37,31 @@ "engines": {

"dependencies": {
"lodash": "~2.4.1",
"semver": "^4.1.0",
"wrench": "~1.5.8"
},
"devDependencies": {
"jshint": "^2.5.10",
"marked": "^0.3.2",
"mocha": "^2.0.1",
"should": "~4.2.1"
},
"jshintConfig": {
"camelcase": true,
"curly": false,
"eqeqeq": true,
"forin": true,
"latedef": false,
"newcap": true,
"undef": true,
"unused": true,
"trailing": true,
"node": true,
"browser": true,
"predef": [
"it",
"describe",
"before",
"after"
]
}
}
# apidoc-core
Generates a RESTful web API Documentation.
Core parser library to generate apidoc result following the [apidoc-spec](https://github.com/apidoc/apidoc-spec)
Work in progress.
[![Build Status](https://travis-ci.org/apidoc/apidoc-core.svg?branch=master)](https://travis-ci.org/apidoc/apidoc-core)
[![Dependency Status](https://david-dm.org/apidoc/apidoc-core.svg)](https://david-dm.org/apidoc/apidoc-core)
[![NPM version](https://badge.fury.io/js/apidoc-core.svg)](http://badge.fury.io/js/apidoc-core)
If you are an end user, please proceed to [apidoc](https://github.com/apidoc/apidoc) or [apidoc-documentation](http://apidocjs.com).
[Changelog](https://github.com/apidoc/apidoc/blob/master/CHANGELOG.md).
The apidoc-core major and minor version represent the used apidoc-spec version.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc