{
  "_from": "assert@~1.1.0",
  "_id": "assert@1.1.2",
  "_inBundle": false,
  "_integrity": "sha1-raoExGu1jG3R8pTaPrJuYijrbkQ=",
  "_location": "/assert",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "assert@~1.1.0",
    "name": "assert",
    "escapedName": "assert",
    "rawSpec": "~1.1.0",
    "saveSpec": null,
    "fetchSpec": "~1.1.0"
  },
  "_requiredBy": [
    "/browserify"
  ],
  "_resolved": "https://registry.npmjs.org/assert/-/assert-1.1.2.tgz",
  "_shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",
  "_spec": "assert@~1.1.0",
  "_where": "C:\\Users\\micmar\\Desktop\\Dev\\templates\\cloned\\FreeCSS\\Ranger\\node_modules\\browserify",
  "bugs": {
    "url": "https://github.com/defunctzombie/commonjs-assert/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "util": "0.10.3"
  },
  "deprecated": false,
  "description": "commonjs assert - node.js api compatible",
  "devDependencies": {
    "mocha": "~1.21.4",
    "zuul": "~1.10.2"
  },
  "homepage": "https://github.com/defunctzombie/commonjs-assert",
  "keywords": [
    "assert"
  ],
  "license": "MIT",
  "main": "./assert.js",
  "name": "assert",
  "repository": {
    "type": "git",
    "url": "git://github.com/defunctzombie/commonjs-assert.git"
  },
  "scripts": {
    "test": "mocha --ui qunit test.js && zuul -- test.js"
  },
  "version": "1.1.2"
}
