{
  "manifest": {
    "name": "prelude-ls",
    "version": "1.2.1",
    "author": {
      "name": "George Zahariev",
      "email": "z@georgezahariev.com"
    },
    "description": "prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript.",
    "keywords": [
      "prelude",
      "livescript",
      "utility",
      "ls",
      "coffeescript",
      "javascript",
      "library",
      "functional",
      "array",
      "list",
      "object",
      "string"
    ],
    "main": "lib/",
    "files": [
      "lib/",
      "README.md",
      "LICENSE"
    ],
    "homepage": "http://preludels.com/",
    "bugs": {
      "url": "https://github.com/gkz/prelude-ls/issues"
    },
    "license": "MIT",
    "engines": {
      "node": ">= 0.8.0"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/gkz/prelude-ls.git"
    },
    "scripts": {
      "test": "make test"
    },
    "devDependencies": {
      "livescript": "^1.6.0",
      "uglify-js": "^3.8.1",
      "mocha": "^7.1.1",
      "browserify": "^16.5.1",
      "sinon": "~8.0.1"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-prelude-ls-1.2.1-debc6489d7a6e6b0e7611888cec880337d316396-integrity/node_modules/prelude-ls/package.json",
    "readmeFilename": "README.md",
    "readme": "# prelude.ls [![Build Status](https://travis-ci.org/gkz/prelude-ls.png?branch=master)](https://travis-ci.org/gkz/prelude-ls)\n\nis a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, <a href=\"http://livescript.net\">LiveScript</a>.\n\nSee **[the prelude.ls site](http://preludels.com)** for examples, a reference, and more.\n\nYou can install via npm `npm install prelude-ls`\n\n### Development\n\n`make test` to test\n\n`make build` to build `lib` from `src`\n\n`make build-browser` to build browser versions\n",
    "licenseText": "Copyright (c) George Zahariev\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
    "hash": "debc6489d7a6e6b0e7611888cec880337d316396",
    "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
    "registry": "npm",
    "packageName": "prelude-ls",
    "cacheIntegrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g== sha1-3rxkidem5rDnYRiIzsiAM30xY5Y="
  },
  "registry": "npm",
  "hash": "debc6489d7a6e6b0e7611888cec880337d316396"
}