package.json 1.44 KB
{
  "_from": "pkginfo@~0.3.0",
  "_id": "pkginfo@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-Wyn2qB9wcXFC4J52W76rl7T4HiE=",
  "_location": "/pkginfo",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pkginfo@~0.3.0",
    "name": "pkginfo",
    "escapedName": "pkginfo",
    "rawSpec": "~0.3.0",
    "saveSpec": null,
    "fetchSpec": "~0.3.0"
  },
  "_requiredBy": [
    "/passport-kakao"
  ],
  "_resolved": "https://registry.npmjs.org/pkginfo/-/pkginfo-0.3.1.tgz",
  "_shasum": "5b29f6a81f70717142e09e765bbeab97b4f81e21",
  "_spec": "pkginfo@~0.3.0",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\passport-kakao",
  "author": {
    "name": "Charlie Robbins",
    "email": "charlie.robbins@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/indexzero/node-pkginfo/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An easy way to expose properties on a module from a package.json",
  "devDependencies": {
    "vows": "0.7.x"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "homepage": "https://github.com/indexzero/node-pkginfo#readme",
  "keywords": [
    "info",
    "tools",
    "package.json"
  ],
  "license": "MIT",
  "main": "./lib/pkginfo.js",
  "name": "pkginfo",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indexzero/node-pkginfo.git"
  },
  "scripts": {
    "test": "vows test/*-test.js --spec"
  },
  "version": "0.3.1"
}