mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"_from": "babel-plugin-undefined-to-void@^1.1.6",
|
|
"_id": "babel-plugin-undefined-to-void@1.1.6",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-f1eO+LeN+uYAM4XYQXph7aBuL4E=",
|
|
"_location": "/babel-plugin-undefined-to-void",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "babel-plugin-undefined-to-void@^1.1.6",
|
|
"name": "babel-plugin-undefined-to-void",
|
|
"escapedName": "babel-plugin-undefined-to-void",
|
|
"rawSpec": "^1.1.6",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.1.6"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/babel-plugin-undefined-to-void/-/babel-plugin-undefined-to-void-1.1.6.tgz",
|
|
"_shasum": "7f578ef8b78dfae6003385d8417a61eda06e2f81",
|
|
"_spec": "babel-plugin-undefined-to-void@^1.1.6",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/babel-core",
|
|
"bugs": {
|
|
"url": "https://github.com/babel-plugins/babel-plugin-undefined-to-void/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Replace references to `undefined` with `void 0`",
|
|
"devDependencies": {
|
|
"babel": "^5.6.0"
|
|
},
|
|
"homepage": "https://github.com/babel-plugins/babel-plugin-undefined-to-void#readme",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "babel-plugin-undefined-to-void",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel-plugins/babel-plugin-undefined-to-void.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel-plugin build",
|
|
"push": "babel-plugin publish",
|
|
"test": "babel-plugin test"
|
|
},
|
|
"version": "1.1.6"
|
|
}
|