| { |
| "author": "Scott Sauyet <scott@sauyet.com> (scott.sauyet.com)", |
| "contributors": [ |
| { |
| "email": "mh@buzzdecafe.com", |
| "name": "Michael Hurley", |
| "web": "http://buzzdecafe.com" |
| }, |
| { |
| "email": "scott@sauyet.com", |
| "name": "Scott Sauyet", |
| "web": "http://fr.umio.us" |
| }, |
| { |
| "email": "dc@davidchambers.me", |
| "name": "David Chambers", |
| "web": "http://davidchambers.me" |
| }, |
| { |
| "email": "yeatesgraeme@gmail.com", |
| "name": "Graeme Yeates", |
| "web": "https://github.com/megawac" |
| } |
| ], |
| "dependencies": {}, |
| "description": "A practical functional library for JavaScript programmers.", |
| "devDependencies": { |
| "babel-cli": "^6.26.0", |
| "babel-plugin-annotate-pure-calls": "^0.2.2", |
| "babel-plugin-import-export-rename": "^1.0.1", |
| "babel-register": "^6.26.0", |
| "babel-types": "^6.26.0", |
| "babelify": "^8.0.0", |
| "benchmark": "~1.0.0", |
| "browserify": "https://api.github.com/repos/browserify/browserify/tarball/9ff7c55cc67a7ddbc64f8e7270bcd75fcc72ce2f", |
| "cli-table": "0.3.x", |
| "cross-env": "^2.0.1", |
| "dox": "latest", |
| "envvar": "1.x.x", |
| "eslint": "^5.9.0", |
| "handlebars": ">=4.0.0", |
| "istanbul": "^0.4.x", |
| "js-yaml": "^3.12.0", |
| "jsverify": "^0.7.3", |
| "mocha": "^5.2.0", |
| "ramda": "0.17.x", |
| "rimraf": "^2.6.2", |
| "rollup": "^0.50.0", |
| "rollup-plugin-terser": "^1.0.1", |
| "sanctuary": "0.7.x", |
| "sinon": "^1.17.4", |
| "testem": "^2.9.0", |
| "xyz": "^3.0.0" |
| }, |
| "files": [ |
| "es", |
| "src", |
| "dist" |
| ], |
| "homepage": "https://ramdajs.com/", |
| "jsdelivr": "dist/ramda.min.js", |
| "keywords": [ |
| "ramda", |
| "functional", |
| "utils", |
| "utilities", |
| "toolkit", |
| "fp", |
| "tacit", |
| "point-free", |
| "curried", |
| "pure", |
| "fantasy-land" |
| ], |
| "license": "MIT", |
| "main": "src/index", |
| "module": "es/index.js", |
| "name": "ramda", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/ramda/ramda.git" |
| }, |
| "scripts": { |
| "bench": "scripts/benchRunner", |
| "bookmarklet": "scripts/bookmarklet", |
| "browser_test": "testem ci", |
| "build": "npm run build:es && npm run build:cjs && npm run build:umd && npm run build:umd:min && npm run build:mjs", |
| "build:cjs": "cross-env BABEL_ENV=cjs babel source --out-dir src", |
| "build:es": "cross-env BABEL_ENV=es babel source --out-dir es", |
| "build:mjs": "cross-env BABEL_ENV=es babel source/index.js --out-file src/index.mjs", |
| "build:umd": "cross-env NODE_ENV=development rollup -c -o dist/ramda.js", |
| "build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/ramda.min.js", |
| "clean": "rimraf es/* src/* dist/* coverage/*", |
| "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter spec", |
| "lint": "eslint scripts/bookmarklet scripts/*.js source/*.js source/internal/*.js test/*.js test/**/*.js lib/sauce/*.js lib/bench/*.js", |
| "partial-build": "node ./scripts/partialBuild", |
| "prepare": "npm run clean && npm run build", |
| "test": "cross-env BABEL_ENV=cjs mocha --require babel-register --reporter spec" |
| }, |
| "sideEffects": false, |
| "unpkg": "dist/ramda.min.js", |
| "version": "0.26.1" |
| } |