package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "setprototypeof@1.2.0",
  3. "_id": "setprototypeof@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
  6. "_location": "/setprototypeof",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "setprototypeof@1.2.0",
  12. "name": "setprototypeof",
  13. "escapedName": "setprototypeof",
  14. "rawSpec": "1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/express",
  20. "/http-errors",
  21. "/serve-index/http-errors"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/setprototypeof/-/setprototypeof-1.2.0.tgz",
  24. "_shasum": "66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424",
  25. "_spec": "setprototypeof@1.2.0",
  26. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\express",
  27. "author": {
  28. "name": "Wes Todd"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "A small polyfill for Object.setprototypeof",
  36. "devDependencies": {
  37. "mocha": "^6.1.4",
  38. "standard": "^13.0.2"
  39. },
  40. "homepage": "https://github.com/wesleytodd/setprototypeof",
  41. "keywords": [
  42. "polyfill",
  43. "object",
  44. "setprototypeof"
  45. ],
  46. "license": "ISC",
  47. "main": "index.js",
  48. "name": "setprototypeof",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/wesleytodd/setprototypeof.git"
  52. },
  53. "scripts": {
  54. "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
  55. "node11": "NODE_VER=11 npm run testversion",
  56. "node4": "NODE_VER=4 npm run testversion",
  57. "node6": "NODE_VER=6 npm run testversion",
  58. "node9": "NODE_VER=9 npm run testversion",
  59. "postpublish": "git push origin && git push origin --tags",
  60. "prepublishOnly": "npm t",
  61. "test": "standard && mocha",
  62. "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
  63. "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t"
  64. },
  65. "typings": "index.d.ts",
  66. "version": "1.2.0"
  67. }