Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Dedy Kurniawan / pxe-utbksvr

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • pxe-utbksvr
  • node_modules
  • buffer-from
  • package.json
  • Dedy Kurniawan's avatar
    initial commit · e4019636
    Dedy Kurniawan committed Feb 25, 2026
    e4019636
package.json 304 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "name": "buffer-from",
  "version": "1.1.2",
  "license": "MIT",
  "repository": "LinusU/buffer-from",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "standard && node test"
  },
  "devDependencies": {
    "standard": "^12.0.1"
  },
  "keywords": [
    "buffer",
    "buffer from"
  ]
}