123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- {
- "_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/robert/workspace/xmlrpc/node_modules/rc"
- ]
- ],
- "_from": "deep-extend@>=0.4.0 <0.5.0",
- "_id": "deep-extend@0.4.1",
- "_inCache": true,
- "_location": "/deep-extend",
- "_nodeVersion": "0.12.0",
- "_npmUser": {
- "name": "unclechu",
- "email": "lotsmanov89@gmail.com"
- },
- "_npmVersion": "2.5.1",
- "_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.1.tgz",
- "_shasum": "efe4113d08085f4e6f9687759810f807469e2253",
- "_shrinkwrap": null,
- "_spec": "deep-extend@~0.4.0",
- "_where": "/home/robert/workspace/xmlrpc/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"
- }
- ],
- "dependencies": {},
- "description": "Recursive object extending",
- "devDependencies": {
- "mocha": "^2.2.1",
- "should": "^5.2.0"
- },
- "directories": {
- "lib": "./lib/",
- "test": "./test/"
- },
- "dist": {
- "shasum": "efe4113d08085f4e6f9687759810f807469e2253",
- "tarball": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz"
- },
- "engines": {
- "iojs": ">=1.0.0",
- "node": ">=0.12.0"
- },
- "files": [
- "lib/deep-extend.js",
- "index.js"
- ],
- "gitHead": "08e39356bba769744c669eb219a31fee07decd19",
- "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.1"
- }
|