1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "_args": [
- [
- "extend@1.3.0",
- "D:\\work\\im\\node_modules\\koa-better-body"
- ]
- ],
- "_from": "extend@1.3.0",
- "_id": "extend@1.3.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/extend",
- "_npmUser": {
- "email": "ljharb@gmail.com",
- "name": "ljharb"
- },
- "_npmVersion": "1.4.14",
- "_phantomChildren": {},
- "_requested": {
- "name": "extend",
- "raw": "extend@1.3.0",
- "rawSpec": "1.3.0",
- "scope": null,
- "spec": "1.3.0",
- "type": "version"
- },
- "_requiredBy": [
- "/koa-better-body"
- ],
- "_resolved": "https://registry.npmjs.org/extend/-/extend-1.3.0.tgz",
- "_shasum": "d1516fb0ff5624d2ebf9123ea1dac5a1994004f8",
- "_shrinkwrap": null,
- "_spec": "extend@1.3.0",
- "_where": "D:\\work\\im\\node_modules\\koa-better-body",
- "author": {
- "email": "justmoon@members.fsf.org",
- "name": "Stefan Thomas",
- "url": "http://www.justmoon.net"
- },
- "bugs": {
- "url": "https://github.com/justmoon/node-extend/issues"
- },
- "contributors": [
- {
- "name": "Jordan Harband",
- "url": "https://github.com/ljharb"
- }
- ],
- "dependencies": {},
- "description": "Port of jQuery.extend for node.js and the browser",
- "devDependencies": {
- "covert": "~0.4.0",
- "tape": "~2.13.2"
- },
- "directories": {},
- "dist": {
- "shasum": "d1516fb0ff5624d2ebf9123ea1dac5a1994004f8",
- "tarball": "https://registry.npmjs.org/extend/-/extend-1.3.0.tgz"
- },
- "gitHead": "30bf952975a8551c8aabc3aed5e812455847e37a",
- "homepage": "https://github.com/justmoon/node-extend",
- "keywords": [
- "extend",
- "clone",
- "merge"
- ],
- "main": "index",
- "maintainers": [
- {
- "email": "justmoon@members.fsf.org",
- "name": "justmoon"
- },
- {
- "email": "ljharb@gmail.com",
- "name": "ljharb"
- }
- ],
- "name": "extend",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/justmoon/node-extend.git"
- },
- "scripts": {
- "coverage": "covert test/index.js",
- "coverage-quiet": "covert test/index.js --quiet",
- "test": "node test/index.js"
- },
- "version": "1.3.0"
- }
|