Changeset 59329aa for trip-planner-front/node_modules/http-proxy-middleware/node_modules/is-extendable/package.json
- 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/http-proxy-middleware/node_modules/is-extendable/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-extendable", 3 "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"", 4 "version": "0.1.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@0.1.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-extendable@0.1.1", 10 "_id": "is-extendable@0.1.1", 11 "_inBundle": false, 12 "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=", 13 "_location": "/http-proxy-middleware/is-extendable", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-extendable@0.1.1", 19 "name": "is-extendable", 20 "escapedName": "is-extendable", 21 "rawSpec": "0.1.1", 22 "saveSpec": null, 23 "fetchSpec": "0.1.1" 24 }, 25 "_requiredBy": [ 26 "/http-proxy-middleware/braces/extend-shallow", 27 "/http-proxy-middleware/fill-range/extend-shallow" 28 ], 29 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 30 "_spec": "0.1.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 "description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"", 40 "devDependencies": { 41 "mocha": "*" 42 }, 43 "engines": { 44 "node": ">=0.10.0" 45 }, 12 46 "files": [ 13 47 "index.js" 14 48 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 22 "devDependencies": { 23 "mocha": "*" 24 }, 49 "homepage": "https://github.com/jonschlinkert/is-extendable", 25 50 "keywords": [ 26 51 "array", … … 36 61 "test" 37 62 ], 63 "license": "MIT", 64 "main": "index.js", 65 "name": "is-extendable", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/jonschlinkert/is-extendable.git" 69 }, 70 "scripts": { 71 "test": "mocha" 72 }, 38 73 "verbiage": { 39 74 "related": { … … 48 83 ] 49 84 } 50 } 85 }, 86 "version": "0.1.1" 51 87 }
Note:
See TracChangeset
for help on using the changeset viewer.