package.json 1.4 KB

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