UNPKG

yhtml5-test

Version:

A test framework for front-end projects

96 lines (95 loc) 3.5 kB
{ "_args": [ [ "babel-plugin-dynamic-import-node@1.0.2", "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo" ] ], "_from": "babel-plugin-dynamic-import-node@1.0.2", "_id": "babel-plugin-dynamic-import-node@1.0.2", "_inBundle": false, "_integrity": "sha1-rbW8j0iokxFUA5WunwzD7UsQuy4=", "_location": "/babel-plugin-dynamic-import-node", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "babel-plugin-dynamic-import-node@1.0.2", "name": "babel-plugin-dynamic-import-node", "escapedName": "babel-plugin-dynamic-import-node", "rawSpec": "1.0.2", "saveSpec": null, "fetchSpec": "1.0.2" }, "_requiredBy": [ "/babel-preset-react-app" ], "_resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.0.2.tgz", "_spec": "1.0.2", "_where": "/Users/yhtml5/projects/gitlab/2dfire-scripts/packages/2dfire-test/demo", "author": { "name": "Jordan Gensler", "email": "jordan.gensler@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/babel-plugin-dynamic-import-node/issues" }, "dependencies": { "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-template": "^6.24.1", "babel-types": "^6.24.1" }, "description": "Babel plugin to transpile import() to a deferred require(), for node", "devDependencies": { "airbnb-js-shims": "^1.1.1", "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-eslint": "^7.2.3", "babel-plugin-transform-es2015-template-literals": "^6.22.0", "babel-preset-airbnb": "^2.2.3", "babel-register": "^6.24.1", "chai": "^3.5.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-plugin-import": "^2.2.0", "in-publish": "^2.0.0", "mocha": "^3.3.0", "rimraf": "^2.6.1", "safe-publish-latest": "^1.1.1" }, "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", "prepublish": "in-publish && safe-publish-latest && npm run build || not-in-publish", "preversion": "npm run test && npm run check-changelog && npm run check-only-changelog-changed", "tag": "git tag v$npm_package_version", "test": "npm run lint && npm run tests-only", "tests-only": "mocha", "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": "1.0.2" }