Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/elfy/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/elfy/package.json

{
  "_from": "elfy@^1.0.0",
  "_id": "elfy@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-4Kp3AA94jC085IJox+qnvrZ3PudqTi4gQNvIoTZfJJ9IqkRuCoqP60vCVYlIg00c5aYusi5Wjh2bf0cHYt+6gQ==",
  "_location": "/elfy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "elfy@^1.0.0",
    "name": "elfy",
    "escapedName": "elfy",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/snyk-docker-plugin"
  ],
  "_resolved": "https://registry.npmjs.org/elfy/-/elfy-1.0.0.tgz",
  "_shasum": "7a1c86af7d41e0a568cbb4a3fa5b685648d9efcd",
  "_spec": "elfy@^1.0.0",
  "_where": "/var/node/inatote/Inatote-Backend/node_modules/snyk-docker-plugin",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "bugs": {
    "url": "https://github.com/indutny/elfy/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "endian-reader": "^0.3.0"
  },
  "deprecated": false,
  "description": "Simple elf format parser in node.js",
  "devDependencies": {
    "mocha": "^6.2.2"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/indutny/elfy#readme",
  "keywords": [
    "elfy",
    "elf",
    "executable",
    "parser"
  ],
  "license": "MIT",
  "main": "lib/elfy.js",
  "name": "elfy",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/elfy.git"
  },
  "scripts": {
    "test": "mocha --reporter spec test/*-test.js"
  },
  "version": "1.0.0"
}