{
  "manifest": {
    "name": "underscore",
    "description": "JavaScript's functional programming helper library.",
    "homepage": "https://underscorejs.org/",
    "keywords": [
      "util",
      "functional",
      "server",
      "client",
      "browser"
    ],
    "author": {
      "name": "Jeremy Ashkenas",
      "email": "jeremy@documentcloud.org"
    },
    "repository": {
      "type": "git",
      "url": "git://github.com/jashkenas/underscore.git"
    },
    "main": "underscore.js",
    "module": "modules/index-all.js",
    "version": "1.12.1",
    "devDependencies": {
      "coveralls": "^2.11.2",
      "docco": "^0.8.0",
      "eslint": "^6.8.0",
      "eslint-plugin-import": "^2.20.1",
      "glob": "^7.1.6",
      "gzip-size-cli": "^1.0.0",
      "husky": "^4.2.3",
      "karma": "^0.13.13",
      "karma-qunit": "~2.0.1",
      "karma-sauce-launcher": "^1.2.0",
      "nyc": "^2.1.3",
      "pretty-bytes-cli": "^1.0.0",
      "qunit": "^2.10.0",
      "rollup": "^1.32.1",
      "terser": "^4.6.13"
    },
    "scripts": {
      "test": "npm run lint && npm run test-node",
      "coverage": "nyc npm run test-node && nyc report",
      "coveralls": "nyc npm run test-node && nyc report --reporter=text-lcov | coveralls",
      "lint": "eslint modules/*.js test/*.js",
      "test-node": "npm run prepare-tests && qunit test/",
      "test-browser": "npm run prepare-tests && npm i karma-phantomjs-launcher && karma start",
      "bundle": "rollup --config && eslint underscore.js",
      "bundle-treeshake": "cd test-treeshake && rollup --config",
      "prepare-tests": "npm run bundle && npm run bundle-treeshake",
      "minify-umd": "terser underscore.js -c \"evaluate=false\" --comments \"/    .*/\" -m",
      "minify-esm": "terser underscore-esm.js -c \"evaluate=false\" --comments \"/    .*/\" -m",
      "build-umd": "npm run minify-umd -- --source-map content=underscore.js.map --source-map-url \" \" -o underscore-min.js",
      "build-esm": "npm run minify-esm -- --source-map content=underscore-esm.js.map --source-map-url \" \" -o underscore-esm-min.js",
      "build": "npm run bundle && npm run build-umd && npm run build-esm",
      "doc": "docco underscore-esm.js && docco modules/*.js -c docco.css -t docs/linked-esm.jst",
      "weight": "npm run bundle && npm run minify-umd | gzip-size | pretty-bytes",
      "prepublishOnly": "npm run build && npm run doc"
    },
    "license": "MIT",
    "files": [
      "underscore.js",
      "underscore.js.map",
      "underscore-min.js",
      "underscore-min.js.map",
      "underscore-esm.js",
      "underscore-esm.js.map",
      "underscore-esm-min.js",
      "underscore-esm-min.js.map",
      "modules/",
      "amd/",
      "cjs/"
    ],
    "husky": {
      "hooks": {
        "pre-commit": "npm run bundle && git add underscore.js underscore.js.map underscore-esm.js underscore-esm.js.map",
        "post-commit": "git reset underscore.js underscore.js.map underscore-esm.js underscore-esm.js.map"
      }
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-underscore-1.12.1-7bb8cc9b3d397e201cf8553336d262544ead829e-integrity/node_modules/underscore/package.json",
    "readmeFilename": "README.md",
    "readme": "                       __\n                      /\\ \\                                                         __\n     __  __    ___    \\_\\ \\     __   _ __   ____    ___    ___   _ __    __       /\\_\\    ____\n    /\\ \\/\\ \\ /' _ `\\  /'_  \\  /'__`\\/\\  __\\/ ,__\\  / ___\\ / __`\\/\\  __\\/'__`\\     \\/\\ \\  /',__\\\n    \\ \\ \\_\\ \\/\\ \\/\\ \\/\\ \\ \\ \\/\\  __/\\ \\ \\//\\__, `\\/\\ \\__//\\ \\ \\ \\ \\ \\//\\  __/  __  \\ \\ \\/\\__, `\\\n     \\ \\____/\\ \\_\\ \\_\\ \\___,_\\ \\____\\\\ \\_\\\\/\\____/\\ \\____\\ \\____/\\ \\_\\\\ \\____\\/\\_\\ _\\ \\ \\/\\____/\n      \\/___/  \\/_/\\/_/\\/__,_ /\\/____/ \\/_/ \\/___/  \\/____/\\/___/  \\/_/ \\/____/\\/_//\\ \\_\\ \\/___/\n                                                                                  \\ \\____/\n                                                                                   \\/___/\n\nUnderscore.js is a utility-belt library for JavaScript that provides\nsupport for the usual functional suspects (each, map, reduce, filter...)\nwithout extending any core JavaScript objects.\n\nFor Docs, License, Tests, and pre-packed downloads, see:\nhttps://underscorejs.org\n\nFor support and questions, please use\n[the gitter channel](https://gitter.im/jashkenas/underscore)\nor [stackoverflow](https://stackoverflow.com/search?q=underscore.js)\n\nUnderscore is an open-sourced component of DocumentCloud:\nhttps://github.com/documentcloud\n\nMany thanks to our contributors:\nhttps://github.com/jashkenas/underscore/contributors\n\nThis project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.\n",
    "licenseText": "Copyright (c) 2009-2020 Jeremy Ashkenas, DocumentCloud and Investigative\nReporters & Editors\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/underscore/-/underscore-1.12.1.tgz#7bb8cc9b3d397e201cf8553336d262544ead829e",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/underscore/-/underscore-1.12.1.tgz",
    "hash": "7bb8cc9b3d397e201cf8553336d262544ead829e",
    "integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
    "registry": "npm",
    "packageName": "underscore",
    "cacheIntegrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw== sha1-e7jMmz05fiAc+FUzNtJiVE6tgp4="
  },
  "registry": "npm",
  "hash": "7bb8cc9b3d397e201cf8553336d262544ead829e"
}