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.
 
 
 

115 lines
4.0 KiB

{
"_args": [
[
"@riotjs/parser@^4.1.0",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@riotjs/compiler"
]
],
"_from": "@riotjs/parser@>=4.1.0 <5.0.0",
"_hasShrinkwrap": false,
"_id": "@riotjs/parser@4.1.0",
"_inCache": true,
"_installable": true,
"_location": "/@riotjs/parser",
"_nodeVersion": "12.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/parser_4.1.0_1569180275778_0.1870946761396568"
},
"_npmUser": {
"email": "gianluca.guarini@gmail.com",
"name": "gianlucaguarini"
},
"_npmVersion": "6.10.2",
"_phantomChildren": {},
"_requested": {
"name": "@riotjs/parser",
"raw": "@riotjs/parser@^4.1.0",
"rawSpec": "^4.1.0",
"scope": "@riotjs",
"spec": ">=4.1.0 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/@riotjs/compiler"
],
"_resolved": "https://registry.npmjs.org/@riotjs/parser/-/parser-4.1.0.tgz",
"_shasum": "ac375d848de75a4c2ed5f70d04046d5373baf5b8",
"_shrinkwrap": null,
"_spec": "@riotjs/parser@^4.1.0",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@riotjs/compiler",
"author": {
"email": "amarcruz@yahoo.com",
"name": "aMarCruz",
"url": "https://github.com/aMarCruz"
},
"bugs": {
"url": "https://github.com/riot/parser/issues"
},
"dependencies": {
"curri": "^1.0.1",
"dom-nodes": "^1.1.3"
},
"description": "The parser for Riot tags",
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.6",
"eslint": "^6.4.0",
"eslint-config-riot": "^3.0.0",
"mocha": "^6.2.0",
"nyc": "^14.1.1",
"rollup": "^1.21.4",
"rollup-plugin-node-resolve": "^5.2.0"
},
"directories": {},
"dist": {
"fileCount": 32,
"integrity": "sha512-EdH0oM7oj9iRFD1mNJVplFtkpRyQT3Upxn2sCYMh9wjFTOzm7cPnywk0FEvFy6yKVaiHY+GZ76uFo6qqplRNlg==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdh8p0CRA9TVsSAnZWagAAFWAP/1LlVS6oHz+Pjygs2HFf\njpO1RkSB2Wa2vWycPG8ytgfYhcB+b1S/h2qH9aCtb1I3BJv8pIMWiHxVLaef\nzBHgc9OY3c1KjwldFAjNkTsXhjVu1bMig05G9ozEn63wTjfK1t9YjH26sk02\nKt+nV0u0DqPBC/xDBN5gJMEDI+upV+SUwEmSmP1C3K9dKUo6MgdbGO+X1P0i\nzs133yig1+mWpoJmykOSXL7h76joWM05r+tfrwYTIg5mgXKWsL0nLViBxIaH\nF4M8ZfDvObGanxmWX/DTHrdNhTYkZuLic+f9UFzQ8mFzFJvN1GBd3OTLDSfG\nngkOgmsOs/Fo0HoMP+h+kRJ6UNEAuYVnFybvJliISBC78bFfCJn5DgwUfGqK\nOIoiScM6Dken0SiQplPFCJCy9gCsiDAfaDqjAHFljzBBYzYkoyZfJMigwcek\nsNL5+7xMezpCfiafG1oc6vfX8s6rGbWTekceS5eBBXmDQcBE7Cnp0QGn/Dyh\nNFbx3pFToksg4laGB9PCX+jSYsko7U5lTEHVMQFNuR6l2vaEltago3qlmjcV\n5t+DR0UWRCgkd5gJmUWoIw/Gfo/n7Esbli3MOn0F2/XG+4Gc1nQ7qZ2v/cAm\nPoHXtkPl0wvqKEsi2JMcEN54JZnHNBfadnZu01uD2oPKTnatgAvZR2iFSMSa\n00E3\r\n=W+Fr\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "ac375d848de75a4c2ed5f70d04046d5373baf5b8",
"tarball": "https://registry.npmjs.org/@riotjs/parser/-/parser-4.1.0.tgz",
"unpackedSize": 99531
},
"engines": {
"node": ">=4.2",
"npm": ">=3.0"
},
"gitHead": "26327e9b5a6cfcb00c54b771f0321b512851e8a4",
"homepage": "https://github.com/riot/parser",
"jsnext:main": "./src/index.js",
"keywords": [
"html",
"html5",
"javascript",
"parser",
"tag"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "gianlucaguarini",
"email": "gianluca.guarini@gmail.com"
}
],
"module": "./src/index.js",
"name": "@riotjs/parser",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"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.1.0"
}