package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "util.promisify@1.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "util.promisify@1.0.0",
  10. "_id": "util.promisify@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-RA9xZaRZyaFtwUXrjnLzVocJcDA=",
  13. "_location": "/util.promisify",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "util.promisify@1.0.0",
  19. "name": "util.promisify",
  20. "escapedName": "util.promisify",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/babel-loader",
  27. "/html-webpack-plugin",
  28. "/realpath-native",
  29. "/svgo"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/util.promisify/download/util.promisify-1.0.0.tgz",
  32. "_spec": "1.0.0",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jordan Harband",
  36. "email": "ljharb@gmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/ljharb/util.promisify/issues"
  40. },
  41. "dependencies": {
  42. "define-properties": "^1.1.2",
  43. "object.getownpropertydescriptors": "^2.0.3"
  44. },
  45. "description": "Polyfill/shim for util.promisify in node versions < v8",
  46. "devDependencies": {
  47. "@es-shims/api": "^1.2.0",
  48. "@ljharb/eslint-config": "^11.0.0",
  49. "eslint": "^3.19.0",
  50. "safe-publish-latest": "^1.1.1"
  51. },
  52. "homepage": "https://github.com/ljharb/util.promisify#readme",
  53. "keywords": [
  54. "promisify",
  55. "promise",
  56. "util",
  57. "polyfill",
  58. "shim",
  59. "util.promisify"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "util.promisify",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/ljharb/util.promisify.git"
  67. },
  68. "scripts": {
  69. "lint": "eslint .",
  70. "prepublish": "safe-publish-latest",
  71. "pretest": "npm run lint",
  72. "test": "npm run tests-only",
  73. "tests-only": "es-shim-api --bound"
  74. },
  75. "version": "1.0.0"
  76. }