1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-30 16:40:57 -05:00
denoland-deno/tests/registry/npm/cross-spawn/registry.json

102 lines
2.9 KiB
JSON
Raw Normal View History

{
"name": "cross-spawn",
"description": "Cross platform child_process#spawn and child_process#spawnSync",
"dist-tags": {
"latest": "7.0.3"
},
"versions": {
"7.0.3": {
"name": "cross-spawn",
"version": "7.0.3",
"description": "Cross platform child_process#spawn and child_process#spawnSync",
"author": {
"name": "André Cruz",
"email": "andre@moxy.studio"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest --env node --coverage",
"prerelease": "npm t && npm run lint",
"release": "standard-version",
"postrelease": "git push --follow-tags origin HEAD && npm publish"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"dependencies": {
"path-key": "^3.1.0",
"shebang-command": "^2.0.0",
"which": "^2.0.1"
},
"devDependencies": {
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^8.1.0",
"babel-core": "^6.26.3",
"babel-jest": "^24.9.0",
"babel-preset-moxy": "^3.1.0",
"eslint": "^5.16.0",
"eslint-config-moxy": "^7.1.0",
"husky": "^3.0.5",
"jest": "^24.9.0",
"lint-staged": "^9.2.5",
"mkdirp": "^0.5.1",
"rimraf": "^3.0.0",
"standard-version": "^7.0.0"
},
"engines": {
"node": ">= 8"
},
"gitHead": "7bc42bc409d9da6ad691df8d1d5ef69003bf1dc3",
"bugs": {
"url": "https://github.com/moxystudio/node-cross-spawn/issues"
},
"_id": "cross-spawn@7.0.3",
"_nodeVersion": "12.16.3",
"_npmVersion": "6.14.4",
"dist": {
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
"shasum": "f73a85b9d5d41d045551c177e2882d4ac85728a6",
"tarball": "http://localhost:4260/cross-spawn/cross-spawn-7.0.3.tgz",
"fileCount": 10,
"unpackedSize": 21207
},
"directories": {},
"_hasShrinkwrap": false
}
},
"homepage": "https://github.com/moxystudio/node-cross-spawn",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/moxystudio/node-cross-spawn.git"
},
"author": {
"name": "André Cruz",
"email": "andre@moxy.studio"
},
"bugs": {
"url": "https://github.com/moxystudio/node-cross-spawn/issues"
},
"license": "MIT",
"readmeFilename": "README.md"
}