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.
73 lines
2.0 KiB
73 lines
2.0 KiB
{
|
|
"_from": "cumpa@^1.0.1",
|
|
"_id": "cumpa@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ew3sfG4cqvDFINS1VgdvLX1FIruhySlnP6DRLhB+1EjewiOzhJzKRKPEp/TCuo0RDisSFeuaDrk0S4Q8grF9CA==",
|
|
"_location": "/cumpa",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cumpa@^1.0.1",
|
|
"name": "cumpa",
|
|
"escapedName": "cumpa",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@riotjs/compiler",
|
|
"/riot"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cumpa/-/cumpa-1.0.1.tgz",
|
|
"_shasum": "beff3180ab36e850a157a779d0cf4d997d2c7980",
|
|
"_spec": "cumpa@^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/cumpa/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Minimal function composition implementation",
|
|
"devDependencies": {
|
|
"@gianlucaguarini/eslint-config": "^2.0.0",
|
|
"eslint": "^5.16.0",
|
|
"mocha": "^6.0.2",
|
|
"rollup": "^1.7.4",
|
|
"rollup-plugin-node-resolve": "^4.0.1"
|
|
},
|
|
"files": [
|
|
"index.next.js"
|
|
],
|
|
"homepage": "https://github.com/GianlucaGuarini/cumpa#readme",
|
|
"jsnext:main": "index.next.js",
|
|
"keywords": [
|
|
"flowRight",
|
|
"functional",
|
|
"compose",
|
|
"compose-right"
|
|
],
|
|
"license": "MIT",
|
|
"main": "cumpa.js",
|
|
"module": "index.next.js",
|
|
"name": "cumpa",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/GianlucaGuarini/cumpa.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",
|
|
"pretest": "npm run build",
|
|
"test": "npm run lint && mocha test.js"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|