84 lines
2.5 KiB
JSON
84 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"browser-id3-writer@4.4.0",
|
|
"/home/shihaam/www/freezer.shihaam.me/app"
|
|
]
|
|
],
|
|
"_from": "browser-id3-writer@4.4.0",
|
|
"_id": "browser-id3-writer@4.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-8xce9wo4VoKNR4udEGOAf8vndYxhToqQS+1wyrjdYVPQKRc4Wm6xwGG6XrKYgax28y5AvrbCkqK6t1RplPN2Ew==",
|
|
"_location": "/browser-id3-writer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "browser-id3-writer@4.4.0",
|
|
"name": "browser-id3-writer",
|
|
"escapedName": "browser-id3-writer",
|
|
"rawSpec": "4.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/browser-id3-writer/-/browser-id3-writer-4.4.0.tgz",
|
|
"_spec": "4.4.0",
|
|
"_where": "/home/shihaam/www/freezer.shihaam.me/app",
|
|
"author": {
|
|
"name": "egoroof"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/egoroof/browser-id3-writer/issues"
|
|
},
|
|
"description": "Pure JS library for writing ID3 tag to MP3 files in browsers and Node.js",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.8.4",
|
|
"@babel/core": "^7.8.4",
|
|
"@babel/preset-env": "^7.8.4",
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^7.0.1",
|
|
"rollup": "^1.31.1",
|
|
"uglify-js": "^3.8.0"
|
|
},
|
|
"files": [
|
|
"LICENSE.md",
|
|
"README.md",
|
|
"dist/browser-id3-writer.js"
|
|
],
|
|
"homepage": "https://github.com/egoroof/browser-id3-writer#readme",
|
|
"keywords": [
|
|
"browser",
|
|
"nodejs",
|
|
"writer",
|
|
"id3",
|
|
"mp3",
|
|
"audio",
|
|
"tag",
|
|
"library"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/browser-id3-writer.js",
|
|
"name": "browser-id3-writer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/egoroof/browser-id3-writer.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build:concat && npm run build:transpile && npm run build:wrap && npm run build:compress && node tools/distSize",
|
|
"build:compress": "uglifyjs dist/browser-id3-writer.js -o dist/browser-id3-writer.js -m -c",
|
|
"build:concat": "rollup -f es -i src/ID3Writer.js -o dist/browser-id3-writer.js",
|
|
"build:transpile": "babel dist/browser-id3-writer.js -o dist/browser-id3-writer.js",
|
|
"build:wrap": "rollup -f umd -n ID3Writer -i dist/browser-id3-writer.js -o dist/browser-id3-writer.js",
|
|
"lint": "eslint src tools test",
|
|
"mocha": "mocha --recursive",
|
|
"postversion": "git push && git push --tags && npm publish",
|
|
"preversion": "npm test",
|
|
"test": "npm run lint && npm run build && npm run mocha",
|
|
"version": "git add package.json package-lock.json"
|
|
},
|
|
"version": "4.4.0"
|
|
}
|