Current File : /home/tradevaly/www/node_modules/concat/package.json
{
  "_args": [
    [
      "concat@1.0.3",
      "/home/skote/public_html"
    ]
  ],
  "_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": "/home/skote/public_html",
  "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"
}