initial commit
This commit is contained in:
72
node_modules/concat/package.json
generated
vendored
Normal file
72
node_modules/concat/package.json
generated
vendored
Normal file
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"_from": "concat",
|
||||
"_id": "concat@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-QPM1MInWVGdpXLGIa0Xt1jfYzKg=",
|
||||
"_location": "/concat",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "concat",
|
||||
"name": "concat",
|
||||
"escapedName": "concat",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/",
|
||||
"#USER"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz",
|
||||
"_shasum": "40f3353089d65467695cb1886b45edd637d8cca8",
|
||||
"_spec": "concat",
|
||||
"_where": "D:\\Air66 Files\\dev_sites\\www.airurl.dev.cc\\user\\plugins\\air66Theme",
|
||||
"author": {
|
||||
"name": "Konstantin Gorodinskiy",
|
||||
"email": "mail@konstantin.io"
|
||||
},
|
||||
"bin": {
|
||||
"concat": "./bin/concat"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gko/concat/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"commander": "^2.9.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user