123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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"
- }
- }
|