{
  "_args": [
    [
      "brainjs",
      "/home/techugo/Desktop/data/qouchPotato"
    ]
  ],
  "_from": "brainjs@latest",
  "_id": "brainjs@0.7.4",
  "_inCache": true,
  "_installable": true,
  "_location": "/brainjs",
  "_nodeVersion": "4.2.1",
  "_npmUser": {
    "email": "brielcccc@gmail.com",
    "name": "idwmaster"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "brainjs",
    "raw": "brainjs",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/brainjs/-/brainjs-0.7.4.tgz",
  "_shasum": "1906573acb06a47b88bb98c92f39debb8b624ff6",
  "_shrinkwrap": null,
  "_spec": "brainjs",
  "_where": "/home/techugo/Desktop/data/qouchPotato",
  "bugs": {
    "url": "https://github.com/IDWMaster/brain/issues"
  },
  "contributors": [
    {
      "name": "Heather Arthur",
      "email": "fayearthur@gmail.com"
    },
    {
      "name": "Brian Bosak",
      "email": "brielcccc@gmail.com"
    }
  ],
  "dependencies": {
    "inherits": "~2.0.1",
    "underscore": ">=1.5.1"
  },
  "description": "Neural network library",
  "devDependencies": {
    "browserify": "~3.32.0",
    "canvas": ">=0.10.0",
    "grunt": "~0.4.3",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-mocha-test": "~0.11.0",
    "mocha": ">=1.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "1906573acb06a47b88bb98c92f39debb8b624ff6",
    "tarball": "https://registry.npmjs.org/brainjs/-/brainjs-0.7.4.tgz"
  },
  "gitHead": "3dcfea0e1335f8dcfb76f9cdb171aa32514da8b0",
  "homepage": "https://github.com/IDWMaster/brain#readme",
  "keywords": [
    "classifier",
    "machine learning",
    "neural network"
  ],
  "license": "MIT",
  "main": "./lib/brain",
  "maintainers": [
    {
      "name": "idwmaster",
      "email": "brielcccc@gmail.com"
    }
  ],
  "name": "brainjs",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IDWMaster/brain.git"
  },
  "scripts": {
    "test": "npm run test-unit && npm run test-cv",
    "test-cv": "mocha test/cross-validation --timeout 10000",
    "test-unit": "mocha test/unit"
  },
  "version": "0.7.4"
}
