Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

141 wiersze
4.0 KiB

4 lat temu
  1. {
  2. "_args": [
  3. [
  4. "ramda@0.27.1",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ramda@0.27.1",
  10. "_id": "ramda@0.27.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-PgIdVpn5y5Yns8vqb8FzBUEYn98V3xcPgawAkkgj0YJ0qDsnHCiNmZYfOGMgOvoB0eWFLpYbhxUR3mxfDIMvpw==",
  13. "_location": "/ramda",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ramda@0.27.1",
  19. "name": "ramda",
  20. "escapedName": "ramda",
  21. "rawSpec": "0.27.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.27.1"
  24. },
  25. "_requiredBy": [
  26. "/eslint-plugin-mocha"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.1.tgz",
  29. "_spec": "0.27.1",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Scott Sauyet",
  33. "email": "scott@sauyet.com",
  34. "url": "scott.sauyet.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/ramda/ramda/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Michael Hurley",
  42. "email": "mh@buzzdecafe.com",
  43. "url": "http://buzzdecafe.com"
  44. },
  45. {
  46. "name": "Scott Sauyet",
  47. "email": "scott@sauyet.com",
  48. "url": "http://fr.umio.us"
  49. },
  50. {
  51. "name": "David Chambers",
  52. "email": "dc@davidchambers.me",
  53. "url": "http://davidchambers.me"
  54. },
  55. {
  56. "name": "Graeme Yeates",
  57. "email": "yeatesgraeme@gmail.com",
  58. "url": "https://github.com/megawac"
  59. }
  60. ],
  61. "dependencies": {},
  62. "description": "A practical functional library for JavaScript programmers.",
  63. "devDependencies": {
  64. "@babel/cli": "^7.4.4",
  65. "@babel/core": "^7.4.5",
  66. "@babel/register": "^7.4.4",
  67. "@babel/types": "^7.4.4",
  68. "babel-plugin-annotate-pure-calls": "^0.4.0",
  69. "babel-plugin-import-export-rename": "^1.0.1",
  70. "babelify": "^10.0.0",
  71. "benchmark": "~1.0.0",
  72. "browserify": "https://api.github.com/repos/browserify/browserify/tarball/9ff7c55cc67a7ddbc64f8e7270bcd75fcc72ce2f",
  73. "cli-table": "0.3.x",
  74. "cross-env": "^5.2.0",
  75. "dox": "latest",
  76. "envvar": "^2.0.0",
  77. "eslint": "^5.16.0",
  78. "handlebars": ">=4.1.2",
  79. "istanbul": "^0.4.x",
  80. "js-yaml": "^3.13.1",
  81. "jsverify": "^0.8.4",
  82. "mocha": "^6.1.4",
  83. "ramda": "0.17.x",
  84. "rimraf": "^2.6.3",
  85. "rollup": "^0.68.2",
  86. "rollup-plugin-uglify": "^6.0.2",
  87. "sanctuary": "0.7.x",
  88. "sinon": "^7.3.2",
  89. "testem": "^2.16.0",
  90. "xyz": "^3.0.0"
  91. },
  92. "files": [
  93. "es",
  94. "src",
  95. "dist"
  96. ],
  97. "homepage": "https://ramdajs.com/",
  98. "jsdelivr": "dist/ramda.min.js",
  99. "keywords": [
  100. "ramda",
  101. "functional",
  102. "utils",
  103. "utilities",
  104. "toolkit",
  105. "fp",
  106. "tacit",
  107. "point-free",
  108. "curried",
  109. "pure",
  110. "fantasy-land"
  111. ],
  112. "license": "MIT",
  113. "main": "src/index",
  114. "module": "es/index.js",
  115. "name": "ramda",
  116. "repository": {
  117. "type": "git",
  118. "url": "git://github.com/ramda/ramda.git"
  119. },
  120. "scripts": {
  121. "bench": "node scripts/benchRunner",
  122. "bookmarklet": "node scripts/bookmarklet",
  123. "browser_test": "testem ci",
  124. "build": "npm run build:es && npm run build:cjs && npm run build:umd && npm run build:umd:min && npm run build:mjs",
  125. "build:cjs": "cross-env BABEL_ENV=cjs babel source --out-dir src",
  126. "build:es": "cross-env BABEL_ENV=es babel source --out-dir es",
  127. "build:mjs": "cross-env BABEL_ENV=es babel source/index.js --out-file src/index.mjs",
  128. "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ramda.js",
  129. "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/ramda.min.js",
  130. "clean": "rimraf es/* src/* dist/* coverage/*",
  131. "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter spec",
  132. "lint": "eslint scripts/bookmarklet scripts/*.js source/*.js source/internal/*.js test/*.js test/**/*.js lib/sauce/*.js lib/bench/*.js",
  133. "partial-build": "node ./scripts/partialBuild",
  134. "prebench": "npm run --silent build:cjs",
  135. "prepare": "npm run clean && npm run build",
  136. "test": "cross-env BABEL_ENV=cjs mocha --require @babel/register --reporter spec"
  137. },
  138. "sideEffects": false,
  139. "unpkg": "dist/ramda.min.js",
  140. "version": "0.27.1"
  141. }