package.json 3.05 KB
{
  "_args": [
    [
      {
        "raw": "bookshelf-uuid@^1.0.0",
        "scope": null,
        "escapedName": "bookshelf-uuid",
        "name": "bookshelf-uuid",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
    ]
  ],
  "_from": "bookshelf-uuid@>=1.0.0 <2.0.0",
  "_id": "bookshelf-uuid@1.0.0",
  "_inCache": true,
  "_location": "/bookshelf-uuid",
  "_nodeVersion": "6.1.0",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/bookshelf-uuid-1.0.0.tgz_1463065287444_0.2801372471731156"
  },
  "_npmUser": {
    "name": "alanhoff",
    "email": "alanhoffmeister@gmail.com"
  },
  "_npmVersion": "3.8.6",
  "_phantomChildren": {},
  "_requested": {
    "raw": "bookshelf-uuid@^1.0.0",
    "scope": null,
    "escapedName": "bookshelf-uuid",
    "name": "bookshelf-uuid",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/kakao"
  ],
  "_resolved": "https://registry.npmjs.org/bookshelf-uuid/-/bookshelf-uuid-1.0.0.tgz",
  "_shasum": "ac1be98ef00ad465023a04c51192ea9094daa6c0",
  "_shrinkwrap": null,
  "_spec": "bookshelf-uuid@^1.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
  "author": {
    "name": "Estate",
    "email": "team@tryestate.com"
  },
  "bugs": {
    "url": "https://github.com/estate/bookshelf-uuid/issues"
  },
  "dependencies": {
    "lodash.merge": "^4.3.5",
    "lodash.result": "^4.3.0",
    "uuid": "^2.0.2"
  },
  "description": "Automatically generates UUID for your models",
  "devDependencies": {
    "bookshelf": "^0.9.4",
    "co": "^4.6.0",
    "code": "^2.2.0",
    "knex": "^0.10.0",
    "lab": "^10.3.1",
    "sqlite": "0.0.4",
    "sqlite3": "^3.1.3",
    "standard": "^7.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "ac1be98ef00ad465023a04c51192ea9094daa6c0",
    "tarball": "https://registry.npmjs.org/bookshelf-uuid/-/bookshelf-uuid-1.0.0.tgz"
  },
  "gitHead": "bd75a89c0686f9a7d843254a9330c8e096d8790f",
  "homepage": "https://github.com/estate/bookshelf-uuid#readme",
  "keywords": [
    "bookshelf",
    "knex",
    "db",
    "uuid",
    "guid",
    "v1",
    "v4",
    "uuidv4",
    "uuidv1"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "alanhoff",
      "email": "alanhoffmeister@gmail.com"
    }
  ],
  "name": "bookshelf-uuid",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/estate/bookshelf-uuid.git"
  },
  "scripts": {
    "knex": "knex --knexfile test/db/knexfile.js",
    "migrate": "npm run knex -- migrate:latest",
    "reset": "node -e 'require(\"./test/db\").reset().then(process.exit)'",
    "seed": "npm run knex -- seed:run",
    "test": "standard && lab --verbose --colors --assert code --ignore __core-js_shared__",
    "test-cov": "npm test -- -r console -o stdout -r html -o coverage/coverage.html -r lcov -o coverage/lcov.info"
  },
  "version": "1.0.0"
}