aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-dynamic-import-node/package.json
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:43:05 +0800
committerruki <waruqi@gmail.com>2018-11-07 22:18:30 +0800
commit89e95b3f143682ed9a006991bacf45c9dcba4818 (patch)
tree4f44cf41b828577d583890bdd5a1c31e8491a6ba /node_modules/babel-plugin-dynamic-import-node/package.json
parentaa7f0199255277949790b41c56e8ec97dd4f0da4 (diff)
downloadxmake-docs-vuepress.tar.gz
xmake-docs-vuepress.zip
remove node_modulesvuepress
Diffstat (limited to 'node_modules/babel-plugin-dynamic-import-node/package.json')
-rw-r--r--node_modules/babel-plugin-dynamic-import-node/package.json65
1 files changed, 0 insertions, 65 deletions
diff --git a/node_modules/babel-plugin-dynamic-import-node/package.json b/node_modules/babel-plugin-dynamic-import-node/package.json
deleted file mode 100644
index b1c22cf1..00000000
--- a/node_modules/babel-plugin-dynamic-import-node/package.json
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- "name": "babel-plugin-dynamic-import-node",
- "version": "1.2.0",
- "description": "Babel plugin to transpile import() to a deferred require(), for node",
- "main": "lib/index.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "clean": "rimraf lib",
- "prebuild": "npm run clean",
- "build": "babel src --out-dir lib",
- "pretest": "npm run lint",
- "test": "npm run tests-only",
- "tests-only": "mocha",
- "lint": "eslint .",
- "prepublish": "not-in-publish || (safe-publish-latest && npm run build)",
- "check-changelog": "expr $(git status --porcelain 2>/dev/null| grep \"^\\s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)",
- "check-only-changelog-changed": "(expr $(git status --porcelain 2>/dev/null| grep -v \"CHANGELOG.md\" | wc -l) >/dev/null && echo 'Only CHANGELOG.md may have uncommitted changes' && exit 1) || exit 0",
- "version:major": "npm --no-git-tag-version version major",
- "version:minor": "npm --no-git-tag-version version minor",
- "version:patch": "npm --no-git-tag-version version patch",
- "postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
- "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
- "tag": "git tag v$npm_package_version"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git"
- },
- "keywords": [
- "babel",
- "plugin",
- "dynamic",
- "import",
- "node"
- ],
- "author": "Jordan Gensler <jordan.gensler@airbnb.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/airbnb/babel-plugin-dynamic-import-node/issues"
- },
- "homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
- "devDependencies": {
- "airbnb-js-shims": "^1.3.0",
- "babel-cli": "^6.26.0",
- "babel-core": "^6.26.0",
- "babel-eslint": "^7.2.3",
- "babel-plugin-transform-es2015-template-literals": "^6.22.0",
- "babel-preset-airbnb": "^2.4.0",
- "babel-preset-es2015": "^6.24.1",
- "babel-register": "^6.26.0",
- "chai": "^4.1.2",
- "eslint": "^4.11.0",
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-plugin-import": "^2.8.0",
- "in-publish": "^2.0.0",
- "mocha": "^3.5.3",
- "rimraf": "^2.6.2",
- "safe-publish-latest": "^1.1.1"
- },
- "dependencies": {
- "babel-plugin-syntax-dynamic-import": "^6.18.0"
- }
-}