You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

165 lines
3.9 KiB
JSON

{
"_args": [
[
"merge-descriptors@1.0.1",
"/Users/alfiepates/src/invoicer/node_modules/express"
]
],
"_from": "merge-descriptors@1.0.1",
"_id": "merge-descriptors@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/merge-descriptors",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "merge-descriptors",
"raw": "merge-descriptors@1.0.1",
"rawSpec": "1.0.1",
"scope": null,
"spec": "1.0.1",
"type": "version"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
"_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
"_shrinkwrap": null,
"_spec": "merge-descriptors@1.0.1",
"_where": "/Users/alfiepates/src/invoicer/node_modules/express",
"author": {
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/component/merge-descriptors/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "grabbou@gmail.com",
"name": "Mike Grabowski"
}
],
"dependencies": {},
"description": "Merge objects using descriptors",
"devDependencies": {
"istanbul": "0.4.1",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
"tarball": "http://localhost:4873/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"gitHead": "f26c49c3b423b0b2ac31f6e32a84e1632f2d7ac2",
"homepage": "https://github.com/component/merge-descriptors",
"license": "MIT",
"maintainers": [
{
"email": "antshort@gmail.com",
"name": "anthonyshort"
},
{
"email": "clint@anotherway.co.za",
"name": "clintwood"
},
{
"email": "df.creative@gmail.com",
"name": "dfcreative"
},
{
"email": "dominic@dbarnes.info",
"name": "dominicbarnes"
},
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "ian@ianstormtaylor.com",
"name": "ianstormtaylor"
},
{
"email": "jonathanrichardong@gmail.com",
"name": "jonathanong"
},
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
},
{
"email": "julian@juliangruber.com",
"name": "juliangruber"
},
{
"email": "mattmuelle@gmail.com",
"name": "mattmueller"
},
{
"email": "fabian.eichenberger@gmail.com",
"name": "queckezz"
},
{
"email": "me@stephenmathieson.com",
"name": "stephenmathieson"
},
{
"email": "dnfagnan@gmail.com",
"name": "thehydroimpulse"
},
{
"email": "timaschew@gmail.com",
"name": "timaschew"
},
{
"email": "secoif@gmail.com",
"name": "timoxley"
},
{
"email": "tj@vision-media.ca",
"name": "tjholowaychuk"
},
{
"email": "nathan@tootallnate.net",
"name": "tootallnate"
},
{
"email": "trevorgerhardt@gmail.com",
"name": "trevorgerhardt"
},
{
"email": "yields@icloud.com",
"name": "yields"
}
],
"name": "merge-descriptors",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/component/merge-descriptors.git"
},
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
},
"version": "1.0.1"
}