package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "buffer-from@1.0.0",
  5. "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app"
  6. ]
  7. ],
  8. "_from": "buffer-from@1.0.0",
  9. "_id": "buffer-from@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-TLiDLSNhJYmwQG6eKVbBfwb99TE=",
  12. "_location": "/buffer-from",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "buffer-from@1.0.0",
  18. "name": "buffer-from",
  19. "escapedName": "buffer-from",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/source-map-support"
  26. ],
  27. "_resolved": "http://registry.npm.taobao.org/buffer-from/download/buffer-from-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "E:\\Client-Project\\UseStudio.CampusInfo\\resources\\app",
  30. "bugs": {
  31. "url": "https://github.com/LinusU/buffer-from/issues"
  32. },
  33. "description": "A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.",
  34. "devDependencies": {
  35. "standard": "^7.1.2"
  36. },
  37. "homepage": "https://github.com/LinusU/buffer-from#readme",
  38. "keywords": [
  39. "buffer",
  40. "buffer from"
  41. ],
  42. "license": "MIT",
  43. "name": "buffer-from",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/LinusU/buffer-from.git"
  47. },
  48. "scripts": {
  49. "test": "standard && node test"
  50. },
  51. "version": "1.0.0"
  52. }