package.json 1.69 KB
{
  "_args": [
    [
      "kareem@2.0.5",
      "/Users/jeminlee/git-projects/node-practice/npm-demo"
    ]
  ],
  "_from": "kareem@2.0.5",
  "_id": "kareem@2.0.5",
  "_inBundle": false,
  "_integrity": "sha512-dfvpj3mCGJLZuADInhYrKaXkGarJxDqnTEiF91wK6fqwdCRmN+O4aEp8575UjZlQzDkzLI1WDL1uU7vyupURqw==",
  "_location": "/kareem",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "kareem@2.0.5",
    "name": "kareem",
    "escapedName": "kareem",
    "rawSpec": "2.0.5",
    "saveSpec": null,
    "fetchSpec": "2.0.5"
  },
  "_requiredBy": [
    "/mongoose"
  ],
  "_resolved": "https://registry.npmjs.org/kareem/-/kareem-2.0.5.tgz",
  "_spec": "2.0.5",
  "_where": "/Users/jeminlee/git-projects/node-practice/npm-demo",
  "author": {
    "name": "Valeri Karpov",
    "email": "val@karpov.io"
  },
  "bugs": {
    "url": "https://github.com/vkarpov15/kareem/issues"
  },
  "description": "Next-generation take on pre/post function hooks",
  "devDependencies": {
    "acquit": "0.5.1",
    "gulp": "3.8.10",
    "gulp-jscs": "1.4.0",
    "gulp-mocha": "2.0.0",
    "istanbul": "0.4.5",
    "jscs": "1.9.0",
    "mocha": "3.2.0"
  },
  "homepage": "https://github.com/vkarpov15/kareem#readme",
  "jscsConfig": {
    "preset": "airbnb",
    "requireMultipleVarDecl": null,
    "disallowMultipleVarDecl": true
  },
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "kareem",
  "repository": {
    "type": "git",
    "url": "git://github.com/vkarpov15/kareem.git"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./test/*",
    "test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
  },
  "version": "2.0.5"
}