mirror of
https://github.com/tiennm99/FBcount.git
synced 2026-09-06 22:17:31 +00:00
Init
This commit is contained in:
+111
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"_from": "pkg-fetch@^2.6.4",
|
||||
"_id": "pkg-fetch@2.6.4",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-4j4jiuo6RRIuD9e9xUE6OQYnIkQCArZjkHXNYsSJjxhJeiHE16MA+rENMblvGLbeWsTY3BPfcYVCGFXzpfJetA==",
|
||||
"_location": "/pkg-fetch",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "pkg-fetch@^2.6.4",
|
||||
"name": "pkg-fetch",
|
||||
"escapedName": "pkg-fetch",
|
||||
"rawSpec": "^2.6.4",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.6.4"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/pkg"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/pkg-fetch/-/pkg-fetch-2.6.4.tgz",
|
||||
"_shasum": "0faac4c4ae9668e1daf9819180606966a5e33f96",
|
||||
"_spec": "pkg-fetch@^2.6.4",
|
||||
"_where": "/home/miti99/Dropbox/Workspace/FBcount/Nodejs/node_modules/pkg",
|
||||
"ava": {
|
||||
"failFast": true,
|
||||
"files": [
|
||||
"test/*.test.js"
|
||||
],
|
||||
"require": [
|
||||
"@babel/register"
|
||||
]
|
||||
},
|
||||
"babel": {
|
||||
"plugins": [
|
||||
"@babel/plugin-transform-async-to-generator",
|
||||
"@babel/plugin-transform-runtime"
|
||||
],
|
||||
"presets": [
|
||||
[
|
||||
"@babel/preset-env",
|
||||
{
|
||||
"targets": {
|
||||
"node": "4"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"bin": {
|
||||
"pkg-fetch": "lib-es5/bin.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/zeit/pkg-fetch/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.7.5",
|
||||
"byline": "^5.0.0",
|
||||
"chalk": "^3.0.0",
|
||||
"expand-template": "^2.0.3",
|
||||
"fs-extra": "^8.1.0",
|
||||
"minimist": "^1.2.0",
|
||||
"progress": "^2.0.3",
|
||||
"request": "^2.88.0",
|
||||
"request-progress": "^3.0.0",
|
||||
"semver": "^6.3.0",
|
||||
"unique-temp-dir": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Compiles and stores base binaries for pkg",
|
||||
"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",
|
||||
"ava": "^2.4.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-config-klopov": "^1.0.2"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "klopov",
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
"files": [
|
||||
"lib-es5/*.js",
|
||||
"patches/*",
|
||||
"places.json"
|
||||
],
|
||||
"homepage": "https://github.com/zeit/pkg-fetch#readme",
|
||||
"license": "MIT",
|
||||
"main": "lib-es5/index.js",
|
||||
"name": "pkg-fetch",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/zeit/pkg-fetch.git"
|
||||
},
|
||||
"scripts": {
|
||||
"babel": "node test/rimraf-es5.js && babel lib --out-dir lib-es5",
|
||||
"bin": "node lib-es5/bin.js",
|
||||
"lint": "eslint-klopov . || true",
|
||||
"prepare": "npm run babel",
|
||||
"prepublishOnly": "eslint-klopov . && npm test",
|
||||
"start": "node lib-es5/upload.js",
|
||||
"test": "ava"
|
||||
},
|
||||
"version": "2.6.4"
|
||||
}
|
||||
Reference in New Issue
Block a user