{
  "_args": [
    [
      {
        "raw": "should@>= 0.0.1",
        "scope": null,
        "escapedName": "should",
        "name": "should",
        "rawSpec": ">= 0.0.1",
        "spec": ">=0.0.1",
        "type": "range"
      },
      "/home/lively4/lively4/upndown"
    ]
  ],
  "_from": "should@>=0.0.1",
  "_id": "should@11.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/should",
  "_nodeVersion": "7.4.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/should-11.2.1.tgz_1489053098008_0.2108246050775051"
  },
  "_npmUser": {
    "name": "btd",
    "email": "bardadymchik@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "should@>= 0.0.1",
    "scope": null,
    "escapedName": "should",
    "name": "should",
    "rawSpec": ">= 0.0.1",
    "spec": ">=0.0.1",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/should/-/should-11.2.1.tgz",
  "_shasum": "90f55145552d01cfc200666e4e818a1c9670eda2",
  "_shrinkwrap": null,
  "_spec": "should@>= 0.0.1",
  "_where": "/home/lively4/lively4/upndown",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/shouldjs/should.js/issues"
  },
  "dependencies": {
    "should-equal": "^1.0.0",
    "should-format": "^3.0.2",
    "should-type": "^1.4.0",
    "should-type-adaptors": "^1.0.1",
    "should-util": "^1.0.0"
  },
  "description": "test framework agnostic BDD-style assertions",
  "devDependencies": {
    "bluebird": "^3.0.6",
    "eslint": "^3.0.0",
    "eslint-config-shouldjs": "^1.0.0",
    "mocha": "latest",
    "mocha-better-spec-reporter": "latest",
    "rollup": "^0.41.4",
    "rollup-plugin-node-resolve": "^2.0.0",
    "zuul": "latest"
  },
  "directories": {},
  "dist": {
    "shasum": "90f55145552d01cfc200666e4e818a1c9670eda2",
    "tarball": "https://registry.npmjs.org/should/-/should-11.2.1.tgz"
  },
  "files": [
    "cjs/*",
    "es6/*",
    "as-function.js",
    "index.js",
    "should.js",
    "LICENSE",
    "*.md"
  ],
  "gitHead": "52b984f2c9212278091f9570cf2fe4d6bb79396f",
  "homepage": "https://github.com/shouldjs/should.js",
  "keywords": [
    "test",
    "bdd",
    "assert",
    "should"
  ],
  "license": "MIT",
  "main": "./index.js",
  "maintainers": [
    {
      "name": "tjholowaychuk",
      "email": "tj@vision-media.ca"
    },
    {
      "name": "gjohnson",
      "email": "gjj391@gmail.com"
    },
    {
      "name": "travisjeffery",
      "email": "tj@travisjeffery.com"
    },
    {
      "name": "btd",
      "email": "bardadymchik@gmail.com"
    }
  ],
  "name": "should",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shouldjs/should.js.git"
  },
  "scripts": {
    "browser": "rollup -c rollup.config.js  --output ./should.js",
    "build": "npm run cjs && npm run es6",
    "cjs": "rollup --format=cjs --output=cjs/should.js lib/should.js",
    "es6": "rollup --format=es --output=es6/should.js lib/should.js",
    "prepublish": "npm run build && npm run browser",
    "pretest": "npm run build",
    "test": "mocha -R mocha-better-spec-reporter --color --check-leaks ./test/*.test.js ./test/**/*.test.js",
    "zuul": "zuul -- ./test/**/*.test.js ./test/*.test.js"
  },
  "version": "11.2.1"
}
