{
  "_args": [
    [
      {
        "raw": "should-type-adaptors@^1.0.1",
        "scope": null,
        "escapedName": "should-type-adaptors",
        "name": "should-type-adaptors",
        "rawSpec": "^1.0.1",
        "spec": ">=1.0.1 <2.0.0",
        "type": "range"
      },
      "/home/lively4/lively4/upndown/node_modules/should"
    ]
  ],
  "_from": "should-type-adaptors@>=1.0.1 <2.0.0",
  "_id": "should-type-adaptors@1.0.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/should-type-adaptors",
  "_nodeVersion": "6.7.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/should-type-adaptors-1.0.1.tgz_1476104581382_0.5575062788557261"
  },
  "_npmUser": {
    "name": "btd",
    "email": "bardadymchik@gmail.com"
  },
  "_npmVersion": "3.10.8",
  "_phantomChildren": {},
  "_requested": {
    "raw": "should-type-adaptors@^1.0.1",
    "scope": null,
    "escapedName": "should-type-adaptors",
    "name": "should-type-adaptors",
    "rawSpec": "^1.0.1",
    "spec": ">=1.0.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/should",
    "/should-format"
  ],
  "_resolved": "https://registry.npmjs.org/should-type-adaptors/-/should-type-adaptors-1.0.1.tgz",
  "_shasum": "efe5553cdf68cff66e5c5f51b712dc351c77beaa",
  "_shrinkwrap": null,
  "_spec": "should-type-adaptors@^1.0.1",
  "_where": "/home/lively4/lively4/upndown/node_modules/should",
  "author": {
    "name": "Denis Bardadym",
    "email": "bardadymchik@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shouldjs/type-adaptors/issues"
  },
  "dependencies": {
    "should-type": "^1.3.0",
    "should-util": "^1.0.0"
  },
  "description": "Small utility functions to use the same traversing etc code on different types",
  "devDependencies": {
    "eslint": "^3.2.2",
    "eslint-config-shouldjs": "^1.0.2",
    "rollup": "^0.34.7"
  },
  "directories": {},
  "dist": {
    "shasum": "efe5553cdf68cff66e5c5f51b712dc351c77beaa",
    "tarball": "https://registry.npmjs.org/should-type-adaptors/-/should-type-adaptors-1.0.1.tgz"
  },
  "files": [
    "cjs/*",
    "es6/*",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "8cd305af1ed738a2d481c6de5d44b9a13f7682e7",
  "homepage": "https://github.com/shouldjs/type-adaptors#readme",
  "jsnext:main": "es6/should-type-adaptors.js",
  "keywords": [
    "shouldjs",
    "type"
  ],
  "license": "MIT",
  "main": "cjs/should-type-adaptors.js",
  "maintainers": [
    {
      "name": "btd",
      "email": "bardadymchik@gmail.com"
    }
  ],
  "name": "should-type-adaptors",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shouldjs/type-adaptors.git"
  },
  "scripts": {
    "build": "npm run --silent cjs && npm run --silent es6",
    "cjs": "rollup --format=cjs --output=cjs/should-type-adaptors.js index.js",
    "es6": "rollup --format=es --output=es6/should-type-adaptors.js index.js",
    "prepublish": "npm run --silent build",
    "pretest": "npm run --silent build"
  },
  "version": "1.0.1"
}
