Changeset 59329aa for trip-planner-front/node_modules/is-extendable
- 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/is-extendable/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-extendable", 3 "description": "Returns true if a value is a plain object, array or function.", 4 "version": "1.0.1", 5 "homepage": "https://github.com/jonschlinkert/is-extendable", 6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)", 7 "repository": "jonschlinkert/is-extendable", 2 "_args": [ 3 [ 4 "is-extendable@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-extendable@1.0.1", 10 "_id": "is-extendable@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", 13 "_location": "/is-extendable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-extendable@1.0.1", 19 "name": "is-extendable", 20 "escapedName": "is-extendable", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/extend-shallow", 27 "/mixin-deep" 28 ], 29 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", 30 "_spec": "1.0.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Jon Schlinkert", 34 "url": "https://github.com/jonschlinkert" 35 }, 8 36 "bugs": { 9 37 "url": "https://github.com/jonschlinkert/is-extendable/issues" 10 38 }, 11 "license": "MIT", 39 "dependencies": { 40 "is-plain-object": "^2.0.4" 41 }, 42 "description": "Returns true if a value is a plain object, array or function.", 43 "devDependencies": { 44 "gulp-format-md": "^1.0.0", 45 "mocha": "^3.4.2" 46 }, 47 "engines": { 48 "node": ">=0.10.0" 49 }, 12 50 "files": [ 13 51 "index.js", 14 52 "index.d.ts" 15 53 ], 16 "main": "index.js", 17 "types": "index.d.ts", 18 "engines": { 19 "node": ">=0.10.0" 20 }, 21 "scripts": { 22 "test": "mocha" 23 }, 24 "dependencies": { 25 "is-plain-object": "^2.0.4" 26 }, 27 "devDependencies": { 28 "gulp-format-md": "^1.0.0", 29 "mocha": "^3.4.2" 30 }, 54 "homepage": "https://github.com/jonschlinkert/is-extendable", 31 55 "keywords": [ 32 56 "array", … … 43 67 "test" 44 68 ], 69 "license": "MIT", 70 "main": "index.js", 71 "name": "is-extendable", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/jonschlinkert/is-extendable.git" 75 }, 76 "scripts": { 77 "test": "mocha" 78 }, 79 "types": "index.d.ts", 45 80 "verb": { 46 81 "related": { … … 64 99 "reflinks": true 65 100 } 66 } 101 }, 102 "version": "1.0.1" 67 103 }
Note:
See TracChangeset
for help on using the changeset viewer.