summaryrefslogtreecommitdiff
path: root/node_modules/jsonfile/package.json
diff options
context:
space:
mode:
authorArman <[email protected]>2018-08-02 16:50:59 -0700
committerArman <[email protected]>2018-08-02 16:50:59 -0700
commit7d5a0696ccc642db0d14aae8677ecada40bf85d1 (patch)
tree1bbbcf2f4c4a3a733326ac2401375f8d891cb2f1 /node_modules/jsonfile/package.json
parentdialog box for adding items (diff)
downloadlauncher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.tar.xz
launcher-7d5a0696ccc642db0d14aae8677ecada40bf85d1.zip
inital commit
Diffstat (limited to 'node_modules/jsonfile/package.json')
-rw-r--r--node_modules/jsonfile/package.json69
1 files changed, 0 insertions, 69 deletions
diff --git a/node_modules/jsonfile/package.json b/node_modules/jsonfile/package.json
deleted file mode 100644
index 1de644d..0000000
--- a/node_modules/jsonfile/package.json
+++ /dev/null
@@ -1,69 +0,0 @@
-{
- "_from": "jsonfile@^2.1.0",
- "_id": "[email protected]",
- "_inBundle": false,
- "_integrity": "sha1-NzaitCi4e72gzIO1P6PWM6NcKug=",
- "_location": "/jsonfile",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jsonfile@^2.1.0",
- "name": "jsonfile",
- "escapedName": "jsonfile",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "/fs-extra"
- ],
- "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-2.4.0.tgz",
- "_shasum": "3736a2b428b87bbda0cc83b53fa3d633a35c2ae8",
- "_spec": "jsonfile@^2.1.0",
- "_where": "/Users/armanshah/Desktop/node-projects/shopping-list/node_modules/fs-extra",
- "author": {
- "name": "JP Richardson",
- "email": "[email protected]"
- },
- "bugs": {
- "url": "https://github.com/jprichardson/node-jsonfile/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "graceful-fs": "^4.1.6"
- },
- "deprecated": false,
- "description": "Easily read/write JSON files.",
- "devDependencies": {
- "mocha": "2.x",
- "mock-fs": "^3.8.0",
- "rimraf": "^2.4.0",
- "standard": "^6.0.8"
- },
- "homepage": "https://github.com/jprichardson/node-jsonfile#readme",
- "keywords": [
- "read",
- "write",
- "file",
- "json",
- "fs",
- "fs-extra"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "jsonfile",
- "optionalDependencies": {
- "graceful-fs": "^4.1.6"
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://[email protected]/jprichardson/node-jsonfile.git"
- },
- "scripts": {
- "lint": "standard",
- "test": "npm run lint && npm run unit",
- "unit": "mocha"
- },
- "version": "2.4.0"
-}