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/utile/package.json | |
download | bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.gz bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.tar.bz2 bingoloto-remote-20204baf1807825af4798ad03bfb329e4da05bc5.zip |
Commit
Diffstat (limited to 'node_modules/utile/package.json')
-rw-r--r-- | node_modules/utile/package.json | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/node_modules/utile/package.json b/node_modules/utile/package.json new file mode 100644 index 0000000..ba6b15d --- /dev/null +++ b/node_modules/utile/package.json @@ -0,0 +1,66 @@ +{ + "_from": "utile@0.3.x", + "_id": "utile@0.3.0", + "_inBundle": false, + "_integrity": "sha1-E1LDQOuCDk2N26A5pPv6oy7U7zo=", + "_location": "/utile", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "utile@0.3.x", + "name": "utile", + "escapedName": "utile", + "rawSpec": "0.3.x", + "saveSpec": null, + "fetchSpec": "0.3.x" + }, + "_requiredBy": [ + "/prompt" + ], + "_resolved": "https://registry.npmjs.org/utile/-/utile-0.3.0.tgz", + "_shasum": "1352c340eb820e4d8ddba039a4fbfaa32ed4ef3a", + "_spec": "utile@0.3.x", + "_where": "/data/dev/Projets/Bingoloto Remote/node_modules/prompt", + "author": { + "name": "Nodejitsu Inc.", + "email": "info@nodejitsu.com" + }, + "bugs": { + "url": "https://github.com/flatiron/utile/issues" + }, + "bundleDependencies": false, + "dependencies": { + "async": "~0.9.0", + "deep-equal": "~0.2.1", + "i": "0.3.x", + "mkdirp": "0.x.x", + "ncp": "1.0.x", + "rimraf": "2.x.x" + }, + "deprecated": false, + "description": "A drop-in replacement for `util` with some additional advantageous functions", + "devDependencies": { + "vows": "0.8.x" + }, + "engines": { + "node": ">= 0.8.0" + }, + "homepage": "https://github.com/flatiron/utile#readme", + "main": "./lib/index", + "maintainers": [ + { + "name": "indexzero", + "email": "charlie@nodejitsu.com" + } + ], + "name": "utile", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/flatiron/utile.git" + }, + "scripts": { + "test": "vows --spec" + }, + "version": "0.3.0" +} |