package.json 3 KB
Newer Older
jutatip's avatar
jutatip committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
{
  "_args": [
    [
      {
        "raw": "deep-extend@~0.4.0",
        "scope": null,
        "escapedName": "deep-extend",
        "name": "deep-extend",
        "rawSpec": "~0.4.0",
        "spec": ">=0.4.0 <0.5.0",
        "type": "range"
      },
      "/home/amp/nodejs-60-2/ProjectCS/week05/windowapp/node_modules/rc"
    ]
  ],
  "_from": "deep-extend@>=0.4.0 <0.5.0",
  "_id": "deep-extend@0.4.2",
  "_inCache": true,
  "_location": "/deep-extend",
  "_nodeVersion": "6.9.4",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/deep-extend-0.4.2.tgz_1494506815488_0.10077105974778533"
  },
  "_npmUser": {
    "name": "unclechu",
    "email": "lotsmanov89@gmail.com"
  },
  "_npmVersion": "3.10.10",
  "_phantomChildren": {},
  "_requested": {
    "raw": "deep-extend@~0.4.0",
    "scope": null,
    "escapedName": "deep-extend",
    "name": "deep-extend",
    "rawSpec": "~0.4.0",
    "spec": ">=0.4.0 <0.5.0",
    "type": "range"
  },
  "_requiredBy": [
    "/rc"
  ],
  "_resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz",
  "_shasum": "48b699c27e334bf89f10892be432f6e4c7d34a7f",
  "_shrinkwrap": null,
  "_spec": "deep-extend@~0.4.0",
  "_where": "/home/amp/nodejs-60-2/ProjectCS/week05/windowapp/node_modules/rc",
  "author": {
    "name": "Viacheslav Lotsmanov",
    "email": "lotsmanov89@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/unclechu/node-deep-extend/issues"
  },
  "contributors": [
    {
      "name": "Romain Prieto",
      "url": "https://github.com/rprieto"
    },
    {
      "name": "Max Maximov",
      "url": "https://github.com/maxmaximov"
    },
    {
      "name": "Marshall Bowers",
      "url": "https://github.com/maxdeviant"
    }
  ],
  "dependencies": {},
  "description": "Recursive object extending",
  "devDependencies": {
    "mocha": "^2.2.1",
    "should": "^5.2.0"
  },
  "directories": {
    "lib": "./lib/",
    "test": "./test/"
  },
  "dist": {
    "shasum": "48b699c27e334bf89f10892be432f6e4c7d34a7f",
    "tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz"
  },
  "engines": {
    "iojs": ">=1.0.0",
    "node": ">=0.12.0"
  },
  "files": [
    "lib/deep-extend.js",
    "index.js"
  ],
  "gitHead": "8957a2ed0bdf814c6da61ac8a18c1d553d229272",
  "homepage": "https://github.com/unclechu/node-deep-extend",
  "keywords": [
    "deep-extend",
    "extend",
    "deep",
    "recursive",
    "xtend",
    "clone",
    "merge",
    "json"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/unclechu/node-deep-extend/master/LICENSE"
    }
  ],
  "main": "lib/deep-extend.js",
  "maintainers": [
    {
      "name": "unclechu",
      "email": "lotsmanov89@gmail.com"
    }
  ],
  "name": "deep-extend",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/unclechu/node-deep-extend.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.4.2"
}