Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../music-metadata/../lodash/../finalhandler/../node-wav
الملفات الموجودة في هذا الـ Path:
.
..
README.md
file.wav
index.js
package.json
tests
x.js
x.json
x.js~

مشاهدة ملف: package.json

{
  "name": "node-wav",
  "version": "0.0.2",
  "description": "High performance WAV file decoder and encoder",
  "main": "./index.js",
  "scripts": {
    "test": "./node_modules/nodeunit/bin/nodeunit ./tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andreasgal/node-wav.git"
  },
  "keywords": [
    "wav",
    "decode"
  ],
  "author": "Andreas Gal",
  "license": "MIT",
  "homepage": "https://github.com/andreasgal/node-wav",
  "engines": {
    "node": ">=4.4.0"
  },
  "dependencies": {},
  "devDependencies": {
    "nodeunit": "^0.9.1",
    "wav-decoder": "^1.1.0",
    "wav-encoder": "^1.1.0"
  }
}