Files
2020-03-02 14:53:23 +07:00

116 lines
2.9 KiB
JSON

{
"_from": "pkg",
"_id": "pkg@4.4.4",
"_inBundle": false,
"_integrity": "sha512-YBdBtnAIhseJ2K66V19tNlCY/oRaKhFroYxhDuY7msEOLCBklDSNfc7lhoBJGQ7T73VeU4Uzm5V05tcqSeM1Vg==",
"_location": "/pkg",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "pkg",
"name": "pkg",
"escapedName": "pkg",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/pkg/-/pkg-4.4.4.tgz",
"_shasum": "3a8d5143c2176f183b2b956d7d9002f7daa2a33d",
"_spec": "pkg",
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs",
"babel": {
"plugins": [
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-runtime"
],
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "8"
}
}
]
]
},
"bin": {
"pkg": "lib-es5/bin.js"
},
"bugs": {
"url": "https://github.com/zeit/pkg/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/parser": "^7.7.5",
"@babel/runtime": "^7.7.5",
"chalk": "^3.0.0",
"escodegen": "^1.13.0",
"fs-extra": "^8.1.0",
"globby": "^11.0.0",
"into-stream": "^5.1.1",
"minimist": "^1.2.0",
"multistream": "^2.1.1",
"pkg-fetch": "^2.6.4",
"progress": "^2.0.3",
"resolve": "^1.15.0",
"stream-meter": "^1.0.4"
},
"deprecated": false,
"description": "Package your Node.js project into an executable",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@babel/register": "^7.7.4",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-klopov": "^1.0.2",
"json-stable-stringify": "^1.0.1",
"mkdirp": "^1.0.3",
"rimraf": "^3.0.1"
},
"eslintConfig": {
"extends": "klopov",
"parser": "babel-eslint",
"rules": {
"wrap-iife": "off"
}
},
"files": [
"lib-es5/*.js",
"dictionary/*.js",
"prelude/*.js"
],
"greenkeeper": {
"emails": false,
"ignore": [
"pkg-fetch"
]
},
"homepage": "https://github.com/zeit/pkg#readme",
"license": "MIT",
"main": "lib-es5/index.js",
"name": "pkg",
"repository": {
"type": "git",
"url": "git+https://github.com/zeit/pkg.git"
},
"scripts": {
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
"lint": "eslint-klopov . || true",
"prepare": "npm run babel",
"prepublishOnly": "eslint-klopov . && npm run test:no-npm",
"test": "eslint-klopov . && npm run babel && node test/test.js node12 no-npm && node test/test.js node10 no-npm && node test/test.js node8 no-npm && node test/test.js host only-npm",
"test:no-npm": "node test/test.js host no-npm"
},
"version": "4.4.4"
}