Current File : //lib/node_modules/gulp/node_modules/object.map/package.json
{
  "_from": "object.map@^1.0.0",
  "_id": "object.map@1.0.1",
  "_inBundle": false,
  "_integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=",
  "_location": "/gulp/object.map",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "object.map@^1.0.0",
    "name": "object.map",
    "escapedName": "object.map",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/gulp/liftoff"
  ],
  "_resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
  "_shasum": "cf83e59dc8fcc0ad5f4250e1f78b3b81bd801d37",
  "_spec": "object.map@^1.0.0",
  "_where": "/usr/lib/node_modules/gulp/node_modules/liftoff",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/object.map/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "url": "https://twitter.com/BlaineBublitz"
    },
    {
      "name": "Brian Woodward",
      "url": "https://twitter.com/doowb"
    },
    {
      "name": "Jon Schlinkert",
      "url": "http://twitter.com/jonschlinkert"
    }
  ],
  "dependencies": {
    "for-own": "^1.0.0",
    "make-iterator": "^1.0.0"
  },
  "deprecated": false,
  "description": "Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.",
  "devDependencies": {
    "gulp-format-md": "^0.1.11",
    "mocha": "^3.2.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/object.map",
  "keywords": [
    "map",
    "object"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "object.map",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/object.map.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "arr-map",
        "array-each",
        "collection-map"
      ]
    },
    "lint": {
      "reflinks": true
    }
  },
  "version": "1.0.1"
}