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.
71 lines
1.9 KiB
71 lines
1.9 KiB
{
|
|
"_from": "curri@^1.0.1",
|
|
"_id": "curri@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-VwFb2MGqN0A1RPA0vSgDRSWc0c+V6N9yz8pVYJ9AXILAukRAyCZP5Sqp4VdOxgw1lT0t5oaplwIDT/ruF3Nz7Q==",
|
|
"_location": "/curri",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "curri@^1.0.1",
|
|
"name": "curri",
|
|
"escapedName": "curri",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@riotjs/compiler",
|
|
"/@riotjs/parser",
|
|
"/riot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/curri/-/curri-1.0.1.tgz",
|
|
"_shasum": "faf9d8900a20e85c1701df64a581cdcdcedb29b1",
|
|
"_spec": "curri@^1.0.1",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/riot",
|
|
"author": {
|
|
"name": "Gianluca Guarini",
|
|
"email": "gianluca.guarini@gmail.com",
|
|
"url": "http://gianlucaguarini.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/GianlucaGuarini/curri/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Minimal curry implementation",
|
|
"devDependencies": {
|
|
"@gianlucaguarini/eslint-config": "^2.0.0",
|
|
"eslint": "^5.16.0",
|
|
"mocha": "^6.0.2",
|
|
"rollup": "^1.7.4"
|
|
},
|
|
"files": [
|
|
"index.next.js"
|
|
],
|
|
"homepage": "https://github.com/GianlucaGuarini/curri#readme",
|
|
"jsnext:main": "index.next.js",
|
|
"keywords": [
|
|
"curry",
|
|
"currying",
|
|
"functional"
|
|
],
|
|
"license": "MIT",
|
|
"main": "curri.js",
|
|
"module": "index.next.js",
|
|
"name": "curri",
|
|
"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"
|
|
}
|