diff options
author | Minteck <contact@minteck.org> | 2021-12-21 16:50:49 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2021-12-21 16:50:49 +0100 |
commit | 20204baf1807825af4798ad03bfb329e4da05bc5 (patch) | |
tree | 1568515fa1e4592206ed5d2327b39e6b443cbd03 /node_modules/cycle/package.json | |
download | bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.gz bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.bz2 bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.zip |
Commit
Diffstat (limited to 'node_modules/cycle/package.json')
-rw-r--r-- | node_modules/cycle/package.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/node_modules/cycle/package.json b/node_modules/cycle/package.json new file mode 100644 index 0000000..764d9a7 --- /dev/null +++ b/node_modules/cycle/package.json @@ -0,0 +1,49 @@ +{ + "_from": "cycle@1.0.x", + "_id": "cycle@1.0.3", + "_inBundle": false, + "_integrity": "sha1-IegLK+hYD5i0aPN5QwZisEbDStI=", + "_location": "/cycle", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "cycle@1.0.x", + "name": "cycle", + "escapedName": "cycle", + "rawSpec": "1.0.x", + "saveSpec": null, + "fetchSpec": "1.0.x" + }, + "_requiredBy": [ + "/winston" + ], + "_resolved": "https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz", + "_shasum": "21e80b2be8580f98b468f379430662b046c34ad2", + "_spec": "cycle@1.0.x", + "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/winston", + "author": "", + "bugs": { + "url": "http://github.com/douglascrockford/JSON-js/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "decycle your json", + "engines": { + "node": ">=0.4.0" + }, + "homepage": "https://github.com/douglascrockford/JSON-js", + "keywords": [ + "json", + "cycle", + "stringify", + "parse" + ], + "main": "./cycle.js", + "name": "cycle", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/dscape/cycle.git" + }, + "version": "1.0.3" +} |