102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
||
"_args": [
|
||
[
|
||
{
|
||
"raw": "babel-plugin-external-helpers@^6.18.0",
|
||
"scope": null,
|
||
"escapedName": "babel-plugin-external-helpers",
|
||
"name": "babel-plugin-external-helpers",
|
||
"rawSpec": "^6.18.0",
|
||
"spec": ">=6.18.0 <7.0.0",
|
||
"type": "range"
|
||
},
|
||
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/metro"
|
||
]
|
||
],
|
||
"_from": "babel-plugin-external-helpers@>=6.18.0 <7.0.0",
|
||
"_id": "babel-plugin-external-helpers@6.22.0",
|
||
"_inCache": true,
|
||
"_location": "/babel-plugin-external-helpers",
|
||
"_nodeVersion": "6.9.0",
|
||
"_npmOperationalInternal": {
|
||
"host": "packages-12-west.internal.npmjs.com",
|
||
"tmp": "tmp/babel-plugin-external-helpers-6.22.0.tgz_1484872420715_0.27984497509896755"
|
||
},
|
||
"_npmUser": {
|
||
"name": "hzoo",
|
||
"email": "hi@henryzoo.com"
|
||
},
|
||
"_npmVersion": "3.10.10",
|
||
"_phantomChildren": {},
|
||
"_requested": {
|
||
"raw": "babel-plugin-external-helpers@^6.18.0",
|
||
"scope": null,
|
||
"escapedName": "babel-plugin-external-helpers",
|
||
"name": "babel-plugin-external-helpers",
|
||
"rawSpec": "^6.18.0",
|
||
"spec": ">=6.18.0 <7.0.0",
|
||
"type": "range"
|
||
},
|
||
"_requiredBy": [
|
||
"/metro"
|
||
],
|
||
"_resolved": "https://registry.npmjs.org/babel-plugin-external-helpers/-/babel-plugin-external-helpers-6.22.0.tgz",
|
||
"_shasum": "2285f48b02bd5dede85175caf8c62e86adccefa1",
|
||
"_shrinkwrap": null,
|
||
"_spec": "babel-plugin-external-helpers@^6.18.0",
|
||
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/metro",
|
||
"dependencies": {
|
||
"babel-runtime": "^6.22.0"
|
||
},
|
||
"description": "This plugin contains helper functions that’ll be placed at the top of the generated code",
|
||
"devDependencies": {
|
||
"babel-helper-plugin-test-runner": "^6.22.0"
|
||
},
|
||
"directories": {},
|
||
"dist": {
|
||
"shasum": "2285f48b02bd5dede85175caf8c62e86adccefa1",
|
||
"tarball": "https://registry.npmjs.org/babel-plugin-external-helpers/-/babel-plugin-external-helpers-6.22.0.tgz"
|
||
},
|
||
"keywords": [
|
||
"babel-plugin"
|
||
],
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"maintainers": [
|
||
{
|
||
"name": "amasad",
|
||
"email": "amjad.masad@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": "babel-plugin-external-helpers",
|
||
"optionalDependencies": {},
|
||
"readme": "# babel-plugin-external-helpers\n\n## Installation\n\n```sh\nnpm install --save-dev babel-plugin-external-helpers\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n \"plugins\": [\"external-helpers\"]\n}\n```\n\n### Via CLI\n\n```sh\nbabel --plugins external-helpers script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n plugins: [\"external-helpers\"]\n});\n```\n",
|
||
"readmeFilename": "README.md",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-external-helpers"
|
||
},
|
||
"scripts": {},
|
||
"version": "6.22.0"
|
||
}
|