package.json 2.47 KB
{
  "_args": [
    [
      {
        "raw": "bookshelf-api@^1.7.1",
        "scope": null,
        "escapedName": "bookshelf-api",
        "name": "bookshelf-api",
        "rawSpec": "^1.7.1",
        "spec": ">=1.7.1 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "bookshelf-api@>=1.7.1 <2.0.0",
  "_id": "bookshelf-api@1.7.1",
  "_inCache": true,
  "_location": "/bookshelf-api",
  "_nodeVersion": "6.2.1",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/bookshelf-api-1.7.1.tgz_1483710206211_0.8335147756151855"
  },
  "_npmUser": {
    "name": "alarner",
    "email": "anlarner@gmail.com"
  },
  "_npmVersion": "3.9.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bookshelf-api@^1.7.1",
    "scope": null,
    "escapedName": "bookshelf-api",
    "name": "bookshelf-api",
    "rawSpec": "^1.7.1",
    "spec": ">=1.7.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/bookshelf-api/-/bookshelf-api-1.7.1.tgz",
  "_shasum": "3d8c8a93532838d28f7c53c6bde7dd33debe0833",
  "_shrinkwrap": null,
  "_spec": "bookshelf-api@^1.7.1",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Aaron Larner"
  },
  "dependencies": {
    "howhap": "^2.0.4",
    "howhap-list": "^2.0.1",
    "lodash": "^4.17.2",
    "pluralize": "^3.0.0"
  },
  "description": "Express middleware for generating an API based on bookshelf models.",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "bookshelf": "^0.10.2",
    "chai": "^3.5.0",
    "fs-extra": "^1.0.0",
    "knex": "^0.12.6",
    "knex-cleaner": "^1.1.3",
    "mocha": "^3.1.2",
    "pg": "^6.1.0",
    "sinon": "^1.17.6",
    "sqlite3": "^3.1.8"
  },
  "directories": {},
  "dist": {
    "shasum": "3d8c8a93532838d28f7c53c6bde7dd33debe0833",
    "tarball": "https://registry.npmjs.org/bookshelf-api/-/bookshelf-api-1.7.1.tgz"
  },
  "gitHead": "b6e10b38815f74452e5b8d59d6caaeed8c610b1b",
  "homepage": "https://github.com/alarner/bookshelf-api#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "maintainers": [
    {
      "name": "alarner",
      "email": "anlarner@gmail.com"
    }
  ],
  "name": "bookshelf-api",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "scripts": {
    "build": "babel src -d dist",
    "test": "mocha"
  },
  "version": "1.7.1"
}