package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "@tootallnate/once@1",
  3. "_id": "@tootallnate/once@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
  6. "_location": "/@tootallnate/once",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@tootallnate/once@1",
  12. "name": "@tootallnate/once",
  13. "escapedName": "@tootallnate%2fonce",
  14. "scope": "@tootallnate",
  15. "rawSpec": "1",
  16. "saveSpec": null,
  17. "fetchSpec": "1"
  18. },
  19. "_requiredBy": [
  20. "/get-uri",
  21. "/http-proxy-agent",
  22. "/pac-proxy-agent"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
  25. "_shasum": "ccb91445360179a04e7fe6aff78c00ffc1eeaf82",
  26. "_spec": "@tootallnate/once@1",
  27. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\http-proxy-agent",
  28. "author": {
  29. "name": "Nathan Rajlich",
  30. "email": "nathan@tootallnate.net",
  31. "url": "http://n8.io/"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/TooTallNate/once/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Creates a Promise that waits for a single event",
  39. "devDependencies": {
  40. "@types/node": "^12.12.11",
  41. "@typescript-eslint/eslint-plugin": "1.6.0",
  42. "@typescript-eslint/parser": "1.1.0",
  43. "eslint": "5.16.0",
  44. "eslint-config-airbnb": "17.1.0",
  45. "eslint-config-prettier": "4.1.0",
  46. "eslint-import-resolver-typescript": "1.1.1",
  47. "eslint-plugin-import": "2.16.0",
  48. "eslint-plugin-jsx-a11y": "6.2.1",
  49. "eslint-plugin-react": "7.12.4",
  50. "mocha": "^6.2.2",
  51. "rimraf": "^3.0.0",
  52. "typescript": "^3.7.3"
  53. },
  54. "engines": {
  55. "node": ">= 6"
  56. },
  57. "files": [
  58. "dist"
  59. ],
  60. "homepage": "https://github.com/TooTallNate/once#readme",
  61. "keywords": [],
  62. "license": "MIT",
  63. "main": "./dist/index.js",
  64. "name": "@tootallnate/once",
  65. "repository": {
  66. "type": "git",
  67. "url": "git://github.com/TooTallNate/once.git"
  68. },
  69. "scripts": {
  70. "build": "tsc",
  71. "prebuild": "rimraf dist",
  72. "prepublishOnly": "npm run build",
  73. "test": "mocha --reporter spec",
  74. "test-lint": "eslint src --ext .js,.ts"
  75. },
  76. "types": "./dist/index.d.ts",
  77. "version": "1.1.2"
  78. }