12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "mz@^2.7.0",
- "_id": "mz@2.7.0",
- "_inBundle": false,
- "_integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==",
- "_location": "/mz",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "mz@^2.7.0",
- "name": "mz",
- "escapedName": "mz",
- "rawSpec": "^2.7.0",
- "saveSpec": null,
- "fetchSpec": "^2.7.0"
- },
- "_requiredBy": [
- "/cli-highlight",
- "/utility"
- ],
- "_resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz",
- "_shasum": "95008057a56cafadc2bc63dde7f9ff6955948e32",
- "_spec": "mz@^2.7.0",
- "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\utility",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/normalize/mz/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "any-promise": "^1.0.0",
- "object-assign": "^4.0.1",
- "thenify-all": "^1.0.0"
- },
- "deprecated": false,
- "description": "modernize node.js to current ECMAScript standards",
- "devDependencies": {
- "bluebird": "^3.0.0",
- "istanbul": "^0.4.0",
- "mocha": "^3.0.0"
- },
- "files": [
- "index.js",
- "child_process.js",
- "crypto.js",
- "dns.js",
- "fs.js",
- "readline.js",
- "zlib.js"
- ],
- "homepage": "https://github.com/normalize/mz#readme",
- "keywords": [
- "promisify",
- "promise",
- "thenify",
- "then",
- "es6"
- ],
- "license": "MIT",
- "name": "mz",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/normalize/mz.git"
- },
- "scripts": {
- "test": "mocha --reporter spec",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
- },
- "version": "2.7.0"
- }
|