61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"_from": "zip-object@^0.1.0",
|
|
"_id": "zip-object@0.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-waDaBMiMg3dW4khoCgP/kC7D9To=",
|
|
"_location": "/zip-object",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "zip-object@^0.1.0",
|
|
"name": "zip-object",
|
|
"escapedName": "zip-object",
|
|
"rawSpec": "^0.1.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/typings-core"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zip-object/-/zip-object-0.1.0.tgz",
|
|
"_shasum": "c1a0da04c88c837756e248680a03ff902ec3f53a",
|
|
"_spec": "zip-object@^0.1.0",
|
|
"_where": "/nfs/repos/trunk/trunk-images/node_modules/typings-core",
|
|
"author": {
|
|
"name": "Scott Corgan"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/scottcorgan/zip-object/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Create an object from from arrays of keys and values",
|
|
"devDependencies": {
|
|
"tap-spec": "~0.1.3",
|
|
"tape": "~2.3.2"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/scottcorgan/zip-object#readme",
|
|
"keywords": [
|
|
"zip",
|
|
"object",
|
|
"lodash",
|
|
"array",
|
|
"object"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "zip-object",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/scottcorgan/zip-object.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/index.js | node_modules/.bin/tspec"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|