source: trip-planner-front/node_modules/is-extendable/package.json

Last change on this file was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 2.4 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "is-extendable@^0.1.0",
3 "_id": "is-extendable@0.1.1",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
[59329aa]6 "_location": "/is-extendable",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "is-extendable@^0.1.0",
[59329aa]12 "name": "is-extendable",
13 "escapedName": "is-extendable",
[e29cc2e]14 "rawSpec": "^0.1.0",
[59329aa]15 "saveSpec": null,
[e29cc2e]16 "fetchSpec": "^0.1.0"
[6a3a178]17 },
[59329aa]18 "_requiredBy": [
[e29cc2e]19 "/expand-brackets/extend-shallow",
20 "/extglob/extend-shallow",
21 "/http-proxy-middleware/braces/extend-shallow",
22 "/http-proxy-middleware/fill-range/extend-shallow",
23 "/set-value",
24 "/set-value/extend-shallow",
25 "/snapdragon/extend-shallow",
26 "/union-value",
27 "/webpack-dev-server/braces/extend-shallow",
28 "/webpack-dev-server/fill-range/extend-shallow"
[6a3a178]29 ],
[e29cc2e]30 "_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
31 "_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
32 "_spec": "is-extendable@^0.1.0",
33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\webpack-dev-server\\node_modules\\braces\\node_modules\\extend-shallow",
[59329aa]34 "author": {
35 "name": "Jon Schlinkert",
36 "url": "https://github.com/jonschlinkert"
[6a3a178]37 },
[59329aa]38 "bugs": {
39 "url": "https://github.com/jonschlinkert/is-extendable/issues"
[6a3a178]40 },
[e29cc2e]41 "bundleDependencies": false,
42 "deprecated": false,
43 "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?\"",
[6a3a178]44 "devDependencies": {
[e29cc2e]45 "mocha": "*"
[6a3a178]46 },
[59329aa]47 "engines": {
48 "node": ">=0.10.0"
49 },
50 "files": [
[e29cc2e]51 "index.js"
[59329aa]52 ],
53 "homepage": "https://github.com/jonschlinkert/is-extendable",
[6a3a178]54 "keywords": [
55 "array",
56 "assign",
57 "check",
58 "date",
59 "extend",
60 "extensible",
61 "function",
62 "is",
63 "object",
64 "regex",
65 "test"
66 ],
[59329aa]67 "license": "MIT",
68 "main": "index.js",
69 "name": "is-extendable",
70 "repository": {
71 "type": "git",
72 "url": "git+https://github.com/jonschlinkert/is-extendable.git"
73 },
74 "scripts": {
75 "test": "mocha"
76 },
[e29cc2e]77 "verbiage": {
[6a3a178]78 "related": {
79 "list": [
80 "isobject",
[e29cc2e]81 "is-plain-object",
82 "kind-of",
83 "is-extendable",
84 "is-equal-shallow",
85 "extend-shallow",
86 "assign-deep"
[6a3a178]87 ]
88 }
[59329aa]89 },
[e29cc2e]90 "version": "0.1.1"
[6a3a178]91}
Note: See TracBrowser for help on using the repository browser.