mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
81 lines
2.1 KiB
JSON
81 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"get-package-info@1.0.0",
|
|
"/home/s2/Code/gitlit"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "get-package-info@1.0.0",
|
|
"_id": "get-package-info@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-ZDJ5ZWPigRPNlHTbvQAFKYWkmZw=",
|
|
"_location": "/get-package-info",
|
|
"_phantomChildren": {
|
|
"graceful-fs": "4.1.11",
|
|
"locate-path": "2.0.0",
|
|
"normalize-package-data": "2.4.0",
|
|
"parse-json": "2.2.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "get-package-info@1.0.0",
|
|
"name": "get-package-info",
|
|
"escapedName": "get-package-info",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/electron-packager"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/get-package-info/-/get-package-info-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/home/s2/Code/gitlit",
|
|
"author": {
|
|
"name": "Rahat Ahmed"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rahatarmanahmed/get-package-info/issues"
|
|
},
|
|
"dependencies": {
|
|
"bluebird": "^3.1.1",
|
|
"debug": "^2.2.0",
|
|
"lodash.get": "^4.0.0",
|
|
"read-pkg-up": "^2.0.0"
|
|
},
|
|
"description": "Gets properties from package.json files in parent directories.",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.4.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-register": "^6.4.3",
|
|
"chai": "^3.4.1",
|
|
"mocha": "^3.0.0",
|
|
"onchange": "^3.0.0",
|
|
"standard": "^8.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 4.0"
|
|
},
|
|
"homepage": "https://github.com/rahatarmanahmed/get-package-info#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "get-package-info",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rahatarmanahmed/get-package-info.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel -d lib/ src/",
|
|
"dev": "npm run watch",
|
|
"lint": "standard",
|
|
"prebuild": "npm run test",
|
|
"prepublish": "npm run build",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --compilers js:babel-register,es6:babel-register,es6.js:babel-register test/",
|
|
"watch": "onchange src/ -- npm run build && echo Done"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|