summaryrefslogtreecommitdiffstats
path: root/node_modules/lodash.isboolean/package.json
diff options
context:
space:
mode:
authorGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
committerGravatar Piotr Russ <mail@pruss.it> 2020-11-16 00:10:28 +0100
commite06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch)
tree55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/lodash.isboolean/package.json
downloadwebsite_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2
website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip
api, login, auth
Diffstat (limited to 'node_modules/lodash.isboolean/package.json')
-rw-r--r--node_modules/lodash.isboolean/package.json69
1 files changed, 69 insertions, 0 deletions
diff --git a/node_modules/lodash.isboolean/package.json b/node_modules/lodash.isboolean/package.json
new file mode 100644
index 0000000..a4a751d
--- /dev/null
+++ b/node_modules/lodash.isboolean/package.json
@@ -0,0 +1,69 @@
+{
+ "_from": "lodash.isboolean@^3.0.3",
+ "_id": "lodash.isboolean@3.0.3",
+ "_inBundle": false,
+ "_integrity": "sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=",
+ "_location": "/lodash.isboolean",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "lodash.isboolean@^3.0.3",
+ "name": "lodash.isboolean",
+ "escapedName": "lodash.isboolean",
+ "rawSpec": "^3.0.3",
+ "saveSpec": null,
+ "fetchSpec": "^3.0.3"
+ },
+ "_requiredBy": [
+ "/jsonwebtoken"
+ ],
+ "_resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
+ "_shasum": "6c2e171db2a257cd96802fd43b01b20d5f5870f6",
+ "_spec": "lodash.isboolean@^3.0.3",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/jsonwebtoken",
+ "author": {
+ "name": "John-David Dalton",
+ "email": "john.david.dalton@gmail.com",
+ "url": "http://allyoucanleet.com/"
+ },
+ "bugs": {
+ "url": "https://github.com/lodash/lodash/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "John-David Dalton",
+ "email": "john.david.dalton@gmail.com",
+ "url": "http://allyoucanleet.com/"
+ },
+ {
+ "name": "Blaine Bublitz",
+ "email": "blaine@iceddev.com",
+ "url": "https://github.com/phated"
+ },
+ {
+ "name": "Mathias Bynens",
+ "email": "mathias@qiwi.be",
+ "url": "https://mathiasbynens.be/"
+ }
+ ],
+ "deprecated": false,
+ "description": "The lodash method `_.isBoolean` exported as a module.",
+ "homepage": "https://lodash.com/",
+ "icon": "https://lodash.com/icon.svg",
+ "keywords": [
+ "lodash-modularized",
+ "isboolean"
+ ],
+ "license": "MIT",
+ "name": "lodash.isboolean",
+ "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": "3.0.3"
+}