source: node_modules/ramda-adjunct/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 6.0 KB
Line 
1{
2 "name": "ramda-adjunct",
3 "description": "Ramda Adjunct is the most popular and most comprehensive set of utilities for use with Ramda, providing a variety of useful, well tested functions with excellent documentation.",
4 "keywords": [
5 "ramda",
6 "utils",
7 "utilities",
8 "toolkit",
9 "extensions",
10 "addons",
11 "adjunct",
12 "recipes",
13 "extras",
14 "cookbook",
15 "functional"
16 ],
17 "version": "4.1.1",
18 "homepage": "https://github.com/char0n/ramda-adjunct",
19 "license": "BSD-3-Clause",
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/char0n/ramda-adjunct.git"
23 },
24 "funding": {
25 "type": "opencollective",
26 "url": "https://opencollective.com/ramda-adjunct"
27 },
28 "engines": {
29 "node": ">=0.10.3"
30 },
31 "author": {
32 "name": "Vladimir Gorej",
33 "email": "vladimir.gorej@gmail.com",
34 "url": "https://www.linkedin.com/in/vladimirgorej/"
35 },
36 "contributors": [
37 {
38 "name": "Sergey Homa",
39 "url": "https://github.com/srghma"
40 },
41 {
42 "name": "Pedr Browne",
43 "url": "https://github.com/Undistraction"
44 },
45 {
46 "name": "Rocky Madden",
47 "url": "https://github.com/rockymadden"
48 },
49 {
50 "name": "Guillaume ARM",
51 "email": "trapcodien@gmail.com",
52 "url": "https://github.com/guillaumearm"
53 },
54 {
55 "name": "Alexander Zaika",
56 "email": "js636f@gmail.com",
57 "url": "https://github.com/js636f"
58 }
59 ],
60 "sideEffects": false,
61 "main": "./lib/index.js",
62 "module": "./es/index.js",
63 "jsnext:main": "./es/index.js",
64 "types": "types/index.d.ts",
65 "scripts": {
66 "docs": "better-npm-run docs",
67 "lint": "better-npm-run lint",
68 "lint:fix": "better-npm-run lint:fix",
69 "changelog": "better-npm-run changelog",
70 "test": "better-npm-run test",
71 "test:web": "better-npm-run test:web",
72 "test:ramda": "bnr test:ramda",
73 "test:types": "eslint --no-eslintrc --no-ignore -c ./types/dtslint.eslint.js ./types/test/*.ts",
74 "test:bundle-create": "better-npm-run test:bundle-create",
75 "test:bundle-clean": "better-npm-run test:bundle-clean",
76 "coverage": "better-npm-run coverage",
77 "build": "better-npm-run build",
78 "build:es": "better-npm-run build:es",
79 "build:commonjs": "better-npm-run build:commonjs",
80 "build:umd": "better-npm-run build:umd",
81 "prepublishOnly": "better-npm-run prepublishOnly",
82 "clean": "better-npm-run clean"
83 },
84 "betterScripts": {
85 "docs": "jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js",
86 "lint": "eslint ./ && eslint --no-ignore --no-eslintrc -c ./types/.eslintrc.js ./types/test/**/*.ts",
87 "lint:fix": "eslint --fix ./ && eslint --no-ignore --no-eslintrc --fix -c ./types/.eslintrc.js ./types/test/**/*.ts",
88 "changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
89 "test": {
90 "command": "mocha",
91 "env": {
92 "BABEL_ENV": "commonjs"
93 }
94 },
95 "test:web": "testem ci",
96 "test:ramda": "bnr test:ramda0.29.0",
97 "test:ramda0.29.0": "npm install ramda@0.29.0 && npm test",
98 "test:bundle-create": "webpack --config webpack.config-test.web.js --progress",
99 "test:bundle-clean": "rimraf tmp-test-bundle.js",
100 "coverage": {
101 "command": "nyc mocha",
102 "env": {
103 "BABEL_ENV": "coverage"
104 }
105 },
106 "build": "npm run build:es && npm run build:commonjs && npm run build:umd",
107 "build:es": {
108 "command": "babel src --out-dir es",
109 "env": {
110 "BABEL_ENV": "es"
111 }
112 },
113 "build:commonjs": {
114 "command": "babel src --out-dir lib",
115 "env": {
116 "BABEL_ENV": "commonjs"
117 }
118 },
119 "build:umd": "webpack --config webpack.config.js --progress",
120 "prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build && npm run docs",
121 "clean": "rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es"
122 },
123 "peerDependencies": {
124 "ramda": ">= 0.29.0"
125 },
126 "devDependencies": {
127 "@babel/cli": "7.22.10",
128 "@babel/core": "=7.22.10",
129 "@babel/plugin-transform-modules-commonjs": "=7.22.5",
130 "@babel/preset-env": "=7.22.10",
131 "@babel/register": "7.22.5",
132 "@commitlint/cli": "=17.7.1",
133 "@commitlint/config-conventional": "=17.7.0",
134 "@typescript-eslint/eslint-plugin": "=6.4.0",
135 "@typescript-eslint/parser": "=6.4.0",
136 "assert": "=2.0.0",
137 "babel-loader": "=9.1.3",
138 "babel-plugin-annotate-pure-calls": "0.4.0",
139 "babel-plugin-istanbul": "6.1.1",
140 "better-npm-run": "0.1.1",
141 "chai": "4.3.7",
142 "codecov": "3.8.3",
143 "conventional-changelog-cli": "3.0.0",
144 "core-js": "=3.32.1",
145 "docdash": "git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185",
146 "eslint": "=8.47.0",
147 "eslint-config-airbnb-base": "=15.0.0",
148 "eslint-config-prettier": "=9.0.0",
149 "eslint-plugin-dtslint": "=3.0.2",
150 "eslint-plugin-import": "=2.28.1",
151 "eslint-plugin-mocha": "=10.1.0",
152 "eslint-plugin-prettier": "5.0.0",
153 "eslint-plugin-ramda": "2.5.1",
154 "fantasy-land": "5.0.1",
155 "fantasy-laws": "=2.0.1",
156 "folktale": "=2.3.2",
157 "glob": "=10.3.3",
158 "husky": "8.0.3",
159 "istanbul": "=0.4.5",
160 "jsdoc": "=4.0.2",
161 "jsverify": "0.8.4",
162 "lint-staged": "14.0.0",
163 "mocha": "=10.2.0",
164 "mocha-junit-reporter": "2.2.1",
165 "mocha-multi-reporters": "1.5.1",
166 "monet": "0.9.3",
167 "nyc": "15.1.0",
168 "prettier": "=3.0.2",
169 "process": "=0.11.10",
170 "ramda": "=0.29.0",
171 "ramda-fantasy": "=0.8.0",
172 "regenerator-runtime": "=0.14.0",
173 "rimraf": "5.0.1",
174 "sanctuary-show": "3.0.0",
175 "sinon": "=15.2.0",
176 "terser-webpack-plugin": "5.3.9",
177 "testem": "=3.10.1",
178 "typescript": "=5.1.6",
179 "webpack": "=5.88.2",
180 "webpack-cli": "5.1.4",
181 "taffydb": "npm:@jsdoc/salty@0.2.1"
182 },
183 "browserslist": "> 0.25%, ie 10, ie 11, not op_mini all",
184 "tonicExampleFilename": "tonicExample.js",
185 "collective": {
186 "type": "opencollective",
187 "url": "https://opencollective.com/ramda-adjunct",
188 "logo": "https://opencollective.com/ramda-adjunct/logo.txt"
189 }
190}
Note: See TracBrowser for help on using the repository browser.