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.
 
 
 

100 lines
3.6 KiB

{
"_args": [
[
"curri@^1.0.1",
"/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/riot"
]
],
"_from": "curri@>=1.0.1 <2.0.0",
"_hasShrinkwrap": false,
"_id": "curri@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/curri",
"_nodeVersion": "10.9.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/curri_1.0.1_1553963331223_0.6162550475498194"
},
"_npmUser": {
"email": "gianluca.guarini@gmail.com",
"name": "gianlucaguarini"
},
"_npmVersion": "6.9.0",
"_phantomChildren": {},
"_requested": {
"name": "curri",
"raw": "curri@^1.0.1",
"rawSpec": "^1.0.1",
"scope": null,
"spec": ">=1.0.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/@riotjs/compiler",
"/@riotjs/parser",
"/riot"
],
"_resolved": "https://registry.npmjs.org/curri/-/curri-1.0.1.tgz",
"_shasum": "faf9d8900a20e85c1701df64a581cdcdcedb29b1",
"_shrinkwrap": null,
"_spec": "curri@^1.0.1",
"_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/riot",
"author": {
"email": "gianluca.guarini@gmail.com",
"name": "Gianluca Guarini",
"url": "http://gianlucaguarini.com"
},
"bugs": {
"url": "https://github.com/GianlucaGuarini/curri/issues"
},
"dependencies": {},
"description": "Minimal curry implementation",
"devDependencies": {
"@gianlucaguarini/eslint-config": "^2.0.0",
"eslint": "^5.16.0",
"mocha": "^6.0.2",
"rollup": "^1.7.4"
},
"directories": {},
"dist": {
"fileCount": 5,
"integrity": "sha512-VwFb2MGqN0A1RPA0vSgDRSWc0c+V6N9yz8pVYJ9AXILAukRAyCZP5Sqp4VdOxgw1lT0t5oaplwIDT/ruF3Nz7Q==",
"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcn5lDCRA9TVsSAnZWagAAJrcP/2dQvyE3oUuRXyDJZ7/i\nYQ3PHxe3/i1PBAJgKuTXM/zuBevRNfllUx3hDpRENY4jmvG3VLNfbvbo4DOx\n32sW+U+KDoJxIspM9d4c8vrQDC5Mj9fYYm44EHjYWkEvQy2CTLMZqjbLofvu\nP0/MuBetT7TCtnc+TFJp0s7W7Rqo82hIQLBv9PZMf+FqOtjzzuB/D8AYawHp\npEhXAvK5PHorifSU421mgei8r6TM9J99v1zf4aXxagMS21frStVqfXUBDhbe\n3qGeNsz4PP3/YCqXElqU9vY+8K6Za3HktBrvrGRhv9nYVCxpRGOkrPGtxm2V\nMvr+J5JT3F1I1cVrqq+ekoF8vi936n0vj0++889RTeTOhMcUJs68v7Yh2QpV\na7X3LA5kNyqyPferFhrDdiBKTgMiQXWIXO5gYAHBttKBbZkM65IFHcCTVuOT\nAdNhGQnDLhX9lgSD6mT9L6YarANYypNL/OgTUR27XsdKn5rYXZkwPLot6/3R\n0N4yXGlwqEmc8bwapw/PErGt+XvO1MmK7SBKJF0AOO/0m4ivo135Rr1/aPi6\nRzo0173mraZQWCAuTLoi3VYr2XJgQHD3WNef8/Kv+lDPap3TC0CRBgA9l3gV\ntF2rXqCX31wonOlECVfCF5mAzy5MN2ocRaQvhkq7Os+/lYxPTuxnY7dbJX5H\nN5VM\r\n=OVWq\r\n-----END PGP SIGNATURE-----\r\n",
"shasum": "faf9d8900a20e85c1701df64a581cdcdcedb29b1",
"tarball": "https://registry.npmjs.org/curri/-/curri-1.0.1.tgz",
"unpackedSize": 4933
},
"gitHead": "1aa5bf1ca20106e8b081fc9978389a7680304766",
"homepage": "https://github.com/GianlucaGuarini/curri#readme",
"jsnext:main": "index.next.js",
"keywords": [
"curry",
"currying",
"functional"
],
"license": "MIT",
"main": "curri.js",
"maintainers": [
{
"name": "gianlucaguarini",
"email": "gianluca.guarini@gmail.com"
}
],
"module": "index.next.js",
"name": "curri",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/GianlucaGuarini/curri.git"
},
"scripts": {
"build": "rollup -c",
"doc": "documentation readme index.next.js -s API",
"lint": "eslint index.next.js test.js rollup.config.js",
"prepare": "npm run build && npm test",
"test": "npm run lint && mocha test.js"
},
"version": "1.0.1"
}