[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "merge-descriptors@1.0.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "merge-descriptors@1.0.1",
|
---|
| 10 | "_id": "merge-descriptors@1.0.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=",
|
---|
| 13 | "_location": "/merge-descriptors",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "merge-descriptors@1.0.1",
|
---|
| 19 | "name": "merge-descriptors",
|
---|
| 20 | "escapedName": "merge-descriptors",
|
---|
| 21 | "rawSpec": "1.0.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.0.1"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/express"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
|
---|
| 29 | "_spec": "1.0.1",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 31 | "author": {
|
---|
| 32 | "name": "Jonathan Ong",
|
---|
| 33 | "email": "me@jongleberry.com",
|
---|
[59329aa] | 34 | "url": "http://jongleberry.com"
|
---|
| 35 | },
|
---|
| 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/component/merge-descriptors/issues"
|
---|
[6a3a178] | 38 | },
|
---|
| 39 | "contributors": [
|
---|
[59329aa] | 40 | {
|
---|
| 41 | "name": "Douglas Christopher Wilson",
|
---|
| 42 | "email": "doug@somethingdoug.com"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "Mike Grabowski",
|
---|
| 46 | "email": "grabbou@gmail.com"
|
---|
| 47 | }
|
---|
[6a3a178] | 48 | ],
|
---|
[59329aa] | 49 | "description": "Merge objects using descriptors",
|
---|
[6a3a178] | 50 | "devDependencies": {
|
---|
| 51 | "istanbul": "0.4.1",
|
---|
| 52 | "mocha": "1.21.5"
|
---|
| 53 | },
|
---|
| 54 | "files": [
|
---|
| 55 | "HISTORY.md",
|
---|
| 56 | "LICENSE",
|
---|
| 57 | "README.md",
|
---|
| 58 | "index.js"
|
---|
| 59 | ],
|
---|
[59329aa] | 60 | "homepage": "https://github.com/component/merge-descriptors#readme",
|
---|
| 61 | "license": "MIT",
|
---|
| 62 | "name": "merge-descriptors",
|
---|
| 63 | "repository": {
|
---|
| 64 | "type": "git",
|
---|
| 65 | "url": "git+https://github.com/component/merge-descriptors.git"
|
---|
| 66 | },
|
---|
[6a3a178] | 67 | "scripts": {
|
---|
| 68 | "test": "mocha --reporter spec --bail --check-leaks test/",
|
---|
| 69 | "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
|
---|
| 70 | "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
|
---|
[59329aa] | 71 | },
|
---|
| 72 | "version": "1.0.1"
|
---|
[6a3a178] | 73 | }
|
---|