Update .bashrc
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / map-visit / package.json
index 660085168af9ae6e69eda52d0a913fabc79ec811..e8d0f41c65692aaa6f82062fc7d09a2f3ad4fc6c 100644 (file)
@@ -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 <brian.woodward@gmail.com> (https://twitter.com/doowb)",
+    "Jon Schlinkert <jon.schlinkert@sellside.com> (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",
     "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",
     "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",
       "verb",
       "verb-generate-readme"
     ]
-  },
-  "version": "1.0.0"
+  }
 }