.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / gonzales-pe / package.json
index 46736db94075dd9de8faea33de3f3aa4a67ea9d8..d92f0e4ec3ea59b809a6c4e808e39cf76ac37342 100644 (file)
@@ -1,44 +1,36 @@
 {
-  "_from": "gonzales-pe@^4.0.3",
-  "_id": "gonzales-pe@4.3.0",
-  "_inBundle": false,
-  "_integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==",
-  "_location": "/gonzales-pe",
-  "_phantomChildren": {},
-  "_requested": {
-    "type": "range",
-    "registry": true,
-    "raw": "gonzales-pe@^4.0.3",
-    "name": "gonzales-pe",
-    "escapedName": "gonzales-pe",
-    "rawSpec": "^4.0.3",
-    "saveSpec": null,
-    "fetchSpec": "^4.0.3"
-  },
-  "_requiredBy": [
-    "/postcss-sass"
-  ],
-  "_resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz",
-  "_shasum": "fe9dec5f3c557eead09ff868c65826be54d067b3",
-  "_spec": "gonzales-pe@^4.0.3",
-  "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/postcss-sass",
+  "name": "gonzales-pe",
+  "description": "Gonzales Preprocessor Edition (fast CSS parser)",
+  "version": "4.3.0",
+  "homepage": "http://github.com/tonyganch/gonzales-pe",
+  "bugs": "http://github.com/tonyganch/gonzales-pe/issues",
+  "license": "MIT",
   "author": {
     "name": "Tony Ganch",
     "email": "tonyganch+github@gmail.com",
     "url": "http://tonyganch.com"
   },
-  "bin": {
-    "gonzales": "bin/gonzales.js"
+  "main": "./lib/gonzales",
+  "repository": {
+    "type": "git",
+    "url": "http://github.com/tonyganch/gonzales-pe.git"
+  },
+  "scripts": {
+    "autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
+    "build": "bash ./scripts/build.sh",
+    "init": "bash ./scripts/init.sh",
+    "lint": "bash ./scripts/lint.sh",
+    "log": "bash ./scripts/log.sh",
+    "prepublishOnly": "bash ./scripts/build.sh",
+    "test": "bash ./scripts/test.sh",
+    "watch": "bash ./scripts/watch.sh"
   },
-  "bugs": {
-    "url": "http://github.com/tonyganch/gonzales-pe/issues"
+  "bin": {
+    "gonzales": "./bin/gonzales.js"
   },
-  "bundleDependencies": false,
   "dependencies": {
     "minimist": "^1.2.5"
   },
-  "deprecated": false,
-  "description": "Gonzales Preprocessor Edition (fast CSS parser)",
   "devDependencies": {
     "babel-core": "^6.18.2",
     "babel-loader": "^6.2.7",
     "MIT-LICENSE.txt",
     "bin/gonzales.js",
     "lib/gonzales.js"
-  ],
-  "homepage": "http://github.com/tonyganch/gonzales-pe",
-  "license": "MIT",
-  "main": "./lib/gonzales",
-  "name": "gonzales-pe",
-  "repository": {
-    "type": "git",
-    "url": "git+ssh://git@github.com/tonyganch/gonzales-pe.git"
-  },
-  "scripts": {
-    "autofix-tests": "bash ./scripts/build.sh && bash ./scripts/autofix-tests.sh",
-    "build": "bash ./scripts/build.sh",
-    "init": "bash ./scripts/init.sh",
-    "lint": "bash ./scripts/lint.sh",
-    "log": "bash ./scripts/log.sh",
-    "prepublishOnly": "bash ./scripts/build.sh",
-    "test": "bash ./scripts/test.sh",
-    "watch": "bash ./scripts/watch.sh"
-  },
-  "version": "4.3.0"
+  ]
 }