2022-12-27 12:05:56 +01:00
{
2023-03-08 16:17:26 +01:00
"_args" : [
[
"define-properties@1.1.4" ,
"/home/ismail/Desktop/kitabcitab-frontend/kitabcitab"
]
] ,
"_from" : "define-properties@1.1.4" ,
"_id" : "define-properties@1.1.4" ,
"_inBundle" : false ,
"_integrity" : "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==" ,
"_location" : "/define-properties" ,
"_phantomChildren" : { } ,
"_requested" : {
"type" : "version" ,
"registry" : true ,
"raw" : "define-properties@1.1.4" ,
"name" : "define-properties" ,
"escapedName" : "define-properties" ,
"rawSpec" : "1.1.4" ,
"saveSpec" : null ,
"fetchSpec" : "1.1.4"
} ,
"_requiredBy" : [
"/array-includes" ,
"/array.prototype.flat" ,
"/array.prototype.flatmap" ,
"/array.prototype.tosorted" ,
"/function.prototype.name" ,
"/object.assign" ,
"/object.entries" ,
"/object.fromentries" ,
"/object.hasown" ,
"/object.values" ,
"/regexp.prototype.flags" ,
"/string.prototype.matchall" ,
"/string.prototype.trimend" ,
"/string.prototype.trimstart"
] ,
"_resolved" : "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz" ,
"_spec" : "1.1.4" ,
"_where" : "/home/ismail/Desktop/kitabcitab-frontend/kitabcitab" ,
"author" : {
"name" : "Jordan Harband" ,
"email" : "ljharb@gmail.com"
} ,
"bugs" : {
"url" : "https://github.com/ljharb/define-properties/issues"
} ,
"dependencies" : {
"has-property-descriptors" : "^1.0.0" ,
"object-keys" : "^1.1.1"
} ,
"description" : "Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines." ,
"devDependencies" : {
"@ljharb/eslint-config" : "^21.0.0" ,
"aud" : "^2.0.0" ,
"eslint" : "=8.8.0" ,
"nyc" : "^10.3.2" ,
"safe-publish-latest" : "^2.0.0" ,
"tape" : "^5.5.3"
} ,
"engines" : {
"node" : ">= 0.4"
} ,
"funding" : {
"url" : "https://github.com/sponsors/ljharb"
} ,
"homepage" : "https://github.com/ljharb/define-properties#readme" ,
"keywords" : [
"Object.defineProperty" ,
"Object.defineProperties" ,
"object" ,
"property descriptor" ,
"descriptor" ,
"define" ,
"ES5"
] ,
"license" : "MIT" ,
"main" : "index.js" ,
"name" : "define-properties" ,
"repository" : {
"type" : "git" ,
"url" : "git://github.com/ljharb/define-properties.git"
} ,
"scripts" : {
"lint" : "eslint --ext=js,mjs ." ,
"posttest" : "aud --production" ,
"prepublish" : "not-in-publish || npm run prepublishOnly" ,
"prepublishOnly" : "safe-publish-latest" ,
"pretest" : "npm run lint" ,
"test" : "npm run tests-only" ,
"tests-only" : "nyc tape 'test/**/*.js'"
} ,
"testling" : {
"files" : "test/index.js" ,
"browsers" : [
"iexplore/6.0..latest" ,
"firefox/3.0..6.0" ,
"firefox/15.0..latest" ,
"firefox/nightly" ,
"chrome/4.0..10.0" ,
"chrome/20.0..latest" ,
"chrome/canary" ,
"opera/10.0..latest" ,
"opera/next" ,
"safari/4.0..latest" ,
"ipad/6.0..latest" ,
"iphone/6.0..latest" ,
"android-browser/4.2"
]
} ,
"version" : "1.1.4"
2022-12-27 12:05:56 +01:00
}