package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "_from": "process@~0.5.1",
  3. "_id": "process@0.5.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oNpcutj+nYX2FjdEW7PGltWhXulAnFlM0My/k48L90hARCOJtvBbQXc/6itV2jDvU5xAAtonP+r6wmQgCcbAUA==",
  6. "_location": "/process",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "process@~0.5.1",
  12. "name": "process",
  13. "escapedName": "process",
  14. "rawSpec": "~0.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "~0.5.1"
  17. },
  18. "_requiredBy": [
  19. "/global"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/process/-/process-0.5.2.tgz",
  22. "_shasum": "1638d8a8e34c2f440a91db95ab9aeb677fc185cf",
  23. "_spec": "process@~0.5.1",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\global",
  25. "author": {
  26. "name": "Roman Shtylman",
  27. "email": "shtylman@gmail.com"
  28. },
  29. "browser": "./browser.js",
  30. "bugs": {
  31. "url": "https://github.com/shtylman/node-process/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "process information for node.js and browsers",
  36. "engines": {
  37. "node": ">= 0.6.0"
  38. },
  39. "homepage": "https://github.com/shtylman/node-process#readme",
  40. "keywords": [
  41. "process"
  42. ],
  43. "main": "./index.js",
  44. "name": "process",
  45. "repository": {
  46. "type": "git",
  47. "url": "git://github.com/shtylman/node-process.git"
  48. },
  49. "version": "0.5.2"
  50. }