summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/map-values-deep/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/map-values-deep/package.json')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/map-values-deep/package.json132
1 files changed, 132 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/map-values-deep/package.json b/bin/wiki/ImportarDesdeURL/node_modules/map-values-deep/package.json
new file mode 100644
index 00000000..1deb7d33
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/map-values-deep/package.json
@@ -0,0 +1,132 @@
+{
+ "_from": "map-values-deep@~1.0.2",
+ "_id": "map-values-deep@1.0.2",
+ "_inBundle": false,
+ "_integrity": "sha512-br+tp4aANql3WnpDRjD14H7hHopPlJRnzCL0ZlGCRHAQZTU0g0x1rUQFq/ikb3zZQK+lW2AG7RJi+CFfQ8kSPA==",
+ "_location": "/map-values-deep",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "map-values-deep@~1.0.2",
+ "name": "map-values-deep",
+ "escapedName": "map-values-deep",
+ "rawSpec": "~1.0.2",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.2"
+ },
+ "_requiredBy": [
+ "/metascraper"
+ ],
+ "_resolved": "https://registry.npmjs.org/map-values-deep/-/map-values-deep-1.0.2.tgz",
+ "_shasum": "b0176a1c463158ae33e24de0ce8150621a2b30d3",
+ "_spec": "map-values-deep@~1.0.2",
+ "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL/node_modules/metascraper",
+ "author": {
+ "name": "Kiko Beats",
+ "email": "josefrancisco.verdu@gmail.com",
+ "url": "https://kikobeats.com"
+ },
+ "bugs": {
+ "url": "https://github.com/Kikobeats/map-values-deep/issues"
+ },
+ "bundleDependencies": false,
+ "commitlint": {
+ "extends": [
+ "@commitlint/config-conventional"
+ ]
+ },
+ "contributors": [
+ {
+ "name": "Daniel Shmuglin",
+ "email": "daniels@wix.com"
+ }
+ ],
+ "deprecated": false,
+ "description": "Recursive lodash.mapValues",
+ "devDependencies": {
+ "@commitlint/cli": "latest",
+ "@commitlint/config-conventional": "latest",
+ "ava": "latest",
+ "ci-publish": "latest",
+ "conventional-github-releaser": "latest",
+ "coveralls": "latest",
+ "finepack": "latest",
+ "git-authors-cli": "latest",
+ "git-dirty": "latest",
+ "husky": "latest",
+ "lint-staged": "latest",
+ "lodash": "latest",
+ "npm-check-updates": "latest",
+ "nyc": "latest",
+ "prettier-standard": "latest",
+ "standard": "latest",
+ "standard-markdown": "latest",
+ "standard-version": "latest"
+ },
+ "engines": {
+ "node": ">= 8"
+ },
+ "files": [
+ "index.js"
+ ],
+ "homepage": "https://nicedoc.io/Kikobeats/map-values-deep",
+ "husky": {
+ "hooks": {
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
+ "pre-commit": "lint-staged"
+ }
+ },
+ "keywords": [
+ "array",
+ "circular",
+ "deep",
+ "json",
+ "lodash",
+ "map",
+ "nested",
+ "object",
+ "primitive",
+ "recursive",
+ "values"
+ ],
+ "license": "MIT",
+ "lint-staged": {
+ "linters": {
+ "package.json": [
+ "finepack",
+ "git add"
+ ],
+ "*.js": [
+ "prettier-standard",
+ "git add"
+ ],
+ "*.md": [
+ "standard-markdown",
+ "git add"
+ ]
+ }
+ },
+ "main": "index.js",
+ "name": "map-values-deep",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/Kikobeats/map-values-deep.git"
+ },
+ "scripts": {
+ "clean": "rm -rf node_modules",
+ "coverage": "nyc report --reporter=text-lcov | coveralls",
+ "lint": "standard-markdown README.md && standard",
+ "postrelease": "npm run release:tags && npm run release:github && ci-publish --access=public",
+ "precommit": "lint-staged",
+ "prerelease": "npm run update:check",
+ "pretest": "npm run lint",
+ "release": "git-authors-cli finepack && git add package.json && standard-version -a",
+ "release:github": "conventional-github-releaser -p angular",
+ "release:tags": "git push --follow-tags origin HEAD:master",
+ "test": "nyc ava",
+ "update": "ncu -a",
+ "update:check": "ncu -- --error-level 2"
+ },
+ "version": "1.0.2"
+}