parcoursup/node_modules/@riotjs/parser/package.json
lalBi94 7bc56c09b5 $
2023-03-05 13:23:23 +01:00

63 lines
1.4 KiB
JSON

{
"name": "@riotjs/parser",
"version": "4.3.1",
"description": "The parser for Riot tags",
"main": "./index.js",
"module": "./src/index.js",
"jsnext:main": "./src/index.js",
"license": "MIT",
"engines": {
"node": ">=4.2",
"npm": ">=3.0"
},
"scripts": {
"test": "nyc mocha ./test/index",
"test-debug": "mocha --inspect-brk ./test",
"cov": "nyc report --reporter=text-lcov | coveralls",
"cov-html": "nyc report --reporter=html",
"pretest": "npm run build",
"lint": "eslint src test",
"build": "rollup -c",
"samples": "node ./test/samples.js",
"prepublish": "npm run build"
},
"files": [
"*.js",
"dist",
"src"
],
"keywords": [
"html",
"html5",
"tag",
"parser",
"javascript"
],
"author": {
"name": "aMarCruz",
"email": "amarcruz@yahoo.com",
"url": "https://github.com/aMarCruz"
},
"repository": {
"type": "git",
"url": "https://github.com/riot/parser"
},
"homepage": "https://github.com/riot/parser",
"bugs": "https://github.com/riot/parser/issues",
"readme": "https://github.com/riot/parser/blob/master/README.md",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.6.0",
"eslint-config-riot": "^3.0.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"rollup": "^2.23.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"dependencies": {
"curri": "^1.0.1",
"dom-nodes": "^1.1.3"
}
}