mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
55 lines
1.8 KiB
JSON
55 lines
1.8 KiB
JSON
{
|
|
"_from": "babel-plugin-undeclared-variables-check@^1.0.2",
|
|
"_id": "babel-plugin-undeclared-variables-check@1.0.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-XPGqU52BP/ZOmWQSkK9iCWX2Xe4=",
|
|
"_location": "/babel-plugin-undeclared-variables-check",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-undeclared-variables-check@^1.0.2",
|
|
"name": "babel-plugin-undeclared-variables-check",
|
|
"escapedName": "babel-plugin-undeclared-variables-check",
|
|
"rawSpec": "^1.0.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-undeclared-variables-check/-/babel-plugin-undeclared-variables-check-1.0.2.tgz",
|
|
"_shasum": "5cf1aa539d813ff64e99641290af620965f65dee",
|
|
"_spec": "babel-plugin-undeclared-variables-check@^1.0.2",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/babel-core",
|
|
"bugs": {
|
|
"url": "https://github.com/babel-plugins/babel-plugin-undeclared-variables-check/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"leven": "^1.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Throw a compile-time error on references to undeclared variables",
|
|
"devDependencies": {
|
|
"babel": "^5.6.0"
|
|
},
|
|
"homepage": "https://github.com/babel-plugins/babel-plugin-undeclared-variables-check#readme",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-plugin-undeclared-variables-check",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel-plugins/babel-plugin-undeclared-variables-check.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel-plugin build",
|
|
"push": "babel-plugin publish",
|
|
"test": "babel-plugin test"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|