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.

70 lines
1.9 KiB

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