mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-07 06:37:16 +00:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"_from": "globals@^6.4.0",
|
|
"_id": "globals@6.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-hJgDKzttHMge68X3lpDY/in6v08=",
|
|
"_location": "/globals",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "globals@^6.4.0",
|
|
"name": "globals",
|
|
"escapedName": "globals",
|
|
"rawSpec": "^6.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/globals/-/globals-6.4.1.tgz",
|
|
"_shasum": "8498032b3b6d1cc81eebc5f79690d8fe29fabf4f",
|
|
"_spec": "globals@^6.4.0",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/babel-core",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/globals/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Global identifiers from different JavaScript environments",
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"globals.json"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/globals#readme",
|
|
"keywords": [
|
|
"globals",
|
|
"global",
|
|
"identifiers",
|
|
"variables",
|
|
"vars",
|
|
"jshint",
|
|
"eslint",
|
|
"environments"
|
|
],
|
|
"license": "MIT",
|
|
"name": "globals",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/globals.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"version": "6.4.1"
|
|
}
|