From d1291f67551c58168af43698a359cb5ddfd266b0 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 3 Nov 2016 01:33:53 +0100 Subject: node_modules --- node_modules/lodash.isequal/package.json | 116 +++---------------------------- 1 file changed, 10 insertions(+), 106 deletions(-) (limited to 'node_modules/lodash.isequal') diff --git a/node_modules/lodash.isequal/package.json b/node_modules/lodash.isequal/package.json index 3a4a6647e..57cd36d93 100644 --- a/node_modules/lodash.isequal/package.json +++ b/node_modules/lodash.isequal/package.json @@ -1,113 +1,17 @@ { - "_args": [ - [ - { - "raw": "lodash.isequal@^4.0.0", - "scope": null, - "escapedName": "lodash.isequal", - "name": "lodash.isequal", - "rawSpec": "^4.0.0", - "spec": ">=4.0.0 <5.0.0", - "type": "range" - }, - "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs" - ] - ], - "_from": "lodash.isequal@>=4.0.0 <5.0.0", - "_id": "lodash.isequal@4.4.0", - "_inCache": true, - "_location": "/lodash.isequal", - "_nodeVersion": "4.4.7", - "_npmOperationalInternal": { - "host": "packages-16-east.internal.npmjs.com", - "tmp": "tmp/lodash.isequal-4.4.0.tgz_1471110028421_0.13921458693221211" - }, - "_npmUser": { - "name": "jdalton", - "email": "john.david.dalton@gmail.com" - }, - "_npmVersion": "2.15.10", - "_phantomChildren": {}, - "_requested": { - "raw": "lodash.isequal@^4.0.0", - "scope": null, - "escapedName": "lodash.isequal", - "name": "lodash.isequal", - "rawSpec": "^4.0.0", - "spec": ">=4.0.0 <5.0.0", - "type": "range" - }, - "_requiredBy": [ - "/vinyl-fs" - ], - "_resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.4.0.tgz", - "_shasum": "6295768e98e14dc15ce8d362ef6340db82852031", - "_shrinkwrap": null, - "_spec": "lodash.isequal@^4.0.0", - "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl-fs", - "author": { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - "bugs": { - "url": "https://github.com/lodash/lodash/issues" - }, - "contributors": [ - { - "name": "John-David Dalton", - "email": "john.david.dalton@gmail.com", - "url": "http://allyoucanleet.com/" - }, - { - "name": "Blaine Bublitz", - "email": "blaine.bublitz@gmail.com", - "url": "https://github.com/phated" - }, - { - "name": "Mathias Bynens", - "email": "mathias@qiwi.be", - "url": "https://mathiasbynens.be/" - } - ], - "dependencies": {}, + "name": "lodash.isequal", + "version": "4.4.0", "description": "The lodash method `_.isEqual` exported as a module.", - "devDependencies": {}, - "directories": {}, - "dist": { - "shasum": "6295768e98e14dc15ce8d362ef6340db82852031", - "tarball": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.4.0.tgz" - }, "homepage": "https://lodash.com/", "icon": "https://lodash.com/icon.svg", - "keywords": [ - "lodash-modularized", - "isequal" - ], "license": "MIT", - "maintainers": [ - { - "name": "jdalton", - "email": "john.david.dalton@gmail.com" - }, - { - "name": "mathias", - "email": "mathias@qiwi.be" - }, - { - "name": "phated", - "email": "blaine@iceddev.com" - } + "keywords": "lodash-modularized, isequal", + "author": "John-David Dalton (http://allyoucanleet.com/)", + "contributors": [ + "John-David Dalton (http://allyoucanleet.com/)", + "Blaine Bublitz (https://github.com/phated)", + "Mathias Bynens (https://mathiasbynens.be/)" ], - "name": "lodash.isequal", - "optionalDependencies": {}, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/lodash/lodash.git" - }, - "scripts": { - "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" - }, - "version": "4.4.0" + "repository": "lodash/lodash", + "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" } } -- cgit v1.2.3