1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "_args": [
- [
- {
- "raw": "zip-object@^0.1.0",
- "scope": null,
- "escapedName": "zip-object",
- "name": "zip-object",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/home/robert/workspace/xmlrpc/node_modules/typings-core"
- ]
- ],
- "_from": "zip-object@>=0.1.0 <0.2.0",
- "_id": "zip-object@0.1.0",
- "_inCache": true,
- "_location": "/zip-object",
- "_npmUser": {
- "name": "scottcorgan",
- "email": "scottcorgan@gmail.com"
- },
- "_npmVersion": "1.3.11",
- "_phantomChildren": {},
- "_requested": {
- "raw": "zip-object@^0.1.0",
- "scope": null,
- "escapedName": "zip-object",
- "name": "zip-object",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.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": "/home/robert/workspace/xmlrpc/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"
- },
- "homepage": "https://github.com/scottcorgan/zip-object#readme",
- "keywords": [
- "zip",
- "object",
- "lodash",
- "array",
- "object"
- ],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "scottcorgan",
- "email": "scottcorgan@gmail.com"
- }
- ],
- "name": "zip-object",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "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"
- }
|