mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 11:34:51 +01:00
npm install
This commit is contained in:
114
conf/site/node_modules/babel-plugin-dynamic-import-node/package.json
generated
vendored
114
conf/site/node_modules/babel-plugin-dynamic-import-node/package.json
generated
vendored
@@ -1,46 +1,46 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"babel-plugin-dynamic-import-node@2.3.3",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "babel-plugin-dynamic-import-node@2.3.3",
|
||||
"_id": "babel-plugin-dynamic-import-node@2.3.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
|
||||
"_location": "/babel-plugin-dynamic-import-node",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "babel-plugin-dynamic-import-node@2.3.3",
|
||||
"name": "babel-plugin-dynamic-import-node",
|
||||
"escapedName": "babel-plugin-dynamic-import-node",
|
||||
"rawSpec": "2.3.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.3.3"
|
||||
"name": "babel-plugin-dynamic-import-node",
|
||||
"version": "2.3.3",
|
||||
"description": "Babel plugin to transpile import() to a deferred require(), for node",
|
||||
"main": "lib/index.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/plugin-transform-modules-amd",
|
||||
"/@babel/plugin-transform-modules-commonjs",
|
||||
"/@babel/plugin-transform-modules-systemjs"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
|
||||
"_spec": "2.3.3",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Jordan Gensler",
|
||||
"email": "jordan.gensler@airbnb.com"
|
||||
"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": "tape --require airbnb-js-shims --require babel-register test",
|
||||
"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"
|
||||
},
|
||||
"dependencies": {
|
||||
"object.assign": "^4.1.0"
|
||||
},
|
||||
"description": "Babel plugin to transpile import() to a deferred require(), for node",
|
||||
"homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/plugin-external-helpers": "^7.8.3",
|
||||
@@ -65,41 +65,7 @@
|
||||
"safe-publish-latest": "^1.1.4",
|
||||
"tape": "^5.0.0-next.5"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"homepage": "https://github.com/airbnb/babel-plugin-dynamic-import-node#readme",
|
||||
"keywords": [
|
||||
"babel",
|
||||
"plugin",
|
||||
"dynamic",
|
||||
"import",
|
||||
"node"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"name": "babel-plugin-dynamic-import-node",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/airbnb/babel-plugin-dynamic-import-node.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "babel src --out-dir lib",
|
||||
"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",
|
||||
"clean": "rimraf lib",
|
||||
"lint": "eslint .",
|
||||
"postversion": "git commit package.json CHANGELOG.md -m \"v$npm_package_version\" && npm run tag && git push && git push --tags",
|
||||
"prebuild": "npm run clean",
|
||||
"prepublish": "not-in-publish || (safe-publish-latest && npm run build)",
|
||||
"pretest": "npm run lint",
|
||||
"preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed",
|
||||
"tag": "git tag v$npm_package_version",
|
||||
"test": "npm run tests-only",
|
||||
"tests-only": "tape --require airbnb-js-shims --require babel-register test",
|
||||
"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"
|
||||
},
|
||||
"version": "2.3.3"
|
||||
"dependencies": {
|
||||
"object.assign": "^4.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user