{ "_from": "@riotjs/parser@^4.0.3", "_id": "@riotjs/parser@4.0.3", "_inBundle": false, "_integrity": "sha512-mP10ljXVJ2T0uD6FD9ZKRs1TZZiL6LcXRQJYUCbQ2tNePaKDfcsteuL3O+rk77zNwSgYfEPMSwk9gkcqCy7L7w==", "_location": "/@riotjs/parser", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@riotjs/parser@^4.0.3", "name": "@riotjs/parser", "escapedName": "@riotjs%2fparser", "scope": "@riotjs", "rawSpec": "^4.0.3", "saveSpec": null, "fetchSpec": "^4.0.3" }, "_requiredBy": [ "/@riotjs/compiler" ], "_resolved": "https://registry.npmjs.org/@riotjs/parser/-/parser-4.0.3.tgz", "_shasum": "0d8bbd3067cfc3d3984c8921d9e4a257b977ac9e", "_spec": "@riotjs/parser@^4.0.3", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/@riotjs/compiler", "author": { "name": "aMarCruz", "email": "amarcruz@yahoo.com", "url": "https://github.com/aMarCruz" }, "bugs": { "url": "https://github.com/riot/parser/issues" }, "bundleDependencies": false, "dependencies": { "curri": "^1.0.1", "dom-nodes": "^1.0.0" }, "deprecated": false, "description": "The parser for Riot tags", "devDependencies": { "chai": "^4.2.0", "coveralls": "^3.0.4", "eslint": "^6.0.1", "eslint-config-riot": "^2.0.0", "mocha": "^6.1.4", "nyc": "^14.1.1", "rollup": "^1.16.3", "rollup-plugin-node-resolve": "^5.2.0" }, "engines": { "node": ">=4.2", "npm": ">=3.0" }, "files": [ "*.js", "dist", "src" ], "homepage": "https://github.com/riot/parser", "jsnext:main": "./src/index.js", "keywords": [ "html", "html5", "tag", "parser", "javascript" ], "license": "MIT", "main": "./index.js", "module": "./src/index.js", "name": "@riotjs/parser", "repository": { "type": "git", "url": "git+https://github.com/riot/parser.git" }, "scripts": { "build": "rollup -c", "cov": "nyc report --reporter=text-lcov | coveralls", "cov-html": "nyc report --reporter=html", "lint": "eslint src test", "prepublish": "npm run build", "pretest": "npm run build", "samples": "node ./test/samples.js", "test": "nyc mocha ./test/index", "test-debug": "mocha --inspect-brk ./test" }, "version": "4.0.3" }