[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "extend@3.0.2",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "extend@3.0.2",
|
---|
| 10 | "_id": "extend@3.0.2",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
---|
| 13 | "_location": "/extend",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "extend@3.0.2",
|
---|
| 19 | "name": "extend",
|
---|
| 20 | "escapedName": "extend",
|
---|
| 21 | "rawSpec": "3.0.2",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "3.0.2"
|
---|
| 24 | },
|
---|
| 25 | "_requiredBy": [
|
---|
| 26 | "/dom-serialize",
|
---|
| 27 | "/request"
|
---|
| 28 | ],
|
---|
| 29 | "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
---|
| 30 | "_spec": "3.0.2",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 32 | "author": {
|
---|
| 33 | "name": "Stefan Thomas",
|
---|
| 34 | "email": "justmoon@members.fsf.org",
|
---|
| 35 | "url": "http://www.justmoon.net"
|
---|
| 36 | },
|
---|
| 37 | "bugs": {
|
---|
| 38 | "url": "https://github.com/justmoon/node-extend/issues"
|
---|
| 39 | },
|
---|
| 40 | "contributors": [
|
---|
| 41 | {
|
---|
| 42 | "name": "Jordan Harband",
|
---|
| 43 | "url": "https://github.com/ljharb"
|
---|
| 44 | }
|
---|
| 45 | ],
|
---|
| 46 | "dependencies": {},
|
---|
| 47 | "description": "Port of jQuery.extend for node.js and the browser",
|
---|
| 48 | "devDependencies": {
|
---|
| 49 | "@ljharb/eslint-config": "^12.2.1",
|
---|
| 50 | "covert": "^1.1.0",
|
---|
| 51 | "eslint": "^4.19.1",
|
---|
| 52 | "jscs": "^3.0.7",
|
---|
| 53 | "tape": "^4.9.1"
|
---|
| 54 | },
|
---|
| 55 | "homepage": "https://github.com/justmoon/node-extend#readme",
|
---|
| 56 | "keywords": [
|
---|
| 57 | "extend",
|
---|
| 58 | "clone",
|
---|
| 59 | "merge"
|
---|
| 60 | ],
|
---|
| 61 | "license": "MIT",
|
---|
| 62 | "main": "index",
|
---|
| 63 | "name": "extend",
|
---|
| 64 | "repository": {
|
---|
| 65 | "type": "git",
|
---|
| 66 | "url": "git+https://github.com/justmoon/node-extend.git"
|
---|
| 67 | },
|
---|
| 68 | "scripts": {
|
---|
| 69 | "coverage": "covert test/index.js",
|
---|
| 70 | "coverage-quiet": "covert test/index.js --quiet",
|
---|
| 71 | "eslint": "eslint *.js */*.js",
|
---|
| 72 | "jscs": "jscs *.js */*.js",
|
---|
| 73 | "lint": "npm run jscs && npm run eslint",
|
---|
| 74 | "posttest": "npm run coverage-quiet",
|
---|
| 75 | "pretest": "npm run lint",
|
---|
| 76 | "test": "npm run tests-only",
|
---|
| 77 | "tests-only": "node test"
|
---|
| 78 | },
|
---|
| 79 | "version": "3.0.2"
|
---|
[6a3a178] | 80 | }
|
---|