You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.3 KiB

4 years ago
{
"_from": "@riotjs/parser@^4.2.1",
"_id": "@riotjs/parser@4.2.1",
"_inBundle": false,
"_integrity": "sha512-VOqX6Ne7Wt9ziV8GcAE/AARvV92HNiYeeIDzM7tPijduDkWYGKaFYlw+bcwAcg4DM8Pi4sExTceOHxAuqKH3dg==",
"_location": "/@riotjs/parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@riotjs/parser@^4.2.1",
"name": "@riotjs/parser",
"escapedName": "@riotjs%2fparser",
"scope": "@riotjs",
"rawSpec": "^4.2.1",
"saveSpec": null,
"fetchSpec": "^4.2.1"
},
"_requiredBy": [
"/@riotjs/compiler"
],
"_resolved": "https://registry.npmjs.org/@riotjs/parser/-/parser-4.2.1.tgz",
"_shasum": "aac8efe3495890021befef7784711470113f5e1e",
"_spec": "@riotjs/parser@^4.2.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/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.1.3"
},
"deprecated": false,
"description": "The parser for Riot tags",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-riot": "^3.0.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"rollup": "^1.31.1",
"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.2.1"
}