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.
83 lines
1.8 KiB
83 lines
1.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"define-lazy-prop@2.0.0",
|
|
"D:\\project\\cashier"
|
|
]
|
|
],
|
|
"_from": "define-lazy-prop@2.0.0",
|
|
"_id": "define-lazy-prop@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
|
|
"_location": "/define-lazy-prop",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "define-lazy-prop@2.0.0",
|
|
"name": "define-lazy-prop",
|
|
"escapedName": "define-lazy-prop",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/vue-puzzle-vcode/open"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "D:\\project\\cashier",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/define-lazy-prop/issues"
|
|
},
|
|
"description": "Define a lazily evaluated property on an object",
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/define-lazy-prop#readme",
|
|
"keywords": [
|
|
"lazy",
|
|
"property",
|
|
"properties",
|
|
"prop",
|
|
"define",
|
|
"object",
|
|
"value",
|
|
"lazily",
|
|
"laziness",
|
|
"evaluation",
|
|
"eval",
|
|
"execute",
|
|
"getter",
|
|
"function",
|
|
"fn",
|
|
"memoize",
|
|
"cache",
|
|
"defer",
|
|
"deferred"
|
|
],
|
|
"license": "MIT",
|
|
"name": "define-lazy-prop",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/define-lazy-prop.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|
|
|