版博士V2.0程序
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 684 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "fp-ts",
  3. "version": "2.13.1",
  4. "description": "Functional programming in TypeScript",
  5. "main": "./lib/index.js",
  6. "module": "./es6/index.js",
  7. "typings": "lib/index.d.ts",
  8. "sideEffects": false,
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/gcanti/fp-ts.git"
  12. },
  13. "author": "Giulio Canti <giulio.canti@gmail.com>",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/gcanti/fp-ts/issues"
  17. },
  18. "homepage": "https://github.com/gcanti/fp-ts",
  19. "tags": [
  20. "typescript",
  21. "algebraic-data-types",
  22. "functional-programming"
  23. ],
  24. "keywords": [
  25. "typescript",
  26. "algebraic-data-types",
  27. "functional-programming"
  28. ]
  29. }