mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"_from": "commoner@~0.10.3",
|
|
"_id": "commoner@0.10.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-NPw2cs0kOT6LtH5wyqApOBH08sU=",
|
|
"_location": "/commoner",
|
|
"_phantomChildren": {
|
|
"ast-types": "0.9.6",
|
|
"private": "0.1.8",
|
|
"source-map": "0.5.7"
|
|
},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "commoner@~0.10.3",
|
|
"name": "commoner",
|
|
"escapedName": "commoner",
|
|
"rawSpec": "~0.10.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.10.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/regenerator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/commoner/-/commoner-0.10.8.tgz",
|
|
"_shasum": "34fc3672cd24393e8bb47e70caa0293811f4f2c5",
|
|
"_spec": "commoner@~0.10.3",
|
|
"_where": "/Users/qudian/Downloads/WebDriverAgent-master/Inspector/node_modules/regenerator",
|
|
"author": {
|
|
"name": "Ben Newman",
|
|
"email": "ben@benjamn.com"
|
|
},
|
|
"bin": {
|
|
"commonize": "./bin/commonize"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/benjamn/commoner/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commander": "^2.5.0",
|
|
"detective": "^4.3.1",
|
|
"glob": "^5.0.15",
|
|
"graceful-fs": "^4.1.2",
|
|
"iconv-lite": "^0.4.5",
|
|
"mkdirp": "^0.5.0",
|
|
"private": "^0.1.6",
|
|
"q": "^1.1.2",
|
|
"recast": "^0.11.17"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Flexible tool for translating any dialect of JavaScript into Node-readable CommonJS modules",
|
|
"devDependencies": {
|
|
"mocha": "^2.3.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib",
|
|
"main.js"
|
|
],
|
|
"homepage": "http://github.com/benjamn/commoner",
|
|
"keywords": [
|
|
"modules",
|
|
"require",
|
|
"commonjs",
|
|
"exports",
|
|
"commoner",
|
|
"browserify",
|
|
"stitch"
|
|
],
|
|
"license": "MIT",
|
|
"main": "main.js",
|
|
"name": "commoner",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/benjamn/commoner.git"
|
|
},
|
|
"scripts": {
|
|
"test": "rm -rf test/output ; node ./node_modules/mocha/bin/mocha --reporter spec test/run.js"
|
|
},
|
|
"version": "0.10.8"
|
|
}
|