X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fcoc%2Fextensions%2Fnode_modules%2Fcoc-prettier%2Fnode_modules%2Fmap-visit%2Fpackage.json;h=e8d0f41c65692aaa6f82062fc7d09a2f3ad4fc6c;hb=HEAD;hp=660085168af9ae6e69eda52d0a913fabc79ec811;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/map-visit/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/map-visit/package.json index 66008516..e8d0f41c 100644 --- a/.config/coc/extensions/node_modules/coc-prettier/node_modules/map-visit/package.json +++ b/.config/coc/extensions/node_modules/coc-prettier/node_modules/map-visit/package.json @@ -1,52 +1,31 @@ { - "_from": "map-visit@^1.0.0", - "_id": "map-visit@1.0.0", - "_inBundle": false, - "_integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "_location": "/map-visit", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "map-visit@^1.0.0", - "name": "map-visit", - "escapedName": "map-visit", - "rawSpec": "^1.0.0", - "saveSpec": null, - "fetchSpec": "^1.0.0" - }, - "_requiredBy": [ - "/collection-visit" + "name": "map-visit", + "description": "Map `visit` over an array of objects.", + "version": "1.0.0", + "homepage": "https://github.com/jonschlinkert/map-visit", + "author": "Jon Schlinkert (https://github.com/jonschlinkert)", + "contributors": [ + "Brian Woodward (https://twitter.com/doowb)", + "Jon Schlinkert (http://twitter.com/jonschlinkert)" ], - "_resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "_shasum": "ecdca8f13144e660f1b5bd41f12f3479d98dfb8f", - "_spec": "map-visit@^1.0.0", - "_where": "/tmp/coc-prettier-dzKjD7/node_modules/collection-visit", - "author": { - "name": "Jon Schlinkert", - "url": "https://github.com/jonschlinkert" - }, + "repository": "jonschlinkert/map-visit", "bugs": { "url": "https://github.com/jonschlinkert/map-visit/issues" }, - "bundleDependencies": false, - "contributors": [ - { - "name": "Brian Woodward", - "email": "brian.woodward@gmail.com", - "url": "https://twitter.com/doowb" - }, - { - "name": "Jon Schlinkert", - "email": "jon.schlinkert@sellside.com", - "url": "http://twitter.com/jonschlinkert" - } + "license": "MIT", + "files": [ + "index.js" ], + "main": "index.js", + "engines": { + "node": ">=0.10.0" + }, + "scripts": { + "test": "mocha" + }, "dependencies": { "object-visit": "^1.0.0" }, - "deprecated": false, - "description": "Map `visit` over an array of objects.", "devDependencies": { "clone-deep": "^0.2.4", "extend-shallow": "^2.0.1", @@ -54,13 +33,6 @@ "lodash": "^4.17.4", "mocha": "^3.2.0" }, - "engines": { - "node": ">=0.10.0" - }, - "files": [ - "index.js" - ], - "homepage": "https://github.com/jonschlinkert/map-visit", "keywords": [ "array", "arrays", @@ -76,16 +48,6 @@ "visit", "visitor" ], - "license": "MIT", - "main": "index.js", - "name": "map-visit", - "repository": { - "type": "git", - "url": "git+https://github.com/jonschlinkert/map-visit.git" - }, - "scripts": { - "test": "mocha" - }, "verb": { "toc": false, "layout": "default", @@ -108,6 +70,5 @@ "verb", "verb-generate-readme" ] - }, - "version": "1.0.0" + } }