react app

This commit is contained in:
Mario Romano
2016-04-06 17:52:19 +01:00
parent f7e6ef55a2
commit 29df96a085
4425 changed files with 446323 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
src
test
node_modules
+1
View File
@@ -0,0 +1 @@
# babel
Generated Vendored Executable
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env node
console.error("You have mistakenly installed the `babel` package, which is a no-op in Babel 6.\n" +
"Babel's CLI commands have been moved from the `babel` package to the `babel-cli` package.\n" +
"\n" +
" npm uninstall babel\n" +
" npm install babel-cli\n" +
"\n" +
"See http://babeljs.io/docs/usage/cli/ for setup instructions.");
process.exit(1);
+1
View File
@@ -0,0 +1 @@
throw new Error("The node API for `babel` has been moved to `babel-core`.");
+94
View File
@@ -0,0 +1,94 @@
{
"_args": [
[
"babel@^6.5.2",
"/Users/mromano/dev/react-sfs"
]
],
"_from": "babel@>=6.5.2 <7.0.0",
"_id": "babel@6.5.2",
"_inCache": true,
"_installable": true,
"_location": "/babel",
"_nodeVersion": "5.1.0",
"_npmOperationalInternal": {
"host": "packages-5-east.internal.npmjs.com",
"tmp": "tmp/babel-6.5.2.tgz_1455294601370_0.7809299291111529"
},
"_npmUser": {
"email": "hi@henryzoo.com",
"name": "hzoo"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {},
"_requested": {
"name": "babel",
"raw": "babel@^6.5.2",
"rawSpec": "^6.5.2",
"scope": null,
"spec": ">=6.5.2 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/babel/-/babel-6.5.2.tgz",
"_shasum": "59140607438270920047ff56f02b2d8630c2d129",
"_shrinkwrap": null,
"_spec": "babel@^6.5.2",
"_where": "/Users/mromano/dev/react-sfs",
"author": {
"email": "sebmck@gmail.com",
"name": "Sebastian McKenzie"
},
"bin": {
"babel": "./cli.js",
"babel-external-helpers": "./cli.js",
"babel-node": "./cli.js"
},
"dependencies": {},
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "59140607438270920047ff56f02b2d8630c2d129",
"tarball": "https://registry.npmjs.org/babel/-/babel-6.5.2.tgz"
},
"homepage": "https://babeljs.io/",
"license": "MIT",
"maintainers": [
{
"email": "amjad.masad@gmail.com",
"name": "amasad"
},
{
"email": "hi@henryzoo.com",
"name": "hzoo"
},
{
"email": "npm-public@jessemccarthy.net",
"name": "jmm"
},
{
"email": "loganfsmyth@gmail.com",
"name": "loganfsmyth"
},
{
"email": "sebmck@gmail.com",
"name": "sebmck"
},
{
"email": "me@thejameskyle.com",
"name": "thejameskyle"
}
],
"name": "babel",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel"
},
"scripts": {},
"version": "6.5.2"
}