aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babylon/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/babylon/package.json
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/babylon/package.json')
-rw-r--r--node_modules/babylon/package.json282
1 files changed, 37 insertions, 245 deletions
diff --git a/node_modules/babylon/package.json b/node_modules/babylon/package.json
index cc8090503..79eebc2d6 100644
--- a/node_modules/babylon/package.json
+++ b/node_modules/babylon/package.json
@@ -1,189 +1,20 @@
{
- "_args": [
- [
- {
- "raw": "babylon@^6.8.1",
- "scope": null,
- "escapedName": "babylon",
- "name": "babylon",
- "rawSpec": "^6.8.1",
- "spec": ">=6.8.1 <7.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument"
- ]
- ],
- "_from": "babylon@>=6.8.1 <7.0.0",
- "_id": "babylon@6.11.4",
- "_inCache": true,
- "_location": "/babylon",
- "_nodeVersion": "5.11.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/babylon-6.11.4.tgz_1475366937550_0.5648270540405065"
- },
- "_npmUser": {
- "name": "hzoo",
- "email": "hi@henryzoo.com"
- },
- "_npmVersion": "3.10.8",
- "_phantomChildren": {},
- "_requested": {
- "raw": "babylon@^6.8.1",
- "scope": null,
- "escapedName": "babylon",
- "name": "babylon",
- "rawSpec": "^6.8.1",
- "spec": ">=6.8.1 <7.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/babel-template",
- "/babel-traverse",
- "/istanbul-lib-instrument"
- ],
- "_resolved": "https://registry.npmjs.org/babylon/-/babylon-6.11.4.tgz",
- "_shasum": "75e1f52187efa0cde5a541a7f7fdda38f6eb5bd2",
- "_shrinkwrap": null,
- "_spec": "babylon@^6.8.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/istanbul-lib-instrument",
- "author": {
- "name": "Sebastian McKenzie",
- "email": "sebmck@gmail.com"
- },
- "bin": {
- "babylon": "./bin/babylon.js"
- },
- "bugs": {
- "url": "https://github.com/babel/babylon/issues"
- },
- "contributors": [
- {
- "name": "List of Acorn contributors. Updated before every release."
- },
- {
- "name": "Adrian Rakovsky"
- },
- {
- "name": "Alistair Braidwood"
- },
- {
- "name": "Andres Suarez"
- },
- {
- "name": "Aparajita Fishman"
- },
- {
- "name": "Arian Stolwijk"
- },
- {
- "name": "Artem Govorov"
- },
- {
- "name": "Brandon Mills"
- },
- {
- "name": "Charles Hughes"
- },
- {
- "name": "Conrad Irwin"
- },
- {
- "name": "David Bonnet"
- },
- {
- "name": "Forbes Lindesay"
- },
- {
- "name": "Gilad Peleg"
- },
- {
- "name": "impinball"
- },
- {
- "name": "Ingvar Stepanyan"
- },
- {
- "name": "Jesse McCarthy"
- },
- {
- "name": "Jiaxing Wang"
- },
- {
- "name": "Joel Kemp"
- },
- {
- "name": "Johannes Herr"
- },
- {
- "name": "Jürg Lehni"
- },
- {
- "name": "keeyipchan"
- },
- {
- "name": "Kevin Kwok"
- },
- {
- "name": "krator"
- },
- {
- "name": "Marijn Haverbeke"
- },
- {
- "name": "Martin Carlberg"
- },
- {
- "name": "Mathias Bynens"
- },
- {
- "name": "Mathieu 'p01' Henri"
- },
- {
- "name": "Max Schaefer"
- },
- {
- "name": "Max Zerzouri"
- },
- {
- "name": "Mihai Bazon"
- },
- {
- "name": "Mike Rennie"
- },
- {
- "name": "Nick Fitzgerald"
- },
- {
- "name": "Oskar Schöldström"
- },
- {
- "name": "Paul Harper"
- },
- {
- "name": "Peter Rust"
- },
- {
- "name": "PlNG"
- },
- {
- "name": "r-e-d"
- },
- {
- "name": "Rich Harris"
- },
- {
- "name": "Sebastian McKenzie"
- },
- {
- "name": "zsjforcn"
- }
- ],
- "dependencies": {},
+ "name": "babylon",
+ "version": "6.13.1",
"description": "A JavaScript parser",
+ "author": "Sebastian McKenzie <sebmck@gmail.com>",
+ "homepage": "https://babeljs.io/",
+ "license": "MIT",
+ "repository": "https://github.com/babel/babylon",
+ "main": "lib/index.js",
+ "files": [
+ "bin",
+ "lib"
+ ],
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.14.0",
+ "babel-eslint": "^7.0.0",
"babel-helper-fixtures": "^6.9.0",
"babel-plugin-istanbul": "^2.0.1",
"babel-plugin-transform-flow-strip-types": "^6.14.0",
@@ -191,55 +22,35 @@
"babel-preset-stage-0": "^6.5.0",
"codecov": "^1.0.1",
"cross-env": "^2.0.1",
- "kcheck": "^2.0.3",
+ "eslint": "^3.7.1",
+ "eslint-config-babel": "^2.0.1",
+ "eslint-plugin-babel": "^3.3.0",
+ "eslint-plugin-flowtype": "^2.20.0",
+ "flow-bin": "^0.33.0",
"lodash": "^4.15.0",
"nyc": "^8.1.0",
+ "rimraf": "^2.5.4",
+ "rollup": "^0.36.3",
+ "rollup-plugin-babel": "^2.6.1",
+ "rollup-plugin-node-resolve": "^2.0.0",
"unicode-9.0.0": "~0.7.0"
},
- "directories": {},
- "dist": {
- "shasum": "75e1f52187efa0cde5a541a7f7fdda38f6eb5bd2",
- "tarball": "https://registry.npmjs.org/babylon/-/babylon-6.11.4.tgz"
+ "bin": {
+ "babylon": "./bin/babylon.js"
+ },
+ "scripts": {
+ "build": "rollup -c",
+ "coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
+ "lint": "eslint src bin",
+ "clean": "rimraf lib",
+ "flow": "flow",
+ "prepublish": "npm run clean && cross-env BABEL_ENV=production npm run build",
+ "preversion": "npm run test && npm run changelog",
+ "test": "npm run lint && npm run flow && npm run build && npm run test-only",
+ "test-only": "ava test",
+ "test-ci": "nyc npm run test-only",
+ "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'"
},
- "files": [
- "bin",
- "lib"
- ],
- "gitHead": "7c2302a02f91dc77d43ab61a8a0841b5d6375644",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "main": "lib/index.js",
- "maintainers": [
- {
- "name": "amasad",
- "email": "amjad.masad@gmail.com"
- },
- {
- "name": "gabelevi",
- "email": "gabelevi@gmail.com"
- },
- {
- "name": "hzoo",
- "email": "hi@henryzoo.com"
- },
- {
- "name": "jmm",
- "email": "npm-public@jessemccarthy.net"
- },
- {
- "name": "loganfsmyth",
- "email": "loganfsmyth@gmail.com"
- },
- {
- "name": "sebmck",
- "email": "sebmck@gmail.com"
- },
- {
- "name": "thejameskyle",
- "email": "me@thejameskyle.com"
- }
- ],
- "name": "babylon",
"nyc": {
"include": [
"src/**/*.js",
@@ -247,24 +58,5 @@
],
"sourceMap": false,
"instrument": false
- },
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babylon.git"
- },
- "scripts": {
- "build": "babel src --out-dir lib",
- "changelog": "git log `git describe --tags --abbrev=0`..HEAD --pretty=format:' * %s (%an)' | grep -v 'Merge pull request'",
- "coverage": "nyc report --reporter=json && codecov -f coverage/coverage-final.json",
- "lint": "kcheck",
- "prepublish": "cross-env BABEL_ENV=production npm run build",
- "preversion": "npm run test && npm run changelog",
- "test": "npm run build && npm run lint && npm run test-only",
- "test-only": "ava test",
- "test_cov": "cross-env BABEL_ENV=test npm run build && npm run lint && nyc ava test",
- "watch": "babel src --out-dir lib --watch"
- },
- "version": "6.11.4"
+ }
}