bigint-crypto-utils/node_modules/object-to-spawn-args/package.json

54 lines
1.5 KiB
JSON
Raw Normal View History

{
"_from": "object-to-spawn-args@^1.1.1",
"_id": "object-to-spawn-args@1.1.1",
"_inBundle": false,
"_integrity": "sha1-d9qIJ/Bz0BHJ4bFz+JV4FHAkZ4U=",
"_location": "/object-to-spawn-args",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "object-to-spawn-args@^1.1.1",
"name": "object-to-spawn-args",
"escapedName": "object-to-spawn-args",
"rawSpec": "^1.1.1",
"saveSpec": null,
"fetchSpec": "^1.1.1"
},
"_requiredBy": [
"/jsdoc-api"
],
"_resolved": "https://registry.npmjs.org/object-to-spawn-args/-/object-to-spawn-args-1.1.1.tgz",
"_shasum": "77da8827f073d011c9e1b173f895781470246785",
"_spec": "object-to-spawn-args@^1.1.1",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-api",
"author": {
"name": "Lloyd Brookes"
},
"bugs": {
"url": "https://github.com/75lb/object-to-spawn-args/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Converts an object to a child_process.spawn args array",
"devDependencies": {
"tape": "^4.2.2"
},
"homepage": "https://github.com/75lb/object-to-spawn-args#readme",
"keywords": [
"child_process",
"spawn"
],
"license": "MIT",
"main": "lib/object-to-spawn-args.js",
"name": "object-to-spawn-args",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/object-to-spawn-args.git"
},
"scripts": {
"test": "tape test/*.js"
},
"version": "1.1.1"
}