package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "setprototypeof@1.2.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "setprototypeof@1.2.0",
  10. "_id": "setprototypeof@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ZsmiSnP5/CjL5msJ/tPTPcrxtCQ=",
  13. "_location": "/setprototypeof",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "setprototypeof@1.2.0",
  19. "name": "setprototypeof",
  20. "escapedName": "setprototypeof",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/express",
  27. "/http-errors"
  28. ],
  29. "_resolved": "https://registry.nlark.com/setprototypeof/download/setprototypeof-1.2.0.tgz",
  30. "_spec": "1.2.0",
  31. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  32. "author": {
  33. "name": "Wes Todd"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wesleytodd/setprototypeof/issues"
  37. },
  38. "description": "A small polyfill for Object.setprototypeof",
  39. "devDependencies": {
  40. "mocha": "^6.1.4",
  41. "standard": "^13.0.2"
  42. },
  43. "homepage": "https://github.com/wesleytodd/setprototypeof",
  44. "keywords": [
  45. "polyfill",
  46. "object",
  47. "setprototypeof"
  48. ],
  49. "license": "ISC",
  50. "main": "index.js",
  51. "name": "setprototypeof",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/wesleytodd/setprototypeof.git"
  55. },
  56. "scripts": {
  57. "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion",
  58. "node11": "NODE_VER=11 npm run testversion",
  59. "node4": "NODE_VER=4 npm run testversion",
  60. "node6": "NODE_VER=6 npm run testversion",
  61. "node9": "NODE_VER=9 npm run testversion",
  62. "postpublish": "git push origin && git push origin --tags",
  63. "prepublishOnly": "npm t",
  64. "test": "standard && mocha",
  65. "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11",
  66. "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"
  67. },
  68. "typings": "index.d.ts",
  69. "version": "1.2.0"
  70. }