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.
145 lines
4.1 KiB
145 lines
4.1 KiB
{ |
|
"_args": [ |
|
[ |
|
"define-data-property@1.1.1", |
|
"D:\\Project\\DaPing" |
|
] |
|
], |
|
"_development": true, |
|
"_from": "define-data-property@1.1.1", |
|
"_id": "define-data-property@1.1.1", |
|
"_inBundle": false, |
|
"_integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", |
|
"_location": "/define-data-property", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "define-data-property@1.1.1", |
|
"name": "define-data-property", |
|
"escapedName": "define-data-property", |
|
"rawSpec": "1.1.1", |
|
"saveSpec": null, |
|
"fetchSpec": "1.1.1" |
|
}, |
|
"_requiredBy": [ |
|
"/set-function-length" |
|
], |
|
"_resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", |
|
"_spec": "1.1.1", |
|
"_where": "D:\\Project\\DaPing", |
|
"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/define-data-property/issues" |
|
}, |
|
"dependencies": { |
|
"get-intrinsic": "^1.2.1", |
|
"gopd": "^1.0.1", |
|
"has-property-descriptors": "^1.0.0" |
|
}, |
|
"description": "Define a data property on an object. Will fall back to assignment in an engine without descriptors.", |
|
"devDependencies": { |
|
"@ljharb/eslint-config": "^21.1.0", |
|
"@types/es-value-fixtures": "^1.4.1", |
|
"@types/for-each": "^0.3.1", |
|
"@types/get-intrinsic": "^1.2.0", |
|
"@types/gopd": "^1.0.1", |
|
"@types/has": "^1.0.0", |
|
"@types/has-property-descriptors": "^1.0.1", |
|
"@types/object-inspect": "^1.8.2", |
|
"@types/object.getownpropertydescriptors": "^2.1.2", |
|
"@types/tape": "^5.6.1", |
|
"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", |
|
"has": "^1.0.3", |
|
"in-publish": "^2.0.1", |
|
"npmignore": "^0.3.0", |
|
"nyc": "^10.3.2", |
|
"object-inspect": "^1.12.3", |
|
"object.getownpropertydescriptors": "^2.1.7", |
|
"reflect.ownkeys": "^1.1.4", |
|
"safe-publish-latest": "^2.0.0", |
|
"tape": "^5.7.1", |
|
"typescript": "^5.3.0-dev.20231012" |
|
}, |
|
"engines": { |
|
"node": ">= 0.4" |
|
}, |
|
"exports": { |
|
".": [ |
|
{ |
|
"types": "./index.d.ts", |
|
"default": "./index.js" |
|
}, |
|
"./index.js" |
|
], |
|
"./package.json": "./package.json" |
|
}, |
|
"homepage": "https://github.com/ljharb/define-data-property#readme", |
|
"keywords": [ |
|
"define", |
|
"data", |
|
"property", |
|
"object", |
|
"accessor", |
|
"javascript", |
|
"ecmascript", |
|
"enumerable", |
|
"configurable", |
|
"writable" |
|
], |
|
"license": "MIT", |
|
"main": "index.js", |
|
"name": "define-data-property", |
|
"publishConfig": { |
|
"ignore": [ |
|
".github/workflows", |
|
"!*.ts", |
|
"!*.ts.map", |
|
"types/reflect.ownkeys" |
|
] |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git+https://github.com/ljharb/define-data-property.git" |
|
}, |
|
"scripts": { |
|
"emit-types": "npm run tsc -- --noEmit false --emitDeclarationOnly", |
|
"lint": "eslint --ext=js,mjs .", |
|
"postemit-types": "rm test/*.ts test/*.ts.map", |
|
"postlint": "npm run tsc", |
|
"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)\")\"", |
|
"preemit-types": "rm -f *.ts *.ts.map test/*.ts test/*.ts.map", |
|
"prelint": "evalmd README.md", |
|
"prepack": "npmignore --auto --commentLines=autogenerated && npm run emit-types", |
|
"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'", |
|
"tsc": "tsc -p .", |
|
"version": "auto-changelog && git add CHANGELOG.md" |
|
}, |
|
"sideEffects": false, |
|
"testling": { |
|
"files": "test/index.js" |
|
}, |
|
"types": "./index.d.ts", |
|
"version": "1.1.1" |
|
}
|
|
|