mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
react app
This commit is contained in:
+3
@@ -0,0 +1,3 @@
|
||||
src
|
||||
test
|
||||
node_modules
|
||||
+1
@@ -0,0 +1 @@
|
||||
# babel
|
||||
+10
@@ -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
@@ -0,0 +1 @@
|
||||
throw new Error("The node API for `babel` has been moved to `babel-core`.");
|
||||
+94
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user