diff options
author | 2020-11-16 00:10:28 +0100 | |
---|---|---|
committer | 2020-11-16 00:10:28 +0100 | |
commit | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch) | |
tree | 55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/cyclist/package.json | |
download | website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2 website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip |
api, login, auth
Diffstat (limited to 'node_modules/cyclist/package.json')
-rw-r--r-- | node_modules/cyclist/package.json | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/node_modules/cyclist/package.json b/node_modules/cyclist/package.json new file mode 100644 index 0000000..1788635 --- /dev/null +++ b/node_modules/cyclist/package.json @@ -0,0 +1,59 @@ +{ + "_from": "cyclist@^1.0.1", + "_id": "cyclist@1.0.1", + "_inBundle": false, + "_integrity": "sha1-WW6WmP0MgOEgOMK4LW6xs1tiJNk=", + "_location": "/cyclist", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "cyclist@^1.0.1", + "name": "cyclist", + "escapedName": "cyclist", + "rawSpec": "^1.0.1", + "saveSpec": null, + "fetchSpec": "^1.0.1" + }, + "_requiredBy": [ + "/parallel-transform" + ], + "_resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.1.tgz", + "_shasum": "596e9698fd0c80e12038c2b82d6eb1b35b6224d9", + "_spec": "cyclist@^1.0.1", + "_where": "/home/pruss/Dev/3-minute-website/node_modules/parallel-transform", + "author": { + "name": "Mathias Buus Madsen", + "email": "mathiasbuus@gmail.com" + }, + "bugs": { + "url": "https://github.com/mafintosh/cyclist/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Cyclist is an efficient cyclic list implemention.", + "devDependencies": { + "standard": "^3.8.0", + "tape": "^4.0.0" + }, + "homepage": "https://github.com/mafintosh/cyclist", + "keywords": [ + "circular", + "buffer", + "ring", + "cyclic", + "data" + ], + "license": "MIT", + "main": "index.js", + "name": "cyclist", + "repository": { + "type": "git", + "url": "git://github.com/mafintosh/cyclist.git" + }, + "scripts": { + "test": "standard && tape test.js" + }, + "version": "1.0.1" +} |