wishthis/node_modules/is-data-descriptor/package.json

113 lines
2.4 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"is-data-descriptor@1.0.0",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_from": "is-data-descriptor@1.0.0",
"_id": "is-data-descriptor@1.0.0",
"_inBundle": false,
"_integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
"_location": "/is-data-descriptor",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-data-descriptor@1.0.0",
"name": "is-data-descriptor",
"escapedName": "is-data-descriptor",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/is-descriptor"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/jonschlinkert/is-data-descriptor/issues"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"contributors": [
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Rouven Weßling",
"url": "www.rouvenwessling.de"
}
],
2022-01-21 08:28:41 +00:00
"dependencies": {
"kind-of": "^6.0.0"
},
2022-02-23 16:41:13 +00:00
"description": "Returns true if a value has the characteristics of a valid JavaScript data descriptor.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.3"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/is-data-descriptor",
2022-01-21 08:28:41 +00:00
"keywords": [
"accessor",
"check",
"data",
"descriptor",
"get",
"getter",
"is",
"keys",
"object",
"properties",
"property",
"set",
"setter",
"type",
"valid",
"value"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"main": "index.js",
"name": "is-data-descriptor",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/is-data-descriptor.git"
},
"scripts": {
"test": "mocha"
},
2022-01-21 08:28:41 +00:00
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"is-accessor-descriptor",
"is-data-descriptor",
"is-descriptor",
"isobject"
]
},
"lint": {
"reflinks": true
}
2022-02-23 16:41:13 +00:00
},
"version": "1.0.0"
2022-01-21 08:28:41 +00:00
}