You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
2.4 KiB
JSON
95 lines
2.4 KiB
JSON
{
|
|
"_from": "babel-plugin-espower@^2.1.0",
|
|
"_id": "babel-plugin-espower@2.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-/+SRpy7pKgTI28oEHfn1wkuM5QFAdRq8WNsOOih1dVrdV6A/WbNbRZyl0eX5eyDgtb0lOE27PeDFuCX2j8OxVg==",
|
|
"_location": "/babel-plugin-espower",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-espower@^2.1.0",
|
|
"name": "babel-plugin-espower",
|
|
"escapedName": "babel-plugin-espower",
|
|
"rawSpec": "^2.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-espower/-/babel-plugin-espower-2.4.0.tgz",
|
|
"_shasum": "9f92c080e9adfe73f69baed7ab3e24f649009373",
|
|
"_spec": "babel-plugin-espower@^2.1.0",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"author": {
|
|
"name": "Takuto Wada",
|
|
"email": "takuto.wada@gmail.com",
|
|
"url": "https://github.com/twada"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/power-assert-js/babel-plugin-espower/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "James Talmage",
|
|
"url": "https://github.com/jamestalmage"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"babel-generator": "^6.1.0",
|
|
"babylon": "^6.1.0",
|
|
"call-matcher": "^1.0.0",
|
|
"core-js": "^2.0.0",
|
|
"espower-location-detector": "^1.0.0",
|
|
"espurify": "^1.6.0",
|
|
"estraverse": "^4.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Babel plugin for power-assert",
|
|
"devDependencies": {
|
|
"babel-core": "^6.1.0",
|
|
"babel-preset-es2015": "^6.1.2",
|
|
"babel-preset-react": "^6.1.2",
|
|
"babel-preset-stage-2": "^6.1.2",
|
|
"mocha": "^3.0.0"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"test": "./test"
|
|
},
|
|
"files": [
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"LICENSE",
|
|
"index.js",
|
|
"create.js",
|
|
"with-experimental-syntax.js",
|
|
"lib",
|
|
"package.json"
|
|
],
|
|
"homepage": "https://github.com/power-assert-js/babel-plugin-espower",
|
|
"keywords": [
|
|
"assert",
|
|
"assertion",
|
|
"babel",
|
|
"babel-plugin",
|
|
"power-assert",
|
|
"test",
|
|
"testing",
|
|
"transform"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "babel-plugin-espower",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/power-assert-js/babel-plugin-espower.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --timeout 0"
|
|
},
|
|
"version": "2.4.0"
|
|
}
|