103 lines
2.9 KiB
JSON
103 lines
2.9 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "babel-helpers@^6.24.1",
|
|
"scope": null,
|
|
"escapedName": "babel-helpers",
|
|
"name": "babel-helpers",
|
|
"rawSpec": "^6.24.1",
|
|
"spec": ">=6.24.1 <7.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/babel-core"
|
|
]
|
|
],
|
|
"_from": "babel-helpers@>=6.24.1 <7.0.0",
|
|
"_id": "babel-helpers@6.24.1",
|
|
"_inCache": true,
|
|
"_location": "/babel-helpers",
|
|
"_nodeVersion": "6.9.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/babel-helpers-6.24.1.tgz_1491578360795_0.7688647950999439"
|
|
},
|
|
"_npmUser": {
|
|
"name": "hzoo",
|
|
"email": "hi@henryzoo.com"
|
|
},
|
|
"_npmVersion": "3.10.10",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "babel-helpers@^6.24.1",
|
|
"scope": null,
|
|
"escapedName": "babel-helpers",
|
|
"name": "babel-helpers",
|
|
"rawSpec": "^6.24.1",
|
|
"spec": ">=6.24.1 <7.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz",
|
|
"_shasum": "3471de9caec388e5c850e597e58a26ddf37602b2",
|
|
"_shrinkwrap": null,
|
|
"_spec": "babel-helpers@^6.24.1",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/babel-core",
|
|
"author": {
|
|
"name": "Sebastian McKenzie",
|
|
"email": "sebmck@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.22.0",
|
|
"babel-template": "^6.24.1"
|
|
},
|
|
"description": "Collection of helper functions used by Babel transforms.",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "3471de9caec388e5c850e597e58a26ddf37602b2",
|
|
"tarball": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz"
|
|
},
|
|
"homepage": "https://babeljs.io/",
|
|
"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-helpers",
|
|
"optionalDependencies": {},
|
|
"readme": "# babel-helpers\n\n> Collection of helper functions used by Babel transforms.\n\n## Install\n\n```sh\nnpm install --save-dev babel-helpers\n```\n\n## Usage\n\n```js\nimport * as helpers from 'babel-helpers';\nimport * as t from 'babel-types';\n\nconst typeofHelper = helpers.get('typeof');\n\nt.isExpressionStatement(typeofHelper);\n// true\n```\n",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
|
|
},
|
|
"scripts": {},
|
|
"version": "6.24.1"
|
|
}
|