package.json 4.17 KB
{
  "_args": [
    [
      {
        "raw": "bookshelf@^0.10.3",
        "scope": null,
        "escapedName": "bookshelf",
        "name": "bookshelf",
        "rawSpec": "^0.10.3",
        "spec": ">=0.10.3 <0.11.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "bookshelf@>=0.10.3 <0.11.0",
  "_id": "bookshelf@0.10.4",
  "_inCache": true,
  "_location": "/bookshelf",
  "_nodeVersion": "6.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/bookshelf-0.10.4.tgz_1500303663497_0.769177014939487"
  },
  "_npmUser": {
    "name": "kirrg001",
    "email": "katharina.irrgang@googlemail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bookshelf@^0.10.3",
    "scope": null,
    "escapedName": "bookshelf",
    "name": "bookshelf",
    "rawSpec": "^0.10.3",
    "spec": ">=0.10.3 <0.11.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/bookshelf/-/bookshelf-0.10.4.tgz",
  "_shasum": "fe06984456740417aba13d0d76c7b065d1f1774d",
  "_shrinkwrap": null,
  "_spec": "bookshelf@^0.10.3",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Bookshelf",
    "url": "https://github.com/bookshelf"
  },
  "bugs": {
    "url": "https://github.com/bookshelf/bookshelf/issues"
  },
  "buildDependencies": [
    "babel-cli",
    "babel-runtime",
    "babel-plugin-syntax-object-rest-spread",
    "babel-plugin-transform-object-rest-spread",
    "babel-plugin-transform-runtime",
    "babel-preset-es2015"
  ],
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "bluebird": "^3.4.3",
    "chalk": "^1.0.0",
    "create-error": "~0.3.1",
    "inflection": "^1.5.1",
    "inherits": "~2.0.1",
    "lodash": "^4.13.1"
  },
  "description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3",
  "devDependencies": {
    "babel-cli": "^6.0.15",
    "babel-eslint": "^6.1.2",
    "babel-plugin-syntax-object-rest-spread": "^6.0.14",
    "babel-plugin-transform-object-rest-spread": "^6.0.14",
    "babel-plugin-transform-runtime": "^6.6.0",
    "babel-preset-es2015": "^6.0.14",
    "bookshelf-jsdoc-theme": "^0.1.2",
    "chai": "^3.5.0",
    "eslint": "2.13.1",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.0",
    "knex": "^0.12.0",
    "minimist": "^1.1.0",
    "mocha": "^3.0.2",
    "mysql": "^2.5.2",
    "pg": "^6.1.0",
    "semver": "^5.0.3",
    "sinon": "^1.11.1",
    "sinon-chai": "^2.6.0",
    "sqlite3": "^3.0.5",
    "uuid": "~3.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "fe06984456740417aba13d0d76c7b065d1f1774d",
    "tarball": "https://registry.npmjs.org/bookshelf/-/bookshelf-0.10.4.tgz"
  },
  "gitHead": "dd3f4086f46aa54bc12196c0920b243c8cbe37b5",
  "homepage": "http://bookshelfjs.org",
  "keywords": [
    "orm",
    "mysql",
    "postgresql",
    "sqlite",
    "datamapper",
    "active record"
  ],
  "license": "MIT",
  "main": "bookshelf.js",
  "maintainers": [
    {
      "name": "erisds",
      "email": "erisds@gmail.com"
    },
    {
      "name": "kirrg001",
      "email": "katharina.irrgang@googlemail.com"
    },
    {
      "name": "rhys-vdw",
      "email": "rhys.vdw@gmail.com"
    },
    {
      "name": "tgriesser",
      "email": "tgriesser10@gmail.com"
    }
  ],
  "name": "bookshelf",
  "optionalDependencies": {},
  "peerDependencies": {
    "knex": ">=0.6.10 <=0.13.0"
  },
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/bookshelf/bookshelf.git"
  },
  "scripts": {
    "build": "babel -q -L -D ./src/ --out-dir ./lib/",
    "clean": "rm -rf ./lib",
    "cover": "npm run lint && istanbul cover _mocha -- --check-leaks -t 10000 -b -R spec test/index.js",
    "dev": "babel -w -q -L -D ./src/ --out-dir ./lib/",
    "gh-pages": "./scripts/gh-pages.sh",
    "jsdoc": "./scripts/jsdoc.sh",
    "lint": "eslint bookshelf.js src/",
    "postinstall": "node ./scripts/build.js lib \"npm run build\"",
    "postpublish": "./scripts/postpublish.sh",
    "prepublish": "npm run build",
    "test": "npm run lint &&  mocha --check-leaks -t 10000 -b test/index.js"
  },
  "version": "0.10.4"
}