{
  "_args": [
    [
      "ramda@0.17.1",
      "C:\\Users\\USER\\Desktop\\boundle\\tools"
    ]
  ],
  "_from": "ramda@0.17.1",
  "_id": "ramda@0.17.1",
  "_inBundle": false,
  "_integrity": "sha1-TBmBR9OrVOjBUlXxFzDiEW9uYHM=",
  "_location": "/ramda",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ramda@0.17.1",
    "name": "ramda",
    "escapedName": "ramda",
    "rawSpec": "0.17.1",
    "saveSpec": null,
    "fetchSpec": "0.17.1"
  },
  "_requiredBy": [
    "/cmd",
    "/cmd-utils"
  ],
  "_resolved": "https://registry.npmjs.org/ramda/-/ramda-0.17.1.tgz",
  "_spec": "0.17.1",
  "_where": "C:\\Users\\USER\\Desktop\\boundle\\tools",
  "author": {
    "name": "Scott Sauyet",
    "email": "scott@sauyet.com",
    "url": "scott.sauyet.com"
  },
  "bugs": {
    "url": "https://github.com/ramda/ramda/issues"
  },
  "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": {},
  "description": "A practical functional library for JavaScript programmers.",
  "devDependencies": {
    "acorn": "0.9.x",
    "benchmark": "~1.0.0",
    "browserify": "10.x.x",
    "cli-table": "0.3.x",
    "commander": "2.5.x",
    "dox": "latest",
    "envvar": "1.x.x",
    "escodegen": "1.4.x",
    "handlebars": "3.0.x",
    "js-yaml": "^3.2.5",
    "jscs": "1.13.x",
    "jshint": "2.7.x",
    "mocha": "2.x.x",
    "q": "^1.1.1",
    "ramda": "0.13.0",
    "rimraf": "~2.3.2",
    "testem": "^0.6.18",
    "uglify-js": "2.4.x",
    "xyz": "0.5.x"
  },
  "homepage": "https://www.github.com/ramda/ramda",
  "license": "MIT",
  "main": "dist/ramda.js",
  "name": "ramda",
  "repository": {
    "type": "git",
    "url": "git://github.com/ramda/ramda.git"
  },
  "scripts": {
    "bench": "scripts/benchRunner",
    "bookmarklet": "scripts/bookmarklet",
    "browserify": "node_modules/browserify/bin/cmd.js test/*.js --outfile lib/test/bundle.js",
    "build": "make && make dist/ramda.min.js",
    "clean": "rimraf dist/*",
    "jscs": "jscs scripts/bookmarklet scripts/build **/*.js **/**/*.js",
    "jshint": "jshint scripts/bookmarklet scripts/build **/*.js **/**/*.js",
    "posttest": "git checkout -- dist",
    "pretest": "npm run jshint && npm run jscs && npm run clean && npm run build",
    "test": "node scripts/testfiles | node_modules/.bin/mocha --reporter spec"
  },
  "version": "0.17.1"
}
