{ "_from": "mock-property@~1.0.0", "_id": "mock-property@1.0.3", "_inBundle": false, "_integrity": "sha512-2emPTb1reeLLYwHxyVx993iYyCHEiRRO+y8NFXFPL5kl5q14sgTK76cXyEKkeKCHeRw35SfdkUJ10Q1KfHuiIQ==", "_location": "/mock-property", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "mock-property@~1.0.0", "name": "mock-property", "escapedName": "mock-property", "rawSpec": "~1.0.0", "saveSpec": null, "fetchSpec": "~1.0.0" }, "_requiredBy": [ "/tape" ], "_resolved": "https://registry.npmmirror.com/mock-property/-/mock-property-1.0.3.tgz", "_shasum": "3e37c50a56609d548cabd56559fde3dd8767b10c", "_spec": "mock-property@~1.0.0", "_where": "D:\\jenkins\\workspace\\dataShare-fvue\\node_modules\\tape", "author": { "name": "Jordan Harband", "email": "ljharb@gmail.com" }, "auto-changelog": { "output": "CHANGELOG.md", "template": "keepachangelog", "unreleased": false, "commitLimit": false, "backfillLimit": false, "hideCredit": true }, "bugs": { "url": "https://github.com/ljharb/mock-property/issues" }, "bundleDependencies": false, "dependencies": { "define-data-property": "^1.1.1", "functions-have-names": "^1.2.3", "gopd": "^1.0.1", "has-property-descriptors": "^1.0.0", "hasown": "^2.0.0", "isarray": "^2.0.5" }, "deprecated": false, "description": "Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.", "devDependencies": { "@ljharb/eslint-config": "^21.1.0", "aud": "^2.0.3", "auto-changelog": "^2.4.0", "es-value-fixtures": "^1.4.2", "eslint": "=8.8.0", "evalmd": "^0.0.19", "for-each": "^0.3.3", "in-publish": "^2.0.1", "npmignore": "^0.3.0", "nyc": "^10.3.2", "object-inspect": "^1.13.1", "safe-publish-latest": "^2.0.0", "tape": "^5.7.2" }, "engines": { "node": ">= 0.4" }, "exports": { ".": "./index.js", "./package.json": "./package.json" }, "funding": { "url": "https://github.com/sponsors/ljharb" }, "homepage": "https://github.com/ljharb/mock-property#readme", "keywords": [ "testing", "mock", "object", "property", "value", "descriptor", "test", "delete", "define" ], "license": "MIT", "main": "index.js", "name": "mock-property", "publishConfig": { "ignore": [ ".github/workflows" ] }, "repository": { "type": "git", "url": "git+https://github.com/ljharb/mock-property.git" }, "scripts": { "lint": "eslint --ext=.js,.mjs .", "posttest": "aud --production", "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", "prelint": "evalmd README.md", "prepack": "npmignore --auto --commentLines=autogenerated", "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'", "version": "auto-changelog && git add CHANGELOG.md" }, "testling": { "files": "test/index.js" }, "version": "1.0.3" }