1
0
mirror of https://github.com/cp6/my-idlers.git synced 2024-09-29 03:37:08 +02:00
my-idlers/node_modules/concat/package.json
cp6 fd22b0bf58 V2 (Laravel re-make)
V2 (Laravel re-make)
2022-03-06 02:02:12 +11:00

76 lines
1.7 KiB
JSON

{
"_args": [
[
"concat@1.0.3",
"C:\\laragon\\www\\idlers"
]
],
"_development": true,
"_from": "concat@1.0.3",
"_id": "concat@1.0.3",
"_inBundle": false,
"_integrity": "sha1-QPM1MInWVGdpXLGIa0Xt1jfYzKg=",
"_location": "/concat",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "concat@1.0.3",
"name": "concat",
"escapedName": "concat",
"rawSpec": "1.0.3",
"saveSpec": null,
"fetchSpec": "1.0.3"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz",
"_spec": "1.0.3",
"_where": "C:\\laragon\\www\\idlers",
"author": {
"name": "Konstantin Gorodinskiy",
"email": "mail@konstantin.io"
},
"bin": {
"concat": "bin/concat"
},
"bugs": {
"url": "https://github.com/gko/concat/issues"
},
"dependencies": {
"commander": "^2.9.0"
},
"description": "concatenate multiple files",
"devDependencies": {
"@types/core-js": "^0.9.41",
"@types/node": "^7.0.0",
"core-js": "^2.4.1",
"mocha": "^3.2.0",
"typescript": "^2.1.5"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/gko/concat#readme",
"keywords": [
"concatenate",
"files",
"concat",
"join"
],
"license": "MIT",
"main": "index.js",
"name": "concat",
"repository": {
"type": "git",
"url": "git+https://github.com/gko/concat.git"
},
"scripts": {
"bin": "tsc -t ES6 --moduleResolution node ./bin/concat.ts --outFile ./bin/concat",
"build": "tsc -t ES6 --module commonjs --moduleResolution node index.ts && npm run bin",
"test": "npm run build && _mocha"
},
"version": "1.0.3"
}