Comparing version 7.0.0-beta.30 to 7.0.0-beta.31
{ | ||
"name": "babylon", | ||
"version": "7.0.0-beta.30", | ||
"version": "7.0.0-beta.31", | ||
"description": "A JavaScript parser", | ||
@@ -12,5 +12,7 @@ "author": "Sebastian McKenzie <sebmck@gmail.com>", | ||
"parser", | ||
"tc39", | ||
"ecmascript", | ||
"babylon" | ||
], | ||
"repository": "https://github.com/babel/babylon", | ||
"repository": "https://github.com/babel/babel/tree/master/packages/babylon", | ||
"main": "lib/index.js", | ||
@@ -25,80 +27,13 @@ "files": [ | ||
"devDependencies": { | ||
"ava": "^0.22.0", | ||
"babel-core": "7.0.0-alpha.18", | ||
"babel-eslint": "8.0.1", | ||
"babel-helper-fixtures": "7.0.0-alpha.18", | ||
"babel-plugin-external-helpers": "7.0.0-alpha.18", | ||
"babel-plugin-istanbul": "^4.1.4", | ||
"babel-preset-env": "2.0.0-alpha.18", | ||
"babel-preset-flow": "7.0.0-alpha.18", | ||
"chalk": "^2.0.0", | ||
"cross-env": "^5.0.0", | ||
"eslint": "^4.0.0", | ||
"eslint-config-babel": "^7.0.1", | ||
"eslint-plugin-flowtype": "^2.34.0", | ||
"eslint-plugin-prettier": "^2.1.2", | ||
"flow-bin": "^0.56.0", | ||
"graceful-fs": "^4.1.11", | ||
"husky": "^0.14.1", | ||
"lint-staged": "^4.0.0", | ||
"nyc": "^11.0.3", | ||
"prettier": "^1.5.2", | ||
"rimraf": "^2.5.4", | ||
"@babel/helper-fixtures": "7.0.0-beta.31", | ||
"babel-plugin-transform-for-of-as-array": "1.0.4", | ||
"rollup": "^0.50.0", | ||
"rollup-plugin-babel": "^3.0.1", | ||
"rollup-plugin-babel": "^4.0.0-beta.0", | ||
"rollup-plugin-node-resolve": "^3.0.0", | ||
"rollup-watch": "^4.0.0", | ||
"unicode-9.0.0": "~0.7.0", | ||
"util.promisify": "^1.0.0" | ||
"unicode-9.0.0": "~0.7.0" | ||
}, | ||
"bin": { | ||
"babylon": "./bin/babylon.js" | ||
}, | ||
"scripts": { | ||
"build": "yarn run clean && rollup -c", | ||
"changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'", | ||
"clean": "rimraf lib", | ||
"flow": "flow", | ||
"lint": "eslint src bin test", | ||
"prepublish": "cross-env BABEL_ENV=production yarn run build", | ||
"preversion": "yarn run test && npm run changelog", | ||
"test": "yarn run lint && yarn run flow && yarn run build -- -m && yarn run test-only", | ||
"test-only": "ava", | ||
"test-coverage": "cross-env BABEL_ENV=test yarn run build && nyc --reporter=json --reporter=text yarn run test-only", | ||
"watch": "yarn run clean && rollup -c --watch" | ||
}, | ||
"nyc": { | ||
"include": [ | ||
"src/**/*.js", | ||
"bin/**/*.js" | ||
], | ||
"sourceMap": false, | ||
"instrument": false | ||
}, | ||
"ava": { | ||
"files": [ | ||
"test/*.js" | ||
], | ||
"source": [ | ||
"src/**/*.js", | ||
"bin/**/*.js" | ||
] | ||
}, | ||
"changelog": { | ||
"repo": "babel/babylon", | ||
"labels": { | ||
"Tag: Breaking Change": ":boom: Breaking Change", | ||
"Tag: Bug Fix": ":bug: Bug Fix", | ||
"Tag: Docs": ":memo: Documentation", | ||
"Tag: Internal": ":house: Internal", | ||
"Tag: New Feature": ":rocket: New Feature", | ||
"Tag: Polish": ":nail_care: Polish" | ||
} | ||
}, | ||
"lint-staged": { | ||
"*.js": [ | ||
"eslint --format=codeframe --fix", | ||
"git add" | ||
] | ||
} | ||
} |
@@ -9,8 +9,2 @@ <p align="center"> | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/babylon"><img alt="NPM Version" src="https://img.shields.io/npm/v/babylon.svg?style=flat"></a> | ||
<a href="https://travis-ci.org/babel/babylon"><img alt="Travis Status" src="https://img.shields.io/travis/babel/babylon/master.svg?style=flat&label=travis"></a> | ||
<a href="https://codecov.io/gh/babel/babylon"><img alt="Codecov Status" src="https://img.shields.io/codecov/c/github/babel/babylon/master.svg?style=flat"></a> | ||
</p> | ||
- The latest ECMAScript version enabled by default (ES2017). | ||
@@ -21,6 +15,2 @@ - Comment attachment. | ||
## Contributing | ||
Check out [contributing.md](https://github.com/babel/babylon/blob/master/CONTRIBUTING.md) | ||
## Credits | ||
@@ -27,0 +17,0 @@ |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7
2
402974
6
8423
164