diff options
| author | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-12-22 17:50:12 +0530 |
| commit | 22dc033f4938d6a19e086a1cbd36ec5cade5eaab (patch) | |
| tree | 9feb963ccd5c1581e676e41004801abc67db3357 /node_modules/jsonfile/package.json | |
| parent | e93da8b04da86773247aadb1cbb1912e4f4526b2 (diff) | |
| download | styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.tar.xz styx-22dc033f4938d6a19e086a1cbd36ec5cade5eaab.zip | |
Remove node_modules
Diffstat (limited to 'node_modules/jsonfile/package.json')
| -rw-r--r-- | node_modules/jsonfile/package.json | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/node_modules/jsonfile/package.json b/node_modules/jsonfile/package.json deleted file mode 100644 index d1af666..0000000 --- a/node_modules/jsonfile/package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "_from": "jsonfile@^4.0.0", - "_id": "[email protected]", - "_inBundle": false, - "_integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", - "_location": "/jsonfile", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "jsonfile@^4.0.0", - "name": "jsonfile", - "escapedName": "jsonfile", - "rawSpec": "^4.0.0", - "saveSpec": null, - "fetchSpec": "^4.0.0" - }, - "_requiredBy": [ - "/fs-extra" - ], - "_resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "_shasum": "8771aae0799b64076b76640fca058f9c10e33ecb", - "_spec": "jsonfile@^4.0.0", - "_where": "/Users/lucifer/Documents/styx/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", - "rimraf": "^2.4.0", - "standard": "^10.0.3" - }, - "files": [ - "index.js" - ], - "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": "4.0.0" -} |
