Changeset 59329aa for trip-planner-front/node_modules/snapdragon/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/snapdragon/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": "/snapdragon/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 "/snapdragon/extend-shallow" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", 29 "_spec": "0.1.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jon Schlinkert", 33 "url": "https://github.com/jonschlinkert" 34 }, 8 35 "bugs": { 9 36 "url": "https://github.com/jonschlinkert/is-extendable/issues" 10 37 }, 11 "license": "MIT", 38 "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?\"", 39 "devDependencies": { 40 "mocha": "*" 41 }, 42 "engines": { 43 "node": ">=0.10.0" 44 }, 12 45 "files": [ 13 46 "index.js" 14 47 ], 15 "main": "index.js", 16 "engines": { 17 "node": ">=0.10.0" 18 }, 19 "scripts": { 20 "test": "mocha" 21 }, 22 "devDependencies": { 23 "mocha": "*" 24 }, 48 "homepage": "https://github.com/jonschlinkert/is-extendable", 25 49 "keywords": [ 26 50 "array", … … 36 60 "test" 37 61 ], 62 "license": "MIT", 63 "main": "index.js", 64 "name": "is-extendable", 65 "repository": { 66 "type": "git", 67 "url": "git+https://github.com/jonschlinkert/is-extendable.git" 68 }, 69 "scripts": { 70 "test": "mocha" 71 }, 38 72 "verbiage": { 39 73 "related": { … … 48 82 ] 49 83 } 50 } 84 }, 85 "version": "0.1.1" 51 86 }
Note:
See TracChangeset
for help on using the changeset viewer.