138 lines
4.1 KiB
JSON
138 lines
4.1 KiB
JSON
{
|
|
"_from": "ramda@0.27.0",
|
|
"_id": "ramda@0.27.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-pVzZdDpWwWqEVVLshWUHjNwuVP7SfcmPraYuqocJp1yo2U1R7P+5QAfDhdItkuoGqIBnBYrtPp7rEPqDn9HlZA==",
|
|
"_location": "/ramda",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ramda@0.27.0",
|
|
"name": "ramda",
|
|
"escapedName": "ramda",
|
|
"rawSpec": "0.27.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.27.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/docker-hub-utils"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ramda/-/ramda-0.27.0.tgz",
|
|
"_shasum": "915dc29865c0800bf3f69b8fd6c279898b59de43",
|
|
"_spec": "ramda@0.27.0",
|
|
"_where": "/home/dawidd6/github/dawidd6/action-debian-package/node_modules/docker-hub-utils",
|
|
"author": {
|
|
"name": "Scott Sauyet",
|
|
"email": "scott@sauyet.com",
|
|
"url": "scott.sauyet.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ramda/ramda/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Michael Hurley",
|
|
"email": "mh@buzzdecafe.com",
|
|
"url": "http://buzzdecafe.com"
|
|
},
|
|
{
|
|
"name": "Scott Sauyet",
|
|
"email": "scott@sauyet.com",
|
|
"url": "http://fr.umio.us"
|
|
},
|
|
{
|
|
"name": "David Chambers",
|
|
"email": "dc@davidchambers.me",
|
|
"url": "http://davidchambers.me"
|
|
},
|
|
{
|
|
"name": "Graeme Yeates",
|
|
"email": "yeatesgraeme@gmail.com",
|
|
"url": "https://github.com/megawac"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "A practical functional library for JavaScript programmers.",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/register": "^7.4.4",
|
|
"@babel/types": "^7.4.4",
|
|
"babel-plugin-annotate-pure-calls": "^0.4.0",
|
|
"babel-plugin-import-export-rename": "^1.0.1",
|
|
"babelify": "^10.0.0",
|
|
"benchmark": "~1.0.0",
|
|
"browserify": "https://api.github.com/repos/browserify/browserify/tarball/9ff7c55cc67a7ddbc64f8e7270bcd75fcc72ce2f",
|
|
"cli-table": "0.3.x",
|
|
"cross-env": "^5.2.0",
|
|
"dox": "latest",
|
|
"envvar": "^2.0.0",
|
|
"eslint": "^5.16.0",
|
|
"handlebars": ">=4.1.2",
|
|
"istanbul": "^0.4.x",
|
|
"js-yaml": "^3.13.1",
|
|
"jsverify": "^0.8.4",
|
|
"mocha": "^6.1.4",
|
|
"ramda": "0.17.x",
|
|
"rimraf": "^2.6.3",
|
|
"rollup": "^0.68.2",
|
|
"rollup-plugin-uglify": "^6.0.2",
|
|
"sanctuary": "0.7.x",
|
|
"sinon": "^7.3.2",
|
|
"testem": "^2.16.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": "node scripts/benchRunner",
|
|
"bookmarklet": "node 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",
|
|
"prebench": "npm run --silent build:cjs",
|
|
"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.27.0"
|
|
}
|