mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-15 17:56:11 +00:00
Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
62
node_modules/wrench/package.json
generated
vendored
Normal file
62
node_modules/wrench/package.json
generated
vendored
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"_from": "wrench@>=1.5.8 <2.0.0",
|
||||
"_id": "wrench@1.5.9",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-QH+8W9n0UGDAxnRDOkQzG1N277GTaBgMDNdckluqnAY773njfs1gfo867IbMMbGjOZZof+zlRIUeQ9XN8VUHUQ==",
|
||||
"_location": "/wrench",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "wrench@1.5.9",
|
||||
"name": "wrench",
|
||||
"escapedName": "wrench",
|
||||
"rawSpec": "1.5.9",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.5.9"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz",
|
||||
"_shasum": "411691c63a9b2531b1700267279bdeca23b2142a",
|
||||
"_spec": "wrench@1.5.9",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"author": {
|
||||
"name": "Ryan McGrath",
|
||||
"email": "ryan@venodesigns.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/ryanmcgrath/wrench-js/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": "wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.",
|
||||
"description": "Recursive filesystem (and other) operations that Node *should* have.",
|
||||
"devDependencies": {
|
||||
"nodeunit": ">= 0.6.4"
|
||||
},
|
||||
"directories": {
|
||||
"lib": "./lib/"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.1.97"
|
||||
},
|
||||
"homepage": "https://github.com/ryanmcgrath/wrench-js#readme",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/ryanmcgrath/wrench-js/raw/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "./lib/wrench",
|
||||
"name": "wrench",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://ryanmcgrath@github.com/ryanmcgrath/wrench-js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nodeunit tests/runner.js"
|
||||
},
|
||||
"version": "1.5.9"
|
||||
}
|
||||
Reference in New Issue
Block a user