Changeset 59329aa for trip-planner-front/node_modules/extend
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/extend/package.json
rceaed42 r59329aa 1 1 { 2 "name": "extend", 3 "author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)", 4 "version": "3.0.2", 5 "description": "Port of jQuery.extend for node.js and the browser", 6 "main": "index", 7 "scripts": { 8 "pretest": "npm run lint", 9 "test": "npm run tests-only", 10 "posttest": "npm run coverage-quiet", 11 "tests-only": "node test", 12 "coverage": "covert test/index.js", 13 "coverage-quiet": "covert test/index.js --quiet", 14 "lint": "npm run jscs && npm run eslint", 15 "jscs": "jscs *.js */*.js", 16 "eslint": "eslint *.js */*.js" 17 }, 18 "contributors": [ 19 { 20 "name": "Jordan Harband", 21 "url": "https://github.com/ljharb" 22 } 23 ], 24 "keywords": [ 25 "extend", 26 "clone", 27 "merge" 28 ], 29 "repository": { 30 "type": "git", 31 "url": "https://github.com/justmoon/node-extend.git" 32 }, 33 "dependencies": {}, 34 "devDependencies": { 35 "@ljharb/eslint-config": "^12.2.1", 36 "covert": "^1.1.0", 37 "eslint": "^4.19.1", 38 "jscs": "^3.0.7", 39 "tape": "^4.9.1" 40 }, 41 "license": "MIT" 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" 42 80 }
Note:
See TracChangeset
for help on using the changeset viewer.