{ "_args": [ [ { "raw": "babel-plugin-syntax-exponentiation-operator@^6.8.0", "scope": null, "escapedName": "babel-plugin-syntax-exponentiation-operator", "name": "babel-plugin-syntax-exponentiation-operator", "rawSpec": "^6.8.0", "spec": ">=6.8.0 <7.0.0", "type": "range" }, "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/babel-plugin-transform-exponentiation-operator" ] ], "_from": "babel-plugin-syntax-exponentiation-operator@>=6.8.0 <7.0.0", "_id": "babel-plugin-syntax-exponentiation-operator@6.13.0", "_inCache": true, "_location": "/babel-plugin-syntax-exponentiation-operator", "_nodeVersion": "5.11.1", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz_1470353695979_0.29542290163226426" }, "_npmUser": { "name": "hzoo", "email": "hi@henryzoo.com" }, "_npmVersion": "3.10.3", "_phantomChildren": {}, "_requested": { "raw": "babel-plugin-syntax-exponentiation-operator@^6.8.0", "scope": null, "escapedName": "babel-plugin-syntax-exponentiation-operator", "name": "babel-plugin-syntax-exponentiation-operator", "rawSpec": "^6.8.0", "spec": ">=6.8.0 <7.0.0", "type": "range" }, "_requiredBy": [ "/babel-plugin-transform-exponentiation-operator" ], "_resolved": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz", "_shasum": "9ee7e8337290da95288201a6a57f4170317830de", "_shrinkwrap": null, "_spec": "babel-plugin-syntax-exponentiation-operator@^6.8.0", "_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/babel-plugin-transform-exponentiation-operator", "dependencies": {}, "description": "Allow parsing of the exponentiation operator", "devDependencies": {}, "directories": {}, "dist": { "shasum": "9ee7e8337290da95288201a6a57f4170317830de", "tarball": "https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.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-syntax-exponentiation-operator", "optionalDependencies": {}, "readme": "# babel-plugin-syntax-exponentiation-operator\n\nAllow parsing of the exponentiation operator.\n\n## Installation\n\n```sh\n$ npm install babel-plugin-syntax-exponentiation-operator\n```\n\n## Usage\n\n### Via `.babelrc` (Recommended)\n\n**.babelrc**\n\n```json\n{\n \"plugins\": [\"syntax-exponentiation-operator\"]\n}\n```\n\n### Via CLI\n\n```sh\n$ babel --plugins syntax-exponentiation-operator script.js\n```\n\n### Via Node API\n\n```javascript\nrequire(\"babel-core\").transform(\"code\", {\n plugins: [\"syntax-exponentiation-operator\"]\n});\n```\n", "readmeFilename": "README.md", "repository": { "type": "git", "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-exponentation-operator" }, "scripts": {}, "version": "6.13.0" }