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.json58
1 files changed, 16 insertions, 42 deletions
diff --git a/node_modules/lazy-property/package.json b/node_modules/lazy-property/package.json
index a11a94076..f921ada2e 100644
--- a/node_modules/lazy-property/package.json
+++ b/node_modules/lazy-property/package.json
@@ -1,53 +1,37 @@
{
- "_args": [
- [
- {
- "raw": "lazy-property",
- "scope": null,
- "escapedName": "lazy-property",
- "name": "lazy-property",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
- },
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "lazy-property@latest",
+ "_from": "lazy-property@~1.0.0",
"_id": "lazy-property@1.0.0",
- "_inCache": true,
+ "_integrity": "sha1-hN3Es3Bnm6i9TNz6TAa0PVcREUc=",
"_location": "/lazy-property",
- "_npmUser": {
- "name": "mikolalysenko",
- "email": "mikolalysenko@gmail.com"
- },
- "_npmVersion": "1.4.3",
"_phantomChildren": {},
"_requested": {
- "raw": "lazy-property",
- "scope": null,
- "escapedName": "lazy-property",
+ "type": "range",
+ "registry": true,
+ "raw": "lazy-property@~1.0.0",
"name": "lazy-property",
- "rawSpec": "",
- "spec": "latest",
- "type": "tag"
+ "escapedName": "lazy-property",
+ "rawSpec": "~1.0.0",
+ "saveSpec": null,
+ "fetchSpec": "~1.0.0"
},
"_requiredBy": [
- "#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/lazy-property/-/lazy-property-1.0.0.tgz",
"_shasum": "84ddc4b370679ba8bd4cdcfa4c06b43d57111147",
"_shrinkwrap": null,
- "_spec": "lazy-property",
- "_where": "/Users/rebecca/code/npm",
+ "_spec": "lazy-property@~1.0.0",
+ "_where": "/Users/zkat/Documents/code/npm",
"author": {
"name": "Mikola Lysenko"
},
+ "bin": null,
"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"
@@ -55,12 +39,8 @@
"directories": {
"test": "test"
},
- "dist": {
- "shasum": "84ddc4b370679ba8bd4cdcfa4c06b43d57111147",
- "tarball": "https://registry.npmjs.org/lazy-property/-/lazy-property-1.0.0.tgz"
- },
"gitHead": "850a27f710ec72f05b534805c31f095ff590f1ea",
- "homepage": "https://github.com/mikolalysenko/lazy-property",
+ "homepage": "https://github.com/mikolalysenko/lazy-property#readme",
"keywords": [
"lazy",
"property",
@@ -71,15 +51,9 @@
],
"license": "MIT",
"main": "lazyProperty.js",
- "maintainers": [
- {
- "name": "mikolalysenko",
- "email": "mikolalysenko@gmail.com"
- }
- ],
"name": "lazy-property",
"optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "peerDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/lazy-property.git"