123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- {
- "_args": [
- [
- {
- "raw": "apidoc@*",
- "scope": null,
- "escapedName": "apidoc",
- "name": "apidoc",
- "rawSpec": "*",
- "spec": "*",
- "type": "range"
- },
- "/Applications/MAMP/htdocs/wechat_read/node_modules/grunt-apidoc"
- ]
- ],
- "_from": "apidoc@*",
- "_id": "apidoc@0.17.5",
- "_inCache": true,
- "_location": "/apidoc",
- "_nodeVersion": "6.4.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/apidoc-0.17.5.tgz_1485425760404_0.6746159379836172"
- },
- "_npmUser": {
- "name": "apidoc",
- "email": "info@apidocjs.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "apidoc@*",
- "scope": null,
- "escapedName": "apidoc",
- "name": "apidoc",
- "rawSpec": "*",
- "spec": "*",
- "type": "range"
- },
- "_requiredBy": [
- "/grunt-apidoc"
- ],
- "_resolved": "https://registry.npmjs.org/apidoc/-/apidoc-0.17.5.tgz",
- "_shasum": "91ce7264b48c717e4cc18afba642277bc68a2325",
- "_shrinkwrap": null,
- "_spec": "apidoc@*",
- "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/grunt-apidoc",
- "author": {
- "name": "Peter Rottmann",
- "email": "rottmann@inveris.de"
- },
- "bin": {
- "apidoc": "bin/apidoc"
- },
- "bugs": {
- "url": "https://github.com/apidoc/apidoc/issues"
- },
- "dependencies": {
- "apidoc-core": "~0.8.1",
- "fs-extra": "~2.0.0",
- "lodash": "~4.17.4",
- "markdown-it": "^8.2.2",
- "nomnom": "~1.8.1",
- "winston": "~2.3.1"
- },
- "description": "RESTful web API Documentation Generator",
- "devDependencies": {
- "apidoc-example": "*",
- "jshint": "^2.9.4",
- "lodash-cli": "^4.17.4",
- "mocha": "~3.2.0",
- "npm-check-updates": "^2.8.9",
- "path-to-regexp": "^1.7.0",
- "semver": "^5.3.0",
- "should": "~11.1.2",
- "webfontloader": "^1.6.27"
- },
- "directories": {},
- "dist": {
- "shasum": "91ce7264b48c717e4cc18afba642277bc68a2325",
- "tarball": "https://registry.npmjs.org/apidoc/-/apidoc-0.17.5.tgz"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "gitHead": "48b388c7a0fdf2a5137d1992836a3e30821bec46",
- "homepage": "http://apidocjs.com",
- "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"
- ]
- },
- "keywords": [
- "api",
- "apidoc",
- "doc",
- "documentation",
- "rest",
- "restful"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "maintainers": [
- {
- "name": "apidoc",
- "email": "info@apidocjs.com"
- }
- ],
- "name": "apidoc",
- "optionalDependencies": {},
- "preferGlobal": true,
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apidoc/apidoc.git"
- },
- "scripts": {
- "build-example": "bin/apidoc -i example/ -o tmp/",
- "check-updates": "npm-check-updates",
- "jshint": "jshint lib/ test/",
- "test": "npm run jshint && mocha test/",
- "update-lodash": "./node_modules/lodash-cli/bin/lodash -p -o template/vendor/lodash.custom.min.js include=groupBy,each,extend,some exports=amd"
- },
- "version": "0.17.5"
- }
|