{ "_args": [ [ "jsdoc-type-pratt-parser@1.1.1", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "jsdoc-type-pratt-parser@1.1.1", "_id": "jsdoc-type-pratt-parser@1.1.1", "_inBundle": false, "_integrity": "sha512-uelRmpghNwPBuZScwgBG/OzodaFk5RbO5xaivBdsAY70icWfShwZ7PCMO0x1zSkOa8T1FzHThmrdoyg/0AwV5g==", "_location": "/jsdoc-type-pratt-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jsdoc-type-pratt-parser@1.1.1", "name": "jsdoc-type-pratt-parser", "escapedName": "jsdoc-type-pratt-parser", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/@es-joy/jsdoccomment", "/eslint-plugin-jsdoc" ], "_resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-1.1.1.tgz", "_spec": "1.1.1", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Simon Seyock", "url": "https://github.com/simonseyock" }, "bugs": { "url": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/issues" }, "contributors": [ { "name": "Brett Zamir" } ], "description": "[![Npm Package](https://badgen.net/npm/v/jsdoc-type-pratt-parser)](https://www.npmjs.com/package/jsdoc-type-pratt-parser) [![Test Status](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/actions?query=branch%3Amain) [![Coverage Status](https://coveralls.io/repos/github/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/badge.svg?branch=main)](https://coveralls.io/github/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser?branch=main) [![Code Style](https://badgen.net/badge/code%20style/ts-standard/blue?icon=typescript)](https://github.com/standard/ts-standard) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)", "devDependencies": { "@rollup/plugin-typescript": "^8.1.1", "@semantic-release/changelog": "^5.0.1", "@semantic-release/git": "^9.0.0", "@types/chai": "^4.2.14", "@types/mocha": "^8.2.0", "@types/node": "^14.14.31", "@types/sinon": "^10.0.0", "benchmark": "^2.1.4", "catharsis": "^0.9.0", "chai": "^4.3.0", "coveralls": "^3.1.0", "eslint-config-standard-with-typescript": "^20.0.0", "jsdoctypeparser": "^9.0.0", "mocha": "^8.2.1", "nyc": "^15.1.0", "rollup": "^2.39.0", "semantic-release": "^17.4.3", "sinon": "^10.0.0", "ts-node": "^9.1.1", "ts-standard": "^10.0.0", "typedoc": "^0.20.24", "typescript": "^4.1.3" }, "directories": { "test": "test" }, "engines": { "node": ">=12.0.0" }, "files": [ "dist/**/*", "src/**/*" ], "homepage": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser", "keywords": [ "jsdoc", "pratt", "parser" ], "license": "MIT", "main": "dist/index.js", "name": "jsdoc-type-pratt-parser", "publishConfig": { "access": "public" }, "release": { "branches": [ "main", { "name": "dev", "prerelease": true } ], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/github", "@semantic-release/npm", "@semantic-release/release-notes-generator", "@semantic-release/changelog", "@semantic-release/git" ] }, "repository": { "type": "git", "url": "git+https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser.git" }, "scripts": { "apidoc": "typedoc src/index.ts --out docs", "build": "rollup -c", "lint": "ts-standard", "prepublishOnly": "npm run build", "preversion": "npm test", "semantic-release": "semantic-release", "test": "npm run typecheck && npm run lint && npm run test:spec", "test:coverage": "nyc --all npm run test:spec", "test:coveralls": "nyc report --reporter=lcov && coveralls", "test:spec": "mocha", "typecheck": "tsc --noEmit" }, "ts-standard": { "ignore": [ "/submodules/", "/build/", "/pages/" ] }, "types": "dist/src/index.d.ts", "version": "1.1.1" }