Files
enviPy-bayer/static/js/ketcher2/node_modules/archiver-utils/package.json
2025-06-23 20:13:54 +02:00

77 lines
1.8 KiB
JSON

{
"_from": "archiver-utils@^1.3.0",
"_id": "archiver-utils@1.3.0",
"_inBundle": false,
"_integrity": "sha1-5QtMCccL89aA4y/xt5lOn52JUXQ=",
"_location": "/archiver-utils",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "archiver-utils@^1.3.0",
"name": "archiver-utils",
"escapedName": "archiver-utils",
"rawSpec": "^1.3.0",
"saveSpec": null,
"fetchSpec": "^1.3.0"
},
"_requiredBy": [
"/archiver",
"/zip-stream"
],
"_resolved": "https://registry.npmjs.org/archiver-utils/-/archiver-utils-1.3.0.tgz",
"_shasum": "e50b4c09c70bf3d680e32ff1b7994e9f9d895174",
"_spec": "archiver-utils@^1.3.0",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/archiver",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"bugs": {
"url": "https://github.com/archiverjs/archiver-utils/issues"
},
"bundleDependencies": false,
"dependencies": {
"glob": "^7.0.0",
"graceful-fs": "^4.1.0",
"lazystream": "^1.0.0",
"lodash": "^4.8.0",
"normalize-path": "^2.0.0",
"readable-stream": "^2.0.0"
},
"deprecated": false,
"description": "utility functions for archiver",
"devDependencies": {
"chai": "^3.4.0",
"mkdirp": "^0.5.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.2"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"index.js",
"file.js"
],
"homepage": "https://github.com/archiverjs/archiver-utils#readme",
"keywords": [
"archiver",
"utils"
],
"license": "MIT",
"main": "index.js",
"name": "archiver-utils",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/archiver-utils.git"
},
"scripts": {
"test": "mocha --reporter dot"
},
"version": "1.3.0"
}