diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
| commit | b009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch) | |
| tree | 5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/pretty-json/node_modules/jsonminify/package.json | |
| parent | 4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff) | |
Remove Atom config
Diffstat (limited to 'atom/packages/pretty-json/node_modules/jsonminify/package.json')
| -rw-r--r-- | atom/packages/pretty-json/node_modules/jsonminify/package.json | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/atom/packages/pretty-json/node_modules/jsonminify/package.json b/atom/packages/pretty-json/node_modules/jsonminify/package.json deleted file mode 100644 index 2f95f2e..0000000 --- a/atom/packages/pretty-json/node_modules/jsonminify/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "jsonminify", - "version": "0.2.3", - "description": "JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.", - "keywords": [ - "node", - "json", - "JSON-like", - "comment" - ], - "scripts": { - "test": "mocha -r should test/test-*.js" - }, - "homepage": "https://github.com/fkei/JSON.minify", - "bugs": { - "url": "https://github.com/fkei/JSON.minify/issues", - "email": "kei.topaz@gmail.com" - }, - "author": { - "name": "Kei Funagayama", - "email": "kei.topaz@gmail.com", - "url": "https://github.com/fkei" - }, - "repository": { - "type": "git", - "url": "https://github.com/fkei/JSON.minify.git" - }, - "devDependencies": { - "mocha": "*", - "jshint": "*", - "should": "*", - "jsdoc": "git://github.com/jsdoc3/jsdoc.git", - "plato": "*" - }, - "engines": { - "node": ">=0.8.0", - "npm": ">=1.1.0" - }, - "main": "./minify.json.js", - "_id": "jsonminify@0.2.3", - "dist": { - "shasum": "4b842c8a3fe5d6aa48b2f8f95a1cf9a80c019d8e", - "tarball": "http://registry.npmjs.org/jsonminify/-/jsonminify-0.2.3.tgz" - }, - "_from": "jsonminify@>=0.2.3 <0.3.0", - "_npmVersion": "1.3.8", - "_npmUser": { - "name": "fkei", - "email": "kei.topaz@gmail.com" - }, - "maintainers": [ - { - "name": "fkei", - "email": "kei.topaz@gmail.com" - } - ], - "directories": {}, - "_shasum": "4b842c8a3fe5d6aa48b2f8f95a1cf9a80c019d8e", - "_resolved": "https://registry.npmjs.org/jsonminify/-/jsonminify-0.2.3.tgz" -} |