package.json 3.85 KB
{
  "_args": [
    [
      {
        "raw": "bookshelf-mask@^2.0.1",
        "scope": null,
        "escapedName": "bookshelf-mask",
        "name": "bookshelf-mask",
        "rawSpec": "^2.0.1",
        "spec": ">=2.0.1 <3.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "bookshelf-mask@>=2.0.1 <3.0.0",
  "_id": "bookshelf-mask@2.0.1",
  "_inCache": true,
  "_location": "/bookshelf-mask",
  "_nodeVersion": "6.6.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/bookshelf-mask-2.0.1.tgz_1477489810201_0.6838442822918296"
  },
  "_npmUser": {
    "name": "ricardogama",
    "email": "ricardo@seegno.com"
  },
  "_npmVersion": "3.10.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bookshelf-mask@^2.0.1",
    "scope": null,
    "escapedName": "bookshelf-mask",
    "name": "bookshelf-mask",
    "rawSpec": "^2.0.1",
    "spec": ">=2.0.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/bookshelf-mask/-/bookshelf-mask-2.0.1.tgz",
  "_shasum": "74cbcff7724c18dc47045da119c0d28f276f575e",
  "_shrinkwrap": null,
  "_spec": "bookshelf-mask@^2.0.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Ricardo Gama",
    "email": "ricardo@seegno.com",
    "url": "https://github.com/ricardogama"
  },
  "bugs": {
    "url": "https://github.com/seegno/bookshelf-mask/issues"
  },
  "dependencies": {
    "json-mask": "^0.3.8"
  },
  "description": "Mask Bookshelf.js models with json-mask",
  "devDependencies": {
    "babel-cli": "6.18.0",
    "babel-plugin-add-module-exports": "0.2.1",
    "babel-plugin-istanbul": "2.0.3",
    "babel-preset-es2015-node": "4.0.2",
    "babel-preset-stage-3": "6.17.0",
    "babel-register": "6.18.0",
    "bookshelf": "0.10.2",
    "coveralls": "2.11.14",
    "eslint": "3.8.1",
    "eslint-config-seegno": "8.0.0",
    "knex": "0.12.6",
    "mocha": "3.1.2",
    "nyc": "8.3.2",
    "pg": "6.1.0",
    "pre-commit": "1.1.3",
    "should": "11.1.1"
  },
  "directories": {},
  "dist": {
    "shasum": "74cbcff7724c18dc47045da119c0d28f276f575e",
    "tarball": "https://registry.npmjs.org/bookshelf-mask/-/bookshelf-mask-2.0.1.tgz"
  },
  "engines": {
    "node": ">= 4"
  },
  "gitHead": "db4af5c21d7ba00ec5cd0e8b9a44188032b03833",
  "homepage": "http://seegno.github.io/bookshelf-mask",
  "keywords": [
    "bookshelf",
    "model",
    "mask",
    "hide",
    "fields",
    "visibility"
  ],
  "license": "MIT",
  "main": "./dist/index.js",
  "maintainers": [
    {
      "name": "ricardogama",
      "email": "ricardo@seegno.com"
    }
  ],
  "name": "bookshelf-mask",
  "optionalDependencies": {},
  "options": {
    "mocha": "--compilers js:babel-register --bail --require should test"
  },
  "peerDependencies": {
    "bookshelf": ">= 0.7"
  },
  "pre-commit": [
    "lint"
  ],
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/seegno/bookshelf-mask.git"
  },
  "scripts": {
    "build": "rm -rf dist && babel src --out-dir dist",
    "changelog": "github_changelog_generator --bug-labels --enhancement-labels --future-release=$npm_config_release --header-label='# Changelog'",
    "cover": "NODE_ENV=test nyc mocha $npm_package_options_mocha",
    "coveralls": "npm run cover && cat ./test/coverage/lcov.info | coveralls",
    "lint": "git diff --cached --name-only --diff-filter=ACMRTUXB | grep -E '\\.(js)(\\..+)?$' | xargs eslint",
    "release": "npm run changelog && npm run version && npm run build && git add -A && git commit -n -m \"Release $npm_config_release\"",
    "test": "mocha $npm_package_options_mocha",
    "version": "sed -i '' 's/\\(\"version\": \"\\)'\"$npm_package_version\"'\\(\"\\)/\\1'\"$npm_config_release\"'\\2/' package.json"
  },
  "version": "2.0.1"
}