package.json 1.3 KB
{
  "_from": "only@0.0.2",
  "_id": "only@0.0.2",
  "_inBundle": false,
  "_integrity": "sha1-Kv3oTQPlC5qO3EROMGEKcCle37Q=",
  "_location": "/only",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "only@0.0.2",
    "name": "only",
    "escapedName": "only",
    "rawSpec": "0.0.2",
    "saveSpec": null,
    "fetchSpec": "0.0.2"
  },
  "_requiredBy": [
    "/koa"
  ],
  "_resolved": "https://registry.npmjs.org/only/-/only-0.0.2.tgz",
  "_shasum": "2afde84d03e50b9a8edc444e30610a70295edfb4",
  "_spec": "only@0.0.2",
  "_where": "/Users/fzy/project/efang/node_modules/koa",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bugs": {
    "url": "https://github.com/visionmedia/node-only/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "return whitelisted properties of an object",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "homepage": "https://github.com/visionmedia/node-only#readme",
  "keywords": [
    "utility",
    "util",
    "object",
    "whitelist"
  ],
  "main": "index",
  "name": "only",
  "repository": {
    "type": "git",
    "url": "git://github.com/visionmedia/node-only.git"
  },
  "version": "0.0.2"
}