mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
react app
This commit is contained in:
3
react-app/node_modules/babel-plugin-syntax-flow/.npmignore
generated
vendored
Normal file
3
react-app/node_modules/babel-plugin-syntax-flow/.npmignore
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
*.log
|
||||
src
|
35
react-app/node_modules/babel-plugin-syntax-flow/README.md
generated
vendored
Normal file
35
react-app/node_modules/babel-plugin-syntax-flow/README.md
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# babel-plugin-syntax-flow
|
||||
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
$ npm install babel-plugin-syntax-flow
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### Via `.babelrc` (Recommended)
|
||||
|
||||
**.babelrc**
|
||||
|
||||
```json
|
||||
{
|
||||
"plugins": ["syntax-flow"]
|
||||
}
|
||||
```
|
||||
|
||||
### Via CLI
|
||||
|
||||
```sh
|
||||
$ babel --plugins syntax-flow script.js
|
||||
```
|
||||
|
||||
### Via Node API
|
||||
|
||||
```javascript
|
||||
require("babel-core").transform("code", {
|
||||
plugins: ["syntax-flow"]
|
||||
});
|
||||
```
|
13
react-app/node_modules/babel-plugin-syntax-flow/lib/index.js
generated
vendored
Normal file
13
react-app/node_modules/babel-plugin-syntax-flow/lib/index.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
exports["default"] = function () {
|
||||
return {
|
||||
manipulateOptions: function manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("flow");
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = exports["default"];
|
93
react-app/node_modules/babel-plugin-syntax-flow/package.json
generated
vendored
Normal file
93
react-app/node_modules/babel-plugin-syntax-flow/package.json
generated
vendored
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"babel-plugin-syntax-flow@^6.3.13",
|
||||
"/Users/mromano/dev/react-sfs/node_modules/babel-preset-react"
|
||||
]
|
||||
],
|
||||
"_from": "babel-plugin-syntax-flow@>=6.3.13 <7.0.0",
|
||||
"_id": "babel-plugin-syntax-flow@6.5.0",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/babel-plugin-syntax-flow",
|
||||
"_nodeVersion": "5.1.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-5-east.internal.npmjs.com",
|
||||
"tmp": "tmp/babel-plugin-syntax-flow-6.5.0.tgz_1454803636839_0.2558803544379771"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "hi@henryzoo.com",
|
||||
"name": "hzoo"
|
||||
},
|
||||
"_npmVersion": "3.6.0",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "babel-plugin-syntax-flow",
|
||||
"raw": "babel-plugin-syntax-flow@^6.3.13",
|
||||
"rawSpec": "^6.3.13",
|
||||
"scope": null,
|
||||
"spec": ">=6.3.13 <7.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/babel-plugin-transform-flow-strip-types",
|
||||
"/babel-preset-react"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.5.0.tgz",
|
||||
"_shasum": "07dfe735b45fce8905296296a40072afce82b215",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "babel-plugin-syntax-flow@^6.3.13",
|
||||
"_where": "/Users/mromano/dev/react-sfs/node_modules/babel-preset-react",
|
||||
"dependencies": {
|
||||
"babel-runtime": "^5.0.0"
|
||||
},
|
||||
"description": "",
|
||||
"devDependencies": {
|
||||
"babel-helper-plugin-test-runner": "^6.3.13"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "07dfe735b45fce8905296296a40072afce82b215",
|
||||
"tarball": "https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.5.0.tgz"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"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-plugin-syntax-flow",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-flow"
|
||||
},
|
||||
"scripts": {},
|
||||
"version": "6.5.0"
|
||||
}
|
Reference in New Issue
Block a user