123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "_args": [
- [
- {
- "raw": "apidoc-core@~0.8.1",
- "scope": null,
- "escapedName": "apidoc-core",
- "name": "apidoc-core",
- "rawSpec": "~0.8.1",
- "spec": ">=0.8.1 <0.9.0",
- "type": "range"
- },
- "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc"
- ]
- ],
- "_from": "apidoc-core@>=0.8.1 <0.9.0",
- "_id": "apidoc-core@0.8.2",
- "_inCache": true,
- "_location": "/apidoc-core",
- "_nodeVersion": "6.4.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/apidoc-core-0.8.2.tgz_1485425716894_0.20035662362352014"
- },
- "_npmUser": {
- "name": "apidoc",
- "email": "info@apidocjs.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "apidoc-core@~0.8.1",
- "scope": null,
- "escapedName": "apidoc-core",
- "name": "apidoc-core",
- "rawSpec": "~0.8.1",
- "spec": ">=0.8.1 <0.9.0",
- "type": "range"
- },
- "_requiredBy": [
- "/apidoc"
- ],
- "_resolved": "https://registry.npmjs.org/apidoc-core/-/apidoc-core-0.8.2.tgz",
- "_shasum": "115d09bfc46b4f4d178f2be1012f67077f586090",
- "_shrinkwrap": null,
- "_spec": "apidoc-core@~0.8.1",
- "_where": "/Applications/MAMP/htdocs/wechat_read/node_modules/apidoc",
- "author": {
- "name": "Peter Rottmann",
- "email": "rottmann@inveris.de"
- },
- "bugs": {
- "url": "https://github.com/apidoc/apidoc-core/issues"
- },
- "dependencies": {
- "fs-extra": "^2.0.0",
- "glob": "^7.1.1",
- "iconv-lite": "^0.4.15",
- "klaw-sync": "^1.0.2",
- "lodash": "~4.17.4",
- "semver": "~5.3.0"
- },
- "description": "Core parser library to generate apidoc result following the apidoc-spec",
- "devDependencies": {
- "apidoc-example": "*",
- "jshint": "~2.9.4",
- "markdown-it": "^8.2.2",
- "mocha": "~3.2.0",
- "npm-check-updates": "^2.8.9",
- "should": "~11.1.2"
- },
- "directories": {},
- "dist": {
- "shasum": "115d09bfc46b4f4d178f2be1012f67077f586090",
- "tarball": "https://registry.npmjs.org/apidoc-core/-/apidoc-core-0.8.2.tgz"
- },
- "engines": {
- "node": ">= 0.10.0"
- },
- "gitHead": "f3a38e589b7737df73f58129d8edc548665d7b06",
- "homepage": "https://github.com/apidoc/apidoc-core",
- "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-core",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apidoc/apidoc-core.git"
- },
- "scripts": {
- "check-updates": "npm-check-updates",
- "jshint": "jshint lib/ test/",
- "test": "npm run jshint && mocha test/**/*_test.js"
- },
- "version": "0.8.2"
- }
|