Initial commit — jibo-cli v3.0.7 with bundled node_modules

This commit is contained in:
pasketti
2026-04-05 18:40:18 -04:00
commit b2569b4ce4
10488 changed files with 1631271 additions and 0 deletions

63
node_modules/react/package.json generated vendored Normal file
View File

@@ -0,0 +1,63 @@
{
"_from": "react@0.13.2",
"_id": "react@0.13.2",
"_inBundle": false,
"_integrity": "sha512-kXFI4lZR66H5+yCs6eMw5in34aIeF70R+ZcM3hdEkT519s7qEOFIz6UKGZu4I8uHyynzOdojGmoRXzJC3KUoPA==",
"_location": "/react",
"_phantomChildren": {
"commander": "2.8.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "react@0.13.2",
"name": "react",
"escapedName": "react",
"rawSpec": "0.13.2",
"saveSpec": null,
"fetchSpec": "0.13.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react/-/react-0.13.2.tgz",
"_shasum": "a1c7cec5e7be080c4e249b20740d4d4cd18880ca",
"_spec": "react@0.13.2",
"_where": "/tmp/jibo-npm/jibo-cli-3.0.7",
"browserify": {
"transform": [
"envify"
]
},
"bugs": {
"url": "https://github.com/facebook/react/issues?labels=react-core"
},
"bundleDependencies": false,
"dependencies": {
"envify": "^3.0.0"
},
"deprecated": false,
"description": "React is a JavaScript library for building user interfaces.",
"engines": {
"node": ">=0.10.0"
},
"files": [
"README.md",
"addons.js",
"react.js",
"dist/",
"lib/"
],
"homepage": "https://github.com/facebook/react/tree/master/npm-react",
"keywords": [
"react"
],
"license": "BSD-3-Clause",
"main": "react.js",
"name": "react",
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git"
},
"version": "0.13.2"
}