{
  "_args": [
    [
      "ramda-adjunct@2.33.0",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "ramda-adjunct@2.33.0",
  "_id": "ramda-adjunct@2.33.0",
  "_inBundle": false,
  "_integrity": "sha512-TwNW9uTDyuOHF8stDLcD+rg9evY4/D7poF/CZZ3ZSI1wIk56jqvwFL7xYbHyvd/wQpRzPbT2oiwsot2VoFmodA==",
  "_location": "/ramda-adjunct",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ramda-adjunct@2.33.0",
    "name": "ramda-adjunct",
    "escapedName": "ramda-adjunct",
    "rawSpec": "2.33.0",
    "saveSpec": null,
    "fetchSpec": "2.33.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/ramda-adjunct/-/ramda-adjunct-2.33.0.tgz",
  "_spec": "2.33.0",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Vladimir Gorej",
    "email": "vladimir.gorej@gmail.com",
    "url": "https://www.linkedin.com/in/vladimirgorej/"
  },
  "betterScripts": {
    "docs": "jsdoc -c jsdoc.json && node ./scripts/jsdoc-inject-dist.js",
    "lint": "eslint ./ && tslint --project types/tsconfig.json -c types/tslint.json types/**/*.ts",
    "lint:fix": "eslint ./ --fix && tslint --fix --project types/tsconfig.json -c types/tslint.json types/**/*.ts",
    "changelog": "conventional-changelog -p angular -i ./CHANGELOG.md -s",
    "test": {
      "command": "mocha",
      "env": {
        "BABEL_ENV": "commonjs"
      }
    },
    "test:web": "testem ci",
    "test:ramda": "bnr test:ramda0.27.1 && bnr test:ramda0.27.0 && bnr test:ramda0.26.1 && bnr test:ramda0.26.0 && bnr test:ramda0.25.0 && bnr test:ramda0.24.1 && bnr test:ramda0.24.0 && bnr test:ramda0.23.0 && bnr test:ramda0.22.1 && bnr test:ramda0.22.0 && bnr test:ramda0.21.0 && bnr test:ramda0.20.1 && bnr test:ramda0.20.0 && bnr test:ramda0.19.1 && bnr test:ramda0.19.0",
    "test:ramda0.19.0": "npm install ramda@0.19.0 && npm test",
    "test:ramda0.19.1": "npm install ramda@0.19.1 && npm test",
    "test:ramda0.20.0": "npm install ramda@0.20.0 && npm test",
    "test:ramda0.20.1": "npm install ramda@0.20.1 && npm test",
    "test:ramda0.21.0": "npm install ramda@0.21.0 && npm test",
    "test:ramda0.22.0": "npm install ramda@0.22.0 && npm test",
    "test:ramda0.22.1": "npm install ramda@0.22.1 && npm test",
    "test:ramda0.23.0": "npm install ramda@0.23.0 && npm test",
    "test:ramda0.24.0": "npm install ramda@0.24.0 && npm test",
    "test:ramda0.24.1": "npm install ramda@0.24.1 && npm test",
    "test:ramda0.25.0": "npm install ramda@0.25.0 && npm test",
    "test:ramda0.26.0": "npm install ramda@0.26.0 && npm test",
    "test:ramda0.26.1": "npm install ramda@0.26.1 && npm test",
    "test:ramda0.27.0": "npm install ramda@0.27.0 && npm test",
    "test:ramda0.27.1": "npm install ramda@0.27.1 && npm test",
    "test:bundle-create": "webpack --config webpack.config-test.web.js --progress",
    "test:bundle-clean": "rimraf tmp-test-bundle.js",
    "coverage": {
      "command": "nyc mocha",
      "env": {
        "BABEL_ENV": "coverage"
      }
    },
    "build": "npm run build:es && npm run build:commonjs && npm run build:umd",
    "build:es": {
      "command": "babel src --out-dir es",
      "env": {
        "BABEL_ENV": "es"
      }
    },
    "build:commonjs": {
      "command": "babel src --out-dir lib",
      "env": {
        "BABEL_ENV": "commonjs"
      }
    },
    "build:umd": "webpack --config webpack.config.js --progress",
    "prepublishOnly": "npm run clean && npm run lint && npm run test && npm run build && npm run docs",
    "clean": "rimraf .nyc_output .tmp docs coverage tmp-test-bundle.js dist lib es"
  },
  "browserslist": "> 0.25%, ie 10, ie 11, not op_mini all",
  "bugs": {
    "url": "https://github.com/char0n/ramda-adjunct/issues"
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/ramda-adjunct",
    "logo": "https://opencollective.com/ramda-adjunct/logo.txt"
  },
  "contributors": [
    {
      "name": "Sergey Homa",
      "url": "https://github.com/srghma"
    },
    {
      "name": "Pedr Browne",
      "url": "https://github.com/Undistraction"
    },
    {
      "name": "Rocky Madden",
      "url": "https://github.com/rockymadden"
    },
    {
      "name": "Guillaume ARM",
      "email": "trapcodien@gmail.com",
      "url": "https://github.com/guillaumearm"
    },
    {
      "name": "Alexander Zaika",
      "email": "js636f@gmail.com",
      "url": "https://github.com/js636f"
    }
  ],
  "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.",
  "devDependencies": {
    "@babel/cli": "7.14.3",
    "@babel/core": "=7.14.3",
    "@babel/plugin-transform-modules-commonjs": "7.14.0",
    "@babel/preset-env": "=7.14.2",
    "@babel/register": "7.13.16",
    "@commitlint/cli": "=12.1.4",
    "@commitlint/config-conventional": "=12.1.4",
    "assert": "=2.0.0",
    "babel-loader": "8.2.2",
    "babel-plugin-annotate-pure-calls": "0.4.0",
    "babel-plugin-istanbul": "6.0.0",
    "better-npm-run": "0.1.1",
    "chai": "4.3.4",
    "codecov": "3.8.2",
    "conventional-changelog-cli": "2.1.1",
    "core-js": "=3.12.1",
    "docdash": "git+https://github.com/char0n/docdash.git#534b44382138a55dd8d93642c979e51e46471185",
    "dtslint": "=4.0.9",
    "eslint": "7.26.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-config-prettier": "=8.3.0",
    "eslint-plugin-import": "2.23.2",
    "eslint-plugin-mocha": "8.1.0",
    "eslint-plugin-prettier": "3.4.0",
    "eslint-plugin-ramda": "2.5.1",
    "fantasy-land": "5.0.0",
    "fantasy-laws": "=1.2.0",
    "folktale": "=2.3.2",
    "glob": "7.1.7",
    "husky": "6.0.0",
    "istanbul": "=0.4.5",
    "jsdoc": "=3.6.7",
    "jsverify": "0.8.4",
    "license-cli": "1.1.6",
    "lint-staged": "11.0.0",
    "mocha": "=8.4.0",
    "mocha-junit-reporter": "2.0.0",
    "mocha-multi-reporters": "1.5.1",
    "monet": "0.9.2",
    "nyc": "15.1.0",
    "prettier": "=2.3.0",
    "process": "=0.11.10",
    "ramda": "0.27.1",
    "ramda-fantasy": "=0.8.0",
    "regenerator-runtime": "=0.13.7",
    "rimraf": "3.0.2",
    "sanctuary-show": "2.0.0",
    "sinon": "10.0.1",
    "terser-webpack-plugin": "5.1.2",
    "testem": "=3.4.1",
    "tslint": "=6.1.3",
    "typescript": "=4.2.4",
    "webpack": "=5.37.1",
    "webpack-cli": "4.7.0"
  },
  "engines": {
    "node": ">=0.10.3"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/ramda-adjunct"
  },
  "homepage": "https://github.com/char0n/ramda-adjunct",
  "jsnext:main": "./es/index.js",
  "keywords": [
    "ramda",
    "utils",
    "utilities",
    "toolkit",
    "extensions",
    "addons",
    "adjunct",
    "recipes",
    "extras",
    "cookbook",
    "functional"
  ],
  "license": "BSD-3-Clause",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "name": "ramda-adjunct",
  "peerDependencies": {
    "ramda": ">= 0.19.0 <= 0.27.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/char0n/ramda-adjunct.git"
  },
  "scripts": {
    "build": "better-npm-run build",
    "build:commonjs": "better-npm-run build:commonjs",
    "build:es": "better-npm-run build:es",
    "build:umd": "better-npm-run build:umd",
    "changelog": "better-npm-run changelog",
    "clean": "better-npm-run clean",
    "coverage": "better-npm-run coverage",
    "docs": "better-npm-run docs",
    "lint": "better-npm-run lint",
    "lint:fix": "better-npm-run lint:fix",
    "test": "better-npm-run test",
    "test:bundle-clean": "better-npm-run test:bundle-clean",
    "test:bundle-create": "better-npm-run test:bundle-create",
    "test:ramda": "bnr test:ramda",
    "test:types": "dtslint ./types",
    "test:web": "better-npm-run test:web"
  },
  "sideEffects": false,
  "tonicExampleFilename": "tonicExample.js",
  "types": "types/index.d.ts",
  "version": "2.33.0"
}
