wishthis/node_modules/define-property/package.json

52 lines
1,005 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "define-property",
"description": "Define a non-enumerable property on an object.",
"version": "0.2.5",
"homepage": "https://github.com/jonschlinkert/define-property",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/define-property",
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/jonschlinkert/define-property/issues"
2022-01-21 08:28:41 +00:00
},
2022-04-08 10:55:35 +00:00
"license": "MIT",
"files": [
"index.js"
2022-02-23 16:41:13 +00:00
],
2022-04-08 10:55:35 +00:00
"main": "index.js",
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">=0.10.0"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"should": "^7.0.4"
},
2022-01-21 08:28:41 +00:00
"keywords": [
"define",
"define-property",
"enumerable",
"key",
"non",
"non-enumerable",
"object",
"prop",
"property",
"value"
],
"verb": {
"related": {
"list": [
2022-04-08 10:55:35 +00:00
"mixin-deep",
"mixin-object",
"delegate-object",
"forward-object"
2022-01-21 08:28:41 +00:00
]
}
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"dependencies": {
"is-descriptor": "^0.1.0"
}
2022-01-21 08:28:41 +00:00
}