74 lines
2.1 KiB
JSON
74 lines
2.1 KiB
JSON
{
|
|
"_from": "@comandeer/babel-plugin-banner@^1.0.0",
|
|
"_id": "@comandeer/babel-plugin-banner@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-QLzOC77ghLWwJUWjNjXQU8JINW8=",
|
|
"_location": "/@comandeer/babel-plugin-banner",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@comandeer/babel-plugin-banner@^1.0.0",
|
|
"name": "@comandeer/babel-plugin-banner",
|
|
"escapedName": "@comandeer%2fbabel-plugin-banner",
|
|
"scope": "@comandeer",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/rollup-plugin-babel-minify"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@comandeer/babel-plugin-banner/-/babel-plugin-banner-1.0.0.tgz",
|
|
"_shasum": "40bcce0bbee084b5b02545a33635d053c248356f",
|
|
"_spec": "@comandeer/babel-plugin-banner@^1.0.0",
|
|
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/rollup-plugin-babel-minify",
|
|
"author": {
|
|
"name": "Comandeer"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Comandeer/babel-plugin-banner/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"deprecated": false,
|
|
"description": "Simple Babel plugin to prepend comment to the beginning of transformed code.",
|
|
"devDependencies": {
|
|
"babel-core": "^6.21.0",
|
|
"chai": "^3.5.0",
|
|
"cz-conventional-changelog": "^1.2.0",
|
|
"eslint": "^3.12.2",
|
|
"mocha": "^3.2.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"utils.js"
|
|
],
|
|
"homepage": "https://github.com/Comandeer/babel-plugin-banner#readme",
|
|
"keywords": [
|
|
"babel",
|
|
"plugin",
|
|
"banner"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@comandeer/babel-plugin-banner",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Comandeer/babel-plugin-banner.git"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint src/**/*.js tests/*.js",
|
|
"postversion": "git push origin && git push origin --tags",
|
|
"prebuild": "rimraf dist",
|
|
"pretest": "npm run lint",
|
|
"preversion": "npm test",
|
|
"test": "mocha tests/*.js"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|