You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1005 B
51 lines
1005 B
{ |
|
"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", |
|
"bugs": { |
|
"url": "https://github.com/jonschlinkert/define-property/issues" |
|
}, |
|
"license": "MIT", |
|
"files": [ |
|
"index.js" |
|
], |
|
"main": "index.js", |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"scripts": { |
|
"test": "mocha" |
|
}, |
|
"devDependencies": { |
|
"mocha": "*", |
|
"should": "^7.0.4" |
|
}, |
|
"keywords": [ |
|
"define", |
|
"define-property", |
|
"enumerable", |
|
"key", |
|
"non", |
|
"non-enumerable", |
|
"object", |
|
"prop", |
|
"property", |
|
"value" |
|
], |
|
"verb": { |
|
"related": { |
|
"list": [ |
|
"mixin-deep", |
|
"mixin-object", |
|
"delegate-object", |
|
"forward-object" |
|
] |
|
} |
|
}, |
|
"dependencies": { |
|
"is-descriptor": "^0.1.0" |
|
} |
|
}
|
|
|