Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lazy-property/package.json')
-rw-r--r--node_modules/lazy-property/package.json23
1 files changed, 10 insertions, 13 deletions
diff --git a/node_modules/lazy-property/package.json b/node_modules/lazy-property/package.json
index 3c3655429..0900013fc 100644
--- a/node_modules/lazy-property/package.json
+++ b/node_modules/lazy-property/package.json
@@ -1,39 +1,36 @@
{
- "_args": [
- [
- "lazy-property@1.0.0",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "lazy-property@1.0.0",
+ "_from": "lazy-property@~1.0.0",
"_id": "lazy-property@1.0.0",
"_inBundle": false,
"_integrity": "sha1-hN3Es3Bnm6i9TNz6TAa0PVcREUc=",
"_location": "/lazy-property",
"_phantomChildren": {},
"_requested": {
- "type": "version",
+ "type": "range",
"registry": true,
- "raw": "lazy-property@1.0.0",
+ "raw": "lazy-property@~1.0.0",
"name": "lazy-property",
"escapedName": "lazy-property",
- "rawSpec": "1.0.0",
+ "rawSpec": "~1.0.0",
"saveSpec": null,
- "fetchSpec": "1.0.0"
+ "fetchSpec": "~1.0.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/lazy-property/-/lazy-property-1.0.0.tgz",
- "_spec": "1.0.0",
- "_where": "/Users/rebecca/code/npm",
+ "_shasum": "84ddc4b370679ba8bd4cdcfa4c06b43d57111147",
+ "_spec": "lazy-property@~1.0.0",
+ "_where": "/Users/isaacs/dev/npm/cli",
"author": {
"name": "Mikola Lysenko"
},
"bugs": {
"url": "https://github.com/mikolalysenko/lazy-property/issues"
},
+ "bundleDependencies": false,
"dependencies": {},
+ "deprecated": false,
"description": "Lazily initialized properties for objects",
"devDependencies": {
"tape": "^2.12.3"