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.

72 lines
2.0 KiB

5 years ago
  1. {
  2. "_from": "cumpa@^1.0.1",
  3. "_id": "cumpa@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Ew3sfG4cqvDFINS1VgdvLX1FIruhySlnP6DRLhB+1EjewiOzhJzKRKPEp/TCuo0RDisSFeuaDrk0S4Q8grF9CA==",
  6. "_location": "/cumpa",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cumpa@^1.0.1",
  12. "name": "cumpa",
  13. "escapedName": "cumpa",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/@riotjs/compiler",
  20. "/riot"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/cumpa/-/cumpa-1.0.1.tgz",
  23. "_shasum": "beff3180ab36e850a157a779d0cf4d997d2c7980",
  24. "_spec": "cumpa@^1.0.1",
  25. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-one-page/node_modules/riot",
  26. "author": {
  27. "name": "Gianluca Guarini",
  28. "email": "gianluca.guarini@gmail.com",
  29. "url": "http://gianlucaguarini.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/GianlucaGuarini/cumpa/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Minimal function composition implementation",
  37. "devDependencies": {
  38. "@gianlucaguarini/eslint-config": "^2.0.0",
  39. "eslint": "^5.16.0",
  40. "mocha": "^6.0.2",
  41. "rollup": "^1.7.4",
  42. "rollup-plugin-node-resolve": "^4.0.1"
  43. },
  44. "files": [
  45. "index.next.js"
  46. ],
  47. "homepage": "https://github.com/GianlucaGuarini/cumpa#readme",
  48. "jsnext:main": "index.next.js",
  49. "keywords": [
  50. "flowRight",
  51. "functional",
  52. "compose",
  53. "compose-right"
  54. ],
  55. "license": "MIT",
  56. "main": "cumpa.js",
  57. "module": "index.next.js",
  58. "name": "cumpa",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/GianlucaGuarini/cumpa.git"
  62. },
  63. "scripts": {
  64. "build": "rollup -c",
  65. "doc": "documentation readme index.next.js -s API",
  66. "lint": "eslint index.next.js test.js rollup.config.js",
  67. "prepare": "npm run build && npm test",
  68. "pretest": "npm run build",
  69. "test": "npm run lint && mocha test.js"
  70. },
  71. "version": "1.0.1"
  72. }