npmc
Version:
a package manager for JavaScript
92 lines (91 loc) • 2.47 kB
JSON
{
"_from": "github:npm/libpickupdates",
"_id": "libpickupdates@1.0.0",
"_inBundle": false,
"_integrity": "",
"_location": "/libpickupdates",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "npm/libpickupdates",
"rawSpec": "npm/libpickupdates",
"saveSpec": "github:npm/libpickupdates",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "github:npm/libpickupdates#2ce2cf3f9343a718973c70d6bd4728d4610bcf0d",
"_spec": "npm/libpickupdates",
"_where": "/Users/zkat/Documents/code/work/npm",
"author": {
"name": "Kat Marchán",
"email": "kzm@zkat.tech"
},
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "6.0.0"
}
}
],
"@babel/preset-react"
]
},
"bugs": {
"url": "https://github.com/npm/npm-update-interactive-component/issues"
},
"bundleDependencies": false,
"dependencies": {
"ink": "^2.0.0-16",
"ink-spinner": "github:vadimdemedes/ink-spinner#next",
"libnpm": "^2.0.1",
"react": "^16.8.2",
"semver": "^5.6.0"
},
"deprecated": false,
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"standard": "*",
"standard-version": "*",
"tap": "*",
"weallbehave": "*",
"weallcontribute": "*"
},
"files": [
"index.js",
"dist/*.js"
],
"homepage": "https://npmjs.com/package/npm-update-interactive-component",
"license": "ISC",
"name": "libpickupdates",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/npm-update-interactive-component.git"
},
"resolutions": {
"react-reconciler": "0.20.0",
"scheduler": "0.13.2"
},
"scripts": {
"build": "rm -rf dist && babel src --out-dir dist",
"postrelease": "npm publish && git push --follow-tags",
"prepare": "npm run build",
"prerelease": "npm t",
"pretest": "standard",
"release": "standard-version -s",
"test": "tap -J --100 test/*.js",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
"update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'",
"watch": "babel -w src --out-dir dist"
},
"version": "1.0.0"
}