Bones/node_modules/zip-object/package.json

80 lines
1.9 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"zip-object@^0.1.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core"
]
],
"_from": "zip-object@>=0.1.0-0 <0.2.0-0",
"_id": "zip-object@0.1.0",
"_inCache": true,
"_location": "/zip-object",
"_npmUser": {
"email": "scottcorgan@gmail.com",
"name": "scottcorgan"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"name": "zip-object",
"raw": "zip-object@^0.1.0",
"rawSpec": "^0.1.0",
"scope": null,
"spec": ">=0.1.0-0 <0.2.0-0",
"type": "range"
},
"_requiredBy": [
"/typings-core"
],
"_resolved": "https://registry.npmjs.org/zip-object/-/zip-object-0.1.0.tgz",
"_shasum": "c1a0da04c88c837756e248680a03ff902ec3f53a",
"_shrinkwrap": null,
"_spec": "zip-object@^0.1.0",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\typings-core",
"author": {
"name": "Scott Corgan"
},
"bugs": {
"url": "https://github.com/scottcorgan/zip-object/issues"
},
"dependencies": {},
"description": "Create an object from from arrays of keys and values",
"devDependencies": {
"tap-spec": "~0.1.3",
"tape": "~2.3.2"
},
"directories": {
"test": "test"
},
"dist": {
"shasum": "c1a0da04c88c837756e248680a03ff902ec3f53a",
"tarball": "https://registry.npmjs.org/zip-object/-/zip-object-0.1.0.tgz"
},
"installable": true,
"keywords": [
"array",
"lodash",
"object",
"object",
"zip"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "scottcorgan",
"email": "scottcorgan@gmail.com"
}
],
"name": "zip-object",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/zip-object.git"
},
"scripts": {
"test": "node test/index.js | node_modules/.bin/tspec"
},
"version": "0.1.0"
}