package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_args": [
  3. [
  4. "std-env@2.3.1",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "std-env@2.3.1",
  10. "_id": "std-env@2.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-eOsoKTWnr6C8aWrqJJ2KAReXoa7Vn5Ywyw6uCXgA/xDhxPoaIsBa5aNJmISY04dLwXPBnDHW4diGM7Sn5K4R/g==",
  13. "_location": "/std-env",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "std-env@2.3.1",
  19. "name": "std-env",
  20. "escapedName": "std-env",
  21. "rawSpec": "2.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.3.1"
  24. },
  25. "_requiredBy": [
  26. "/webpackbar"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/std-env/-/std-env-2.3.1.tgz",
  29. "_spec": "2.3.1",
  30. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  31. "bugs": {
  32. "url": "https://github.com/unjs/std-env/issues"
  33. },
  34. "dependencies": {
  35. "ci-info": "^3.1.1"
  36. },
  37. "description": "Detect running environment of the current Node.js process",
  38. "devDependencies": {
  39. "standard-version": "^9.3.1"
  40. },
  41. "files": [
  42. "index.js",
  43. "index.d.ts"
  44. ],
  45. "homepage": "https://github.com/unjs/std-env#readme",
  46. "license": "MIT",
  47. "main": "./index.js",
  48. "name": "std-env",
  49. "repository": {
  50. "type": "git",
  51. "url": "git+https://github.com/unjs/std-env.git"
  52. },
  53. "scripts": {
  54. "release": "standard-version && git push --follow-tags && npm publish"
  55. },
  56. "types": "./index.d.ts",
  57. "version": "2.3.1"
  58. }