Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
82
node_modules/uuid/package.json
generated
vendored
Normal file
82
node_modules/uuid/package.json
generated
vendored
Normal file
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"_from": "uuid@>=2.0.1 <3.0.0",
|
||||
"_id": "uuid@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-FULf7fayPdpASncVy4DLh3xydlXEJJpvIELjYjNeQWYUZ9pclcpvCZSr2gkmN2FrrGcI7G/cJsIEwk5/8vfXpg==",
|
||||
"_location": "/uuid",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "uuid@2.0.3",
|
||||
"name": "uuid",
|
||||
"escapedName": "uuid",
|
||||
"rawSpec": "2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/",
|
||||
"/jibo-kb",
|
||||
"/skills-service-manager",
|
||||
"/skills-service-manager/jibo",
|
||||
"/skills-service-manager/jibo/jibo-keyframes"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz",
|
||||
"_shasum": "67e2e863797215530dff318e5bf9dcebfd47b21a",
|
||||
"_spec": "uuid@2.0.3",
|
||||
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
|
||||
"author": {
|
||||
"name": "Robert Kieffer",
|
||||
"email": "robert@broofa.com"
|
||||
},
|
||||
"browser": {
|
||||
"./rng.js": "./rng-browser.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/defunctzombie/node-uuid/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Christoph Tavan",
|
||||
"email": "dev@tavan.de"
|
||||
},
|
||||
{
|
||||
"name": "Vincent Voyer",
|
||||
"email": "vincent@zeroload.net"
|
||||
}
|
||||
],
|
||||
"deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
||||
"description": "Rigorous implementation of RFC4122 (v1 and v4) UUIDs.",
|
||||
"devDependencies": {
|
||||
"mocha": "1.8.0"
|
||||
},
|
||||
"homepage": "https://github.com/defunctzombie/node-uuid#readme",
|
||||
"keywords": [
|
||||
"uuid",
|
||||
"guid",
|
||||
"rfc4122"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./uuid.js",
|
||||
"name": "uuid",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/defunctzombie/node-uuid.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha test/test.js"
|
||||
},
|
||||
"testling": {
|
||||
"browsers": [
|
||||
"ie6..latest",
|
||||
"firefox/3.6..latest",
|
||||
"chrome/22..latest",
|
||||
"safari/5.1..latest"
|
||||
],
|
||||
"harness": "mocha-tdd",
|
||||
"files": "test/*.js"
|
||||
},
|
||||
"version": "2.0.3"
|
||||
}
|
||||
Reference in New Issue
Block a user