web 3d图形渲染器
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
980 B

  1. {
  2. "name": "util.promisify",
  3. "version": "1.0.0",
  4. "description": "Polyfill/shim for util.promisify in node versions < v8",
  5. "main": "index.js",
  6. "dependencies": {
  7. "define-properties": "^1.1.2",
  8. "object.getownpropertydescriptors": "^2.0.3"
  9. },
  10. "devDependencies": {
  11. "@es-shims/api": "^1.2.0",
  12. "@ljharb/eslint-config": "^11.0.0",
  13. "eslint": "^3.19.0",
  14. "safe-publish-latest": "^1.1.1"
  15. },
  16. "scripts": {
  17. "prepublish": "safe-publish-latest",
  18. "lint": "eslint .",
  19. "pretest": "npm run lint",
  20. "tests-only": "es-shim-api --bound",
  21. "test": "npm run tests-only"
  22. },
  23. "repository": {
  24. "type": "git",
  25. "url": "git+https://github.com/ljharb/util.promisify.git"
  26. },
  27. "keywords": [
  28. "promisify",
  29. "promise",
  30. "util",
  31. "polyfill",
  32. "shim",
  33. "util.promisify"
  34. ],
  35. "author": "Jordan Harband <ljharb@gmail.com>",
  36. "license": "MIT",
  37. "bugs": {
  38. "url": "https://github.com/ljharb/util.promisify/issues"
  39. },
  40. "homepage": "https://github.com/ljharb/util.promisify#readme"
  41. }