Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
This commit is contained in:
commit
28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions
24
node_modules/@babel/plugin-syntax-object-rest-spread/package.json
generated
vendored
Normal file
24
node_modules/@babel/plugin-syntax-object-rest-spread/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "@babel/plugin-syntax-object-rest-spread",
|
||||
"version": "7.7.4",
|
||||
"description": "Allow parsing of object rest/spread",
|
||||
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-object-rest-spread",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/helper-plugin-utils": "^7.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.4"
|
||||
},
|
||||
"gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue