1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "mz@2.7.0",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "mz@2.7.0",
- "_id": "mz@2.7.0",
- "_inBundle": false,
- "_integrity": "sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=",
- "_location": "/mz",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "mz@2.7.0",
- "name": "mz",
- "escapedName": "mz",
- "rawSpec": "2.7.0",
- "saveSpec": null,
- "fetchSpec": "2.7.0"
- },
- "_requiredBy": [
- "/cli-highlight"
- ],
- "_resolved": "https://registry.npm.taobao.org/mz/download/mz-2.7.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmz%2Fdownload%2Fmz-2.7.0.tgz",
- "_spec": "2.7.0",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Jonathan Ong",
- "email": "me@jongleberry.com",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/normalize/mz/issues"
- },
- "dependencies": {
- "any-promise": "^1.0.0",
- "object-assign": "^4.0.1",
- "thenify-all": "^1.0.0"
- },
- "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"
- }
|