package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "mz@2.7.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mz@2.7.0",
  10. "_id": "mz@2.7.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lQCAV6Vsr63CvGPd5/n/aVWUjjI=",
  13. "_location": "/mz",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mz@2.7.0",
  19. "name": "mz",
  20. "escapedName": "mz",
  21. "rawSpec": "2.7.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.7.0"
  24. },
  25. "_requiredBy": [
  26. "/cli-highlight"
  27. ],
  28. "_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",
  29. "_spec": "2.7.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Jonathan Ong",
  33. "email": "me@jongleberry.com",
  34. "url": "http://jongleberry.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/normalize/mz/issues"
  38. },
  39. "dependencies": {
  40. "any-promise": "^1.0.0",
  41. "object-assign": "^4.0.1",
  42. "thenify-all": "^1.0.0"
  43. },
  44. "description": "modernize node.js to current ECMAScript standards",
  45. "devDependencies": {
  46. "bluebird": "^3.0.0",
  47. "istanbul": "^0.4.0",
  48. "mocha": "^3.0.0"
  49. },
  50. "files": [
  51. "index.js",
  52. "child_process.js",
  53. "crypto.js",
  54. "dns.js",
  55. "fs.js",
  56. "readline.js",
  57. "zlib.js"
  58. ],
  59. "homepage": "https://github.com/normalize/mz#readme",
  60. "keywords": [
  61. "promisify",
  62. "promise",
  63. "thenify",
  64. "then",
  65. "es6"
  66. ],
  67. "license": "MIT",
  68. "name": "mz",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/normalize/mz.git"
  72. },
  73. "scripts": {
  74. "test": "mocha --reporter spec",
  75. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
  76. "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  77. },
  78. "version": "2.7.0"
  79. }